visual-studio-express

Opening non-express VS projects with Visual Studio 2010 Express

房东的猫 提交于 2019-11-26 23:10:34
问题 Is it possible to open / edit a normal Visual Studio Solution with Visual Studio Express Edition ? 回答1: Yes this is possible with restrictions (not all project types are supported). You must edit the second line of sln-File. For example change " # Visual Studio 2010 " to " # Visual C# Express 2010 " This works for example for class libs or Windows Forms applications. 回答2: It depends. If this normal solution includes a unit testing project for example or a load tests or a modeling project

How to switch between debug and release in Visual C# 2010 Express?

筅森魡賤 提交于 2019-11-26 18:56:15
问题 How do I switch between debug and release in Visual C# 2010 Express? I have looked in the project properties, but it seems to be missing. What am I missing? 回答1: Enable the Tools → Settings → Expert Settings menu option Go to Tools → Options In the dialog box, check Show All Settings option in the bottom left. In the above dialog, now choose Projects and Solutions → General . Check the option Show advanced build configurations . Click OK . You should be able to see the Release/Debug options

Found conflicts between different versions of the same dependent assembly that could not be resolved

霸气de小男生 提交于 2019-11-26 18:45:32
问题 When I clean and then build my solution that has several projects, the output window reports that the build succeeded. However, when I view the Error List Window , it shows me this warning: Found conflicts between different versions of the same dependent assembly that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed. C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets When I double-click this message

Restrictions on installing extensions or add-ins in Visual Studio 2010 Express

冷暖自知 提交于 2019-11-26 17:57:30
I installed MSVC++ 2010 Express and trying to figure which extensions (vsix) are available to install. There are some extensions in the Extension Manager (section Online Gallery ). All of them from Visual Studio Gallery . To be sure I installed some extension . It, therefore, cannot be said that the express editions of Visual Studio do not support installing Extensions or Add-Ins. At first I decided that Visual Studio Gallery is the place for allowed extensions. I downloaded from there PowerConsole extension and tried to install it. However, I got message box with following text: Visual Studio

What reference do I need to use Microsoft.Office.Interop.Excel in .NET?

我怕爱的太早我们不能终老 提交于 2019-11-26 09:19:24
问题 I am interested in using C# to manipulate/Automate Excel files. After browsing the web I have found VSTO but it seems you can not use that in Visual Studio Express Edition so I can not use that. Just few minutes ago I noticed a question in this site that used this namespace in its code: Microsoft.Office.Interop.Excel So I am wondering if all I need to use that is add necessary reference and if so which reference to add? UPDATE I installed \"Primary Interop Assemblies\" as the accepted answer

Restrictions on installing extensions or add-ins in Visual Studio 2010 Express

巧了我就是萌 提交于 2019-11-26 05:39:41
问题 I installed MSVC++ 2010 Express and trying to figure which extensions (vsix) are available to install. There are some extensions in the Extension Manager (section Online Gallery ). All of them from Visual Studio Gallery. To be sure I installed some extension. It, therefore, cannot be said that the express editions of Visual Studio do not support installing Extensions or Add-Ins. At first I decided that Visual Studio Gallery is the place for allowed extensions. I downloaded from there

What is “missing” in the Visual Studio 2008 Express Editions?

和自甴很熟 提交于 2019-11-26 01:06:30
问题 What is \"missing\" in the Visual Studio 2008 Express Editions? In particular, what functionality is not available? what restrictions are there on its use? 回答1: The major areas where Visual Studio Express lacks features compared to Visual Studio Professional: No add-ins/macros Some Win32 tools missing No Team Explorer support Limited refactoring support Debugging is much more limited (particularly problematic for server development is no remote debugging) Lack of support for setup projects No

How to compile a 64-bit application using Visual C++ 2010 Express?

穿精又带淫゛_ 提交于 2019-11-26 00:50:56
问题 Is there a simple way to compile a 64 bit app with the 32-bit edition of Visual C++ 2010 Express? What configurations, if any, are necessary? 回答1: Here are step by step instructions: Download and install the Windows Software Development Kit version 7.1. Visual C++ 2010 Express does not include a 64 bit compiler, but the SDK does. A link to the SDK: http://msdn.microsoft.com/en-us/windowsserver/bb980924.aspx Change your project configuration. Go to Properties of your project. On the top of the

What is “missing” in the Visual Studio 2008 Express Editions?

妖精的绣舞 提交于 2019-11-26 00:31:43
What is "missing" in the Visual Studio 2008 Express Editions? In particular, what functionality is not available? what restrictions are there on its use? Michael Burr The major areas where Visual Studio Express lacks features compared to Visual Studio Professional: No add-ins/macros Some Win32 tools missing No Team Explorer support Limited refactoring support Debugging is much more limited (particularly problematic for server development is no remote debugging) Lack of support for setup projects No report creation tools No Office development support No mobile platform support Limited set of