visual-studio-express

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

北城以北 提交于 2019-11-27 17:12:14
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? gotopie 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 in the toolbar now. Heh, that one baffled me too when I first installed Visual C# Express 2010. It

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

半腔热情 提交于 2019-11-27 16:36:27
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, it opens the C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets file but

How to add WCF templates to Visual Studio Express?

冷暖自知 提交于 2019-11-27 14:08:02
问题 I am working through the book Learning WCF by Michele Bustamante, and trying to do it using Visual Studio C# Express 2008. The instructions say to use WCF project and item templates, which are not included with VS C# Express. There are templates for these types included with Visual Studio Web Developer Express, and I've tried to copy them over into the right directories for VS C# Express to find, but the IDE doesn't find them. Is there some registration process? Or config file somewhere? 回答1:

How can I use NuGet with Visual C# Express?

微笑、不失礼 提交于 2019-11-27 09:55:42
问题 How can I use NuGet to add a library package reference, when I have Visual C# 2010 Express? NuGet doesn't come up when I search for it in Tools > Extension Manager. I downloaded "NuGet Package Manager" (the .vsix) from the downloads page, but when it prompts me for which versions of Visual studio to integrate into, it only lists Visual Web Developer Express 2010. Visual C# Express isn't shown. So I guess it would work with Silverlight in VWD, but I want to use it with WPF. One of the

Visual Studio Intellisense not working on XAML only on very specific circumstances

心不动则不痛 提交于 2019-11-27 05:54:00
问题 I'm making a new UserControl , and when I opened it the XAML was not working. I thought that this was odd, as when I was working on my MainWindow it was working just fine. So I checked on my MainWindow. It still works there. Also in C# code. However, if I press CTRL +        it still comes up fine. I'm not quite sure why. I went to Tools➾Options➾Text Editor➾XAML➾General, and the Text Completion section is greyed out (e.g. Auto-List Members, etc.). This is also greyed out when I see it on my

How do I get the serial key for Visual Studio Express?

試著忘記壹切 提交于 2019-11-27 05:17:30
问题 I am Visual Studio 2010 Professional user. But for a reason I need Visual Web Developer 2008 Express edition. I downloaded this, but I need the serial key to activate the product, otherwise it will expire in 30 days. When I go there, I got this error: "Thank you for your interest in registering Visual Studio. We are currently experiencing issues with the registration process. We are working on this and will have it fixed as soon as possible. Please try to register your product again at a

Visual Studio Intellisense not working on XAML only on very specific circumstances

感情迁移 提交于 2019-11-27 03:57:03
问题 I'm making a new UserControl , and when I opened it the XAML was not working. I thought that this was odd, as when I was working on my MainWindow it was working just fine. So I checked on my MainWindow. It still works there. Also in C# code. However, if I press CTRL +        it still comes up fine. I'm not quite sure why. I went to Tools➾Options➾Text Editor➾XAML➾General, and the Text Completion section is greyed out (e.g. Auto-List Members, etc.). This is also greyed out when I see it on my

Developing Silverlight in Visual Studio Express?

旧街凉风 提交于 2019-11-27 02:12:13
问题 Can I develop Silverlight applications in Visual Studio express? When I start up Visual C# Express 2008 it doesn't give me any options to create Silverlight applications? 回答1: The list of things to install to get a working Silverlight development environment up and running is a long one. Here's an ordered list to get a Visual Studio 2008 Silverlight 3 environment going. 1) Visual Web Developer 2008 This is your basic development environment. Visual Web Developer is required since Silverlight

Can't locate Microsoft.Office.Interop.Word in Reference List

﹥>﹥吖頭↗ 提交于 2019-11-27 02:09:29
问题 I was given this solution to a problem I had, since I didn't know how to integrate MS Word with C#: http://www.dotnetperls.com/word I looked into this solution, and I can't locate Microsoft.Office.Interop.Word in the reference list. I can't find it under COM Objects either. What am I missing? I am using Visual Studio Express 2012. EDIT: The answer to this question is that you HAVE to install MS Office on your computer. 回答1: you might need to install the assemblies separately,if you did not

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

非 Y 不嫁゛ 提交于 2019-11-27 00:16:01
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 suggested but for some reason they are still missing in the Add Reference dialog under ".NET" but they