The last time we posted “Install Microsoft SQL Server Compact 4.0”, Some friends feed backed they could not see anything about SQL Server Compact 4.0 in their Visual Studio 2010. Firstly, you have to upgrade your Visual Studio 2010 to sp1. However, after you upgrade and installed SQL Server Compact 4.0, you might still not [Read More ...]

Most of time when we want to run Visual Studio 2010 as Administrator role, we can right click the Visual Studio short cut in start menu and choose “Run as administrator”; Sometimes if you forgot to choose “Run as administrator” and open a project which need administrator permission, you have to restart Visual Studio. So [Read More ...]

Since Visual Studio 2008, We can see there are two different web projects: ASP.NET Web Application and ASP.NET Web Site. Actually in Visual Studio 2005, Microsoft tried to remove the web application and replaced it with web site project, but there were many feedbacks indicated programmers need web application project. Later Microsoft released the package [Read More ...]

1: Visual Studio 2010 was almost completely rewritten in WPF: The IDE shell built with WPF;The internals have been redesigned using Managed Extensibility Framework (MEF); 2: Zoom: Holding CTRL key and scroll mouse wheel, you can zoom in or zoom out in any code or text editing window. However, this zoom feature does not work [Read More ...]

In Windows 7 and Vista, when you run a software, you might need a permission. When we use Visual Studio 2010, there is no problem when you run Visual Studio 2010 itself, and write code, and debug, and run your application. However, if your application needs some permission, for example, your application need to “Run [Read More ...]

We added a setup project for our Windows Form Application. but sometimes the setup project got the following error when build whole application: An error occurred while validating. HRESULT = ’8000000A’ This happens in Visual Studio 2010 when you use SVN source control. Work around way is : Open Setup.vdproj file using Notepad or other [Read More ...]

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 ...]

© 2012 CodeEase.com Suffusion theme by Sayontan Sinha