We have a project which can be built on Windows XP and Windows 7 32-bit, But when we moved it to a Windows 7 64-bit PC, We got the following compile error in Visual Studio  2010: could not load file or assembly ‘XXXXX.dll’ or one of its dependencies. An attempt was made to load a [Read More ...]

Visual Studio 2010 SP1 (not beta version) was released in March 03, 2011, but this date is from Microsoft Official site, other websites gave the release date is March 10, 2011. Now you can download from Microsoft Official site here. The downloading time was very fast, but the installing time was long, because you just [Read More ...]

Have you watched the release dates of Visual Studio ? Do you know when Visual Studio 2010 SP1 will be released ? Let us check the following information: VS2005 Release Date: 27-Jan-2006VS2005-SP1 Release Date: 14-Dec-2006 [Released after 11 months] VS2008 Release Date: 19-Feb-2008VS2008-SP1 Release Date: 11-Aug-2008 [Released after 6 months] VS2010 Release Date: 29-Jun-2010VS2010=SP1 Release [Read More ...]

When you add a old C++ method in your C# code, you might get the following error when you attempt to build your project: Unsafe code may only appear if compiling with /unsafe The resolution is: 1: If you are using command line to compile, just include the /unsafe switch followed the compile command; 2: [Read More ...]

© 2013 CodeEase.com Suffusion theme by Sayontan Sinha