Welcome to MSDN Blogs Sign in | Join | Help

November 2005 - Posts

Visual Studio 2005 RTM installation has Merge modules from Beta2?

Visual Studio 2005 installs merge modules during its installation in the ' C:\Program Files\Common Files\Merge Modules' folder. You can include these msm files in your installation to automatically include the runtime dlls for the CRT, MFC or ATL( and
Posted by seshadripv | 0 Comments

Serializing an object of the KeyValuePair Generic class

Consider the following piece of C# code running in .NET framework 2.0 static void Main(string[] args) { List < KeyValuePair < string , int >> foobar = new List < KeyValuePair < string , int >>(); foobar.Add( new KeyValuePair <
Posted by seshadripv | 3 Comments
Filed under:

Distribution of 64 bit SDK for VS 2003 stopped

With the launch of VS2005 on November 7th 2005, distribution of VC++ 64bit SDK for VS2003 will be discontinued on the same day. The VS 2005 provides full support for 64bit development inside IDE and on the command line. So no more fights with the makefiles
Posted by seshadripv | 0 Comments
 
Page view tracker