<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Extending Visual Studio</title><subtitle type="html" /><id>http://blogs.msdn.com/cbrochu/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/cbrochu/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/cbrochu/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2005-11-04T17:34:00Z</updated><entry><title>ZipItems build task</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/cbrochu/archive/2007/05/10/ziptask-build-task.aspx" /><id>http://blogs.msdn.com/cbrochu/archive/2007/05/10/ziptask-build-task.aspx</id><published>2007-05-10T23:21:00Z</published><updated>2007-05-10T23:21:00Z</updated><content type="html">&lt;p&gt;In the CTP of the Orcas SDK, we have added a flag that modifies the default behavior of the ZipItems. In previous releases, the ZipItems used to copy the zipped items automatically after zipping them.&amp;nbsp; However, to get this behavior, you will have to add the following property item in your project:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;PropertyGroup&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;RegisterOutputPackage&amp;gt;true&amp;lt;/RegisterOutputPackage&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/PropertyGroup&amp;gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You can look at the WebSiteProject.proj project file from the IronPython Integration sample to see where to add this property.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2529577" width="1" height="1"&gt;</content><author><name>cbrochu</name><uri>http://blogs.msdn.com/members/cbrochu.aspx</uri></author><category term="extensibility" scheme="http://blogs.msdn.com/cbrochu/archive/tags/extensibility/default.aspx" /><category term="orcas" scheme="http://blogs.msdn.com/cbrochu/archive/tags/orcas/default.aspx" /><category term="build task" scheme="http://blogs.msdn.com/cbrochu/archive/tags/build+task/default.aspx" /></entry><entry><title>VisualStudio Extensibility videos</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/cbrochu/archive/2007/05/10/visualstudio-extensibility-videos.aspx" /><id>http://blogs.msdn.com/cbrochu/archive/2007/05/10/visualstudio-extensibility-videos.aspx</id><published>2007-05-10T23:15:00Z</published><updated>2007-05-10T23:15:00Z</updated><content type="html">&lt;p&gt;The sdk team has been producing monthly web casts covering various topics related to extending Visual Studio.&amp;nbsp; These videos are mostly targeting users that are starting to extend VS.&amp;nbsp; They serve as walkthroughs to get your projects started.&amp;nbsp; You can access these videos from this web site:&lt;/p&gt;&lt;p&gt;http://msdn2.microsoft.com/en-us/vstudio/aa700829.aspx&lt;/p&gt;&lt;p&gt;This month, we will be showing how to get started with custom editors.&lt;br&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Have a look, no download is necessary.&amp;nbsp; Comments are always welcome&lt;br&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2529466" width="1" height="1"&gt;</content><author><name>cbrochu</name><uri>http://blogs.msdn.com/members/cbrochu.aspx</uri></author><category term="webcast" scheme="http://blogs.msdn.com/cbrochu/archive/tags/webcast/default.aspx" /><category term="video" scheme="http://blogs.msdn.com/cbrochu/archive/tags/video/default.aspx" /><category term="extensibility" scheme="http://blogs.msdn.com/cbrochu/archive/tags/extensibility/default.aspx" /></entry><entry><title>June VS SDK CTP is available</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/cbrochu/archive/2006/06/02/614439.aspx" /><id>http://blogs.msdn.com/cbrochu/archive/2006/06/02/614439.aspx</id><published>2006-06-02T20:28:00Z</published><updated>2006-06-02T20:28:00Z</updated><content type="html">&lt;P&gt;The SDK team has released the June VS SDK CTP.&amp;nbsp; This release includes new web sites and web applications integration for the IronPython language.&amp;nbsp; While it is still a work-in-progress, the project system works and you can have a look how the registration of the templates work.&amp;nbsp; You can download it at the usual: &lt;A href="http://www.vsipmembers.com"&gt;http://www.vsipmembers.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Another addition is the SVGViewer example that showcases how to easily add file viewers in VisualStudio.&amp;nbsp; One thing currently missing from this release is actual SVG files to see how the sample works.&amp;nbsp; You can get some at the SVG home page: &lt;A href="http://www.w3.org/Graphics/SVG/"&gt;http://www.w3.org/Graphics/SVG/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It is also missing the usual SDK behavior of starting Visual Studio using the experimental hive.&amp;nbsp; While you wait for the next CTP build of the SDK, you can add the following code in the svgviewer.sln file to get this behavior:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;GlobalSection(ExtensibilityAddIns) = postSolution&lt;BR&gt;&amp;nbsp;&amp;nbsp;DebugSamples.Connect = 1;Configure Project for VSIP Experimental Environment;ConfigVSIPDebug&lt;BR&gt;&amp;nbsp;EndGlobalSection&lt;/P&gt;
&lt;P&gt;This calls an Addin that is installed with the SDK to automatically start Visual Studio when debugging a package.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=614439" width="1" height="1"&gt;</content><author><name>cbrochu</name><uri>http://blogs.msdn.com/members/cbrochu.aspx</uri></author></entry><entry><title>Code snippet implementation with the Managed Package Framework</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/cbrochu/archive/2006/06/02/614425.aspx" /><id>http://blogs.msdn.com/cbrochu/archive/2006/06/02/614425.aspx</id><published>2006-06-02T20:05:00Z</published><updated>2006-06-02T20:05:00Z</updated><content type="html">&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;I have had the opportunity to implement the Code Snippet support for the IronPython integration that is in the VS SDK.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;The Code Snippet feature is new in Visual Studio 8.0 and it is a very nice addition to any language integration.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;It allows users to decrease the investment required to master the syntax of a new language and it eliminates the tediousness of writing code that is used often.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;For C# and VB, Visual Studio 8.0 comes with a plethora of simple code snippets like foreach loops, class definitions, if statements, etc.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;The nice thing about snippets is that it is simple to add new ones.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;You can find the directory where the snippets for a particular language are and create a new file there.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Visual Studio should have access to this newly created snippet immediately.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;As for adding support for Snippets into a language integration, there are some challenges but most of them are covered by the VS SDK documentation topic:&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;EM&gt;ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.VSSDK.v80/dv_vsintegration/html/7490325b-acee-4c2d-ac56-1cd5db1a1083.htm&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;An interesting point that is not extensively covered by the documentation today is the glyph selection for the Statement Completion window.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;The idea is to reuse the resources that Visual Studio provides in order to maintain the native feel of the integration.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;All of the icons reside in a managed dll named “Microsoft.VisualStudio.Package.LanguageService.dll”. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;However, there is no list of definitions of those icons.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;One way to get the list is to use Reflector to inspect the resources within this managed dll and figure out the indexes of the interesting glyphs.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;The snippet one is "&lt;STRONG&gt;205"&lt;/STRONG&gt; so the GetGlyph(index) method of your Declaration class can return that to display snippets correctly. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;The SDK team is working on getting this process documented but in the meantime, you can view how it is implemented in the PythonDeclaration.cs in the LanguageService project of the latest version of the SDK.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=614425" width="1" height="1"&gt;</content><author><name>cbrochu</name><uri>http://blogs.msdn.com/members/cbrochu.aspx</uri></author></entry><entry><title>Setting up the Arm emulator to access network ressources</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/cbrochu/archive/2005/11/04/ppcinternet.aspx" /><id>http://blogs.msdn.com/cbrochu/archive/2005/11/04/ppcinternet.aspx</id><published>2005-11-05T03:43:00Z</published><updated>2005-11-05T03:43:00Z</updated><content type="html">&lt;P&gt;How to configure the Device Emulator so that it has Internet connectivity:&lt;BR&gt;Note: This is written with the RTM version of Visual Studio 2005 in mind, but the procedures should be very similar for the standalone version of the Device Emulator or a beta of Visual Studio 2005.&lt;/P&gt;
&lt;P&gt;The primary way to do this without downloading additional components is to use ActiveSync along with the Device Emulator Manager.&amp;nbsp; ActiveSync gives the ability to share the network connectivity of your desktop computer with any device connected through it.&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1-&lt;/STRONG&gt;&amp;nbsp;ActiveSync 4.0 is the latest version and you can get it from:&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/mobility/windowsmobile/downloads/default.aspx"&gt;http://msdn.microsoft.com/mobility/windowsmobile/downloads/default.aspx&lt;/A&gt;&lt;BR&gt;&lt;STRONG&gt;2-&lt;/STRONG&gt;&amp;nbsp;Once ActiveSync is installed, go into the Connection Settings, through the file menu and make sure that “Allow connections to one of the following:” is checked and that “DMA” is selected.&amp;nbsp; &lt;BR&gt;This will enable ActiveSync to automatically find the Device Emulator when you virtually cradle it from the Device Emulator Manager.&amp;nbsp; Also, if you are connected to multiple networks, you will want to select the one ActiveSync should use in the “This computer is connected to” list.&lt;BR&gt;&lt;STRONG&gt;3-&lt;/STRONG&gt;&amp;nbsp;Launch the Device Emulator Manager from the Tools menu of Visual Studio 2005 or directly from \program files\Microsoft Device Emulator\1.0\dvcemumanager.exe &lt;BR&gt;pictures goes here&lt;BR&gt;&lt;STRONG&gt;4-&lt;/STRONG&gt;&amp;nbsp;If the emulator that you want to use is not already started, you may do so now from the Device Emulator Manager, by selecting the “Connect” option.&lt;BR&gt;pictures&lt;BR&gt;&lt;STRONG&gt;5-&lt;/STRONG&gt;&amp;nbsp;Once the emulator entry has the “Started” icon beside it, you can virtually cradle it using the “Cradle” option.&amp;nbsp; ActiveSync should now detect that a device was cradle and it should ask you about forming a partnership with this device.&amp;nbsp; Having a guest or a standard partnership does not affect the ability of the device to use the network connection, so hitting “Cancel” will work fine for our needs.&amp;nbsp; If ActiveSync has not reacted to the fact that the emulator has been cradle, the first thing you should try is to use the “Get Connected” wizard from ActiveSync.&lt;/P&gt;
&lt;P&gt;You are now connected via ActiveSync.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;By default, ActiveSync should select the correct network, set the proxy and get network connectivity working from within your emulator.&amp;nbsp; However, the unlimited different network configuration makes it possible that some manual configuration work could be that needed.&amp;nbsp; The easiest test when configuring an emulator is to open Pocket Internet Explorer and try to access a public webpage like &lt;A href="http://www.microsoft.com"&gt;www.microsoft.com&lt;/A&gt;.&amp;nbsp; If the site loads up fine on a computer but doesn’t within the emulator, then you will need to tweak its configuration.&amp;nbsp; Here are most of the important options that can be done for each of the images you try to connect to a network.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;For Pocket Pc 2003:&lt;BR&gt;&amp;nbsp;Switching the network type to “Work” instead of “The Internet”&lt;BR&gt;&amp;nbsp;&amp;nbsp;Start-&amp;gt;Settings -&amp;gt;Connections-&amp;gt;Network-&amp;gt;Advanced-&amp;gt;Work&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Set a proxy: &lt;BR&gt;Start-&amp;gt;Settings -&amp;gt;Connections-&amp;gt;Network-&amp;gt;Edit proxy settings&lt;BR&gt;&amp;nbsp; &lt;BR&gt;Smartphone 2003&lt;BR&gt;&amp;nbsp;Select the network type:&lt;BR&gt;&amp;nbsp;&amp;nbsp;Start-&amp;gt;Internet Explorer-&amp;gt;Menu-&amp;gt;Options-&amp;gt;Connections-&amp;gt;Select Network-&amp;gt;Work&lt;BR&gt;&amp;nbsp;Set a proxy:&lt;BR&gt;&amp;nbsp;&amp;nbsp;Start-&amp;gt;Settings-&amp;gt;Data Connections-&amp;gt;Menu-&amp;gt;Edit Connections-&amp;gt;Proxy Connections-&amp;gt;Menu-&amp;gt;Add&lt;/P&gt;
&lt;P&gt;Pocket Pc 2005&lt;BR&gt;&amp;nbsp;All options should be set automatically. However, you can still set them manually:&lt;BR&gt;&amp;nbsp;Switching the network type to “Work” instead of “The Internet”&lt;BR&gt;&amp;nbsp;&amp;nbsp;Start-&amp;gt;Settings -&amp;gt;Connections-&amp;gt;Network-&amp;gt;Advanced-&amp;gt;Work&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Set a proxy: &lt;BR&gt;Start-&amp;gt;Settings -&amp;gt;Connections-&amp;gt;Network-&amp;gt;Edit proxy settings&lt;/P&gt;
&lt;P&gt;Smartphone 2005&lt;BR&gt;&amp;nbsp;All options should be set automatically. However, you can still set them manually:&lt;BR&gt;&amp;nbsp;Select the network type:&lt;BR&gt;Start-&amp;gt;Settings-&amp;gt;Connections-&amp;gt;Proxy-&amp;gt;Menu-&amp;gt;Advanced&lt;BR&gt;*Note here that you can manually select “Pass through”&lt;BR&gt;Select pass-through&lt;BR&gt;&amp;nbsp;Set a proxy: &lt;BR&gt;Start-&amp;gt;Settings-&amp;gt;Connections-&amp;gt;Proxy-&amp;gt;Menu-&amp;gt;Add&lt;/P&gt;
&lt;P&gt;One of the major issues that could block development when using the emulator is security.&amp;nbsp; The emulator should be considered as if it was a different machine than your desktop machine.&amp;nbsp; The first thing to verify before troubleshooting connectivity issues is to try to access the network resources from a different computer.&amp;nbsp; If that fails, then there are security restrictions on the network resources that will affect the connectivity from the emulator.&lt;/P&gt;
&lt;P&gt;Feel free to post questions on the msdn forums in the device emulator questions about this blog or any other emulator related questions&lt;/P&gt;
&lt;P&gt;Carl&lt;BR&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=489308" width="1" height="1"&gt;</content><author><name>cbrochu</name><uri>http://blogs.msdn.com/members/cbrochu.aspx</uri></author></entry><entry><title>Ntfs.sys XP Fun</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/cbrochu/archive/2005/11/04/ntfsissues.aspx" /><id>http://blogs.msdn.com/cbrochu/archive/2005/11/04/ntfsissues.aspx</id><published>2005-11-05T03:35:00Z</published><updated>2005-11-05T03:35:00Z</updated><content type="html">&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Two weeks ago, I had one of my SATA drive fail on my main home machine.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;This pc has an ASUS A7N8x board.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;I didn’t believe it was a hardware failure as this disk is pretty new.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Unfortunately, the experience was pretty time consuming.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;This 200 GB drive has my main system partition on which XP with Service Pack 2 is installed.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;The first symptom was that on morning, my machine got stuck in a rebooting loop.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;It would post, then the Windows loading screen would flash for a couple of seconds, then the whole system would reboot.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;After fiddling with Safe mode and debug mode, which were useless, I tried the “no reboot on error” mode.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;This helped me figure out that there was a blue screen of death occurring.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;The problem was in ntfs.sys and the error was 0x00000024.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;I fired up my laptop and msnsearch informed me that this error was somewhat common.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial"&gt;0x00000024&lt;/SPAN&gt;&lt;SPAN style="COLOR: blue; FONT-FAMILY: Arial"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial"&gt;NTFS_FILE_SYSTEM&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: Arial"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;All file system bug checks have encoded in their first ULONG the source file and the line within the source file that generated the bug check. The high 16-bits identifies the file, while the lower 16-bits identifies the source line in the file where the bug check occurred.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;The common solution was to use chkdsk on all of the drive’s partition.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;However, the solution was not so simple when the system’s operating system is installed on one of these NTFS partitions.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;After spending much of my weekend reading technical forum posts and trial and error, here is the solution I have used.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;It requires:&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.75in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .75in"&gt;&lt;SPAN style="mso-list: Ignore"&gt;-&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;A Windows 2000 installation CD&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.75in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .75in"&gt;&lt;SPAN style="mso-list: Ignore"&gt;-&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;4 floppy disks for the 4 Windows 2000 boot &lt;A href="http://www.bootdisk.com/"&gt;disks&lt;/A&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.75in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .75in"&gt;&lt;SPAN style="mso-list: Ignore"&gt;-&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;A 5&lt;SUP&gt;th&lt;/SUP&gt; floppy disk with the ASUS SATA &lt;A href="http://support.asus.com/download/download.aspx?SLanguage=en-us"&gt;drivers&lt;/A&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.75in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .75in"&gt;&lt;SPAN style="mso-list: Ignore"&gt;-&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;About 12 hours for the surface scan that chkdks will do&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.75in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .75in"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;I started by creating the 4 boot disks on another machine. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;I used the boot disks from this website, which hosts various boot disks from all of the possible operating systems.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;On the first bootdisk, there is a 100kb config file in which you need to comment out the ntfs.sys driver like:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Courier New'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;[FileSystems.Load]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Courier New'"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Courier New'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;fat = fastfat.sys&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Courier New'"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Courier New'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;;ntfs = ntfs.sys&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 0.5in"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Courier New'"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;I then used the 5&lt;SUP&gt;th&lt;/SUP&gt; disk to store the SATA drivers from the ASUS website, which are required in order to have access to any SATA drives during the Windows installation process.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;After that, the fun begins.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;You can boot the 1&lt;SUP&gt;st&lt;/SUP&gt; boot disk and quickly press F6 so that Windows allow you to specify custom hard drive drivers.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;You will not see a confirmation that the F6 key has registered, but it should prompt you after you load all of the 4 Windows 2000 disks.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;If not, reboot and restart the whole process.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;After loading the SATA drivers from the 5&lt;SUP&gt;th&lt;/SUP&gt; disk you created, you will then be able to load the “Repair / console” mode.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;This mode allows you to do minor modifications to the system, while in a console environment.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;From there, you will be able to use chkdks to potentially fix your partitions. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;However, chkdks is NOT included on the Windows 2000 boot disks.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;This is where you will need to have a Windows 2000 CD in your cd-rom drive. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;Note that &lt;/SPAN&gt;If you have an XP CD in, chkdks will cause a blue screen, and will require you to restart this whole operation.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;You then need to use chkdsk to fix the errors on all of the NTFS’s partition. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;I used this command to force a chkdks:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #545454; FONT-FAMILY: 'MS Shell Dlg'"&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'MS Shell Dlg'"&gt;&amp;nbsp;&amp;nbsp;chkdsk /r x: (/r forces a scan and x: is the drive’s letter)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'MS Shell Dlg'"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0.9pt 0pt 0in"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'MS Shell Dlg'"&gt;Finally, reboot the machine and marvel at a working xp system. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;The solution comes partly from &lt;A href="http://support.microsoft.com/?kbid=228888"&gt;http://support.microsoft.com/?kbid=228888&lt;/A&gt; which I adapted a bit.&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'MS Shell Dlg'"&gt;I have read that Windows 2003 might handle these errors better but I did not have access to a Windows 2003 cd at the time.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0.9pt 0pt 0in"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'MS Shell Dlg'"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0.9pt 0pt 0in"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'MS Shell Dlg'"&gt;Fortunatly, all my data was recovered.&amp;nbsp; Hopefully, this guide will save some pain for the next time this happens&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0.9pt 0pt 0in"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'MS Shell Dlg'"&gt;Carl&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=489306" width="1" height="1"&gt;</content><author><name>cbrochu</name><uri>http://blogs.msdn.com/members/cbrochu.aspx</uri></author></entry><entry><title>First blog</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/cbrochu/archive/2005/11/04/firstblog.aspx" /><id>http://blogs.msdn.com/cbrochu/archive/2005/11/04/firstblog.aspx</id><published>2005-11-05T03:34:00Z</published><updated>2005-11-05T03:34:00Z</updated><content type="html">&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;This is my first MSDN blog entry so I will use it to present the future content of this blog and a little description of myself.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;No blog would be complete without a bit of self promotion.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;I have been a software developer engineer in test or SDET for almost 2 years now.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;My first endeavor was the emulator technologies of the Visual Studio for Devices. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;This includes the early x86 emulator and the new Arm emulator.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;I have seen the Pocket PC 2002 through 2005 operating systems, the Smartphone 2003 and 2005 systems and the Windows CE 3 through 5 systems come out. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;I also had the chance to use various Windows mobile devices. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;These devices have a tremendous potential and with Visual Studio 2005 coming out, there will be a substantial push for even greater applications.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;A few weeks ago, I moved to the VS SDK team. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;I have started acquiring knowledge about the internals of Visual Studio and how to integrate new features in it.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;At the same time, the whole team have been hard at work to release the RTM version of the VS SDK. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;Now that it is done (see next post about the official release announcement), we have started planning the next versions. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;It is very exciting as we have *many* requested/desired features. &lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;I look forward to sharing information about the VS SDK and all of my computer-related experiences.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;I’ll see you on the forums (&lt;A href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=57&amp;amp;SiteID=1"&gt;http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=57&amp;amp;SiteID=1&lt;/A&gt;)&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;till next time&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Carl&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=489303" width="1" height="1"&gt;</content><author><name>cbrochu</name><uri>http://blogs.msdn.com/members/cbrochu.aspx</uri></author></entry></feed>