Visual Studio 2012 has already released the update SP1. The updating menu in Visual Studio 2012 has been changed, In previous Visual Studio versions, The updating menu normally located in Help menu, for example, In Visual Studio 2010, the update menu is under Help menu like following: But, in Visual Studio 2012, the update menu [Read More ...]
Microsoft has already released Visual Studio 2012, If you want to try, please download it for 90 days free trial. We downloaded the .iso file which the size is much bigger, the downloading time was almost 50 minutes ~ 1 hour due to your computer and network speed. We are going to install Visual Studio [Read More ...]
Microsoft released Visual Studio 2012 and .NET Framework 4.5 in the last week (2012 August 15). That was really a big day for both of all .NET developers and Microsoft. When I quickly viewed the introduction of Visual Studio 2012, I felt a new generation using Microsoft techs and tools was coming fast. If we [Read More ...]
We just realized Microsoft released Visual Studio 2012 RC in May 31, 2012, Attention: It is 2012, not 2011. (If you can not wait but just want to upgrade now, a good news for you first: You don’t need to uninstall your previous Beta version if you installed Visual Studio 2011 Beta before, the RC [Read More ...]
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 ...]