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 ...]
Create a Setup project for Windows Form project in the Visual Studio 2101, the case is we need to write registry key and value when user install our software, how can we do ? 1: Click your Setup project, you will see there is a Registry icon on the top of Solution Explorer window: Click [Read More ...]
When you build a .RDLC report in Visual Studio 2010 just like following show, you will find the table header can not repeat on every page when you change pages. Then you might select the table and go to its properties to set something, see below, there are two properties RepeatColumnHeaders and RepeatRowHeaders, you can [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 ...]
If you install Visual Studio 2010, you might meet the trouble that it is freeze on installing .NET framework 4.0, no matter you want to install .NET 4.0 using standalone version later, you still can not install .NET 4.0 successfully. The solution is : use a Clean up tool first. The following are detail steps: [Read More ...]