visual-studio-express

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

故事扮演 提交于 2019-11-28 08:16:21
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. you might need to install the assemblies separately,if you did not choose to install them during your office installation. MSDN: You must install the Microsoft Office primary

How do I disable 'Just My Code' in Visual Basic 2005 Express?

笑着哭i 提交于 2019-11-28 07:46:35
问题 How do I disable 'Just My Code' in Visual Basic 2005 Express? It is supposed to be in menu Tools -> Options -> Debugging -> Enable Just My Code , but I can't find it. 回答1: This option is not available in Visual Studio itself for most Express editions (it is in Visual C# 2010 Express, though). For instance, in Visual Studio 2008 the options dialog is: But in the Express edition, Visual Basic 2005 Express, "Debugging" is not available - only 4 of the 12 are: However, the 'Just My Code' setting

Unit testing in Visual C# 2010 Express?

一笑奈何 提交于 2019-11-28 04:51:09
Does Visual C# 2010 Express have a unit testing feature? As an update, I am currently using Visual Studio Express for Desktop , the VS suite has been completely remodelled since 2010 and more accurately reflects the "big brother". Unit tests are now available as a built-in feature and works the same way (I haven't tested all functionality) as Visual Studio non-Express. As has been stated, the Express versions do not have any built-in, and do not allow add-ins for, this functionality, but you can use an external tool, e.g. NUnit . You can also set up a command to run from the 'Tools->External

error C2248: 'std::basic_ios<_Elem,_Traits>::basic_ios' : cannot access private member declared in class 'std::basic_ios<_Elem,_Traits>'

旧时模样 提交于 2019-11-28 04:27:30
问题 I am unable to understand this error.This error is not in the class that i am debugging . (Is it ?) The error is : c:\program files\microsoft visual studio 10.0\vc\include\fstream(890): error C2248: 'std::basic_ios<_Elem,_Traits>::basic_ios' : cannot access private member declared in class 'std::basic_ios<_Elem,_Traits>' 1> with 1> [ 1> _Elem=char, 1> _Traits=std::char_traits<char> 1> ] 1> c:\program files\microsoft visual studio 10.0\vc\include\ios(176) : see declaration of 'std::basic_ios<

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

一世执手 提交于 2019-11-28 04:08:56
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 later time. We apologize for the inconvenience." I tried for a long time, but I got the same error every

Source Versioning for Visual Studio Express

烈酒焚心 提交于 2019-11-28 03:00:16
问题 Is there any Visual Studio Express plug ins for source versioning? I am starting a project on my own and only have the Express version of Visual Studio 2008. 回答1: Short answer: No. The Express editions support neither the Add-Ins nor Source Control providers (SCC plug-ins). While there are ways to make this work, they are undocumented, violate the license and have caused legal trouble before… 回答2: Way I do this is I have TortosieHG installed and then in visual studios express i went to Tools

Can Visual Studio Express run from USB drive?

删除回忆录丶 提交于 2019-11-28 01:44:47
问题 Using an arbitrary Windows machine (2000/XP or later), I can install Eclipse CDT to a USB drive move that USB drive onto a different Windows machine--one that does not have any form of Eclipse software already installed, and potentially a different version of Windows (but 2000/XP or later) use Eclipse to develop application-level C/C++ programs on that second machine (and that includes using the debugger), running directly from the USB drive without copying anything to C:. I can do all this

Opening non-express VS projects with Visual Studio 2010 Express

不羁的心 提交于 2019-11-27 22:23:04
Is it possible to open / edit a normal Visual Studio Solution with Visual Studio Express Edition ? 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. It depends. If this normal solution includes a unit testing project for example or a load tests or a modeling project (architecture, UML), then the answer is no . Class libraries, console applications, WinForm, ASP.NET, ... should be

Auto-generate an interface implementation in C#?

懵懂的女人 提交于 2019-11-27 22:04:13
问题 I know this is quite lazy but, is there any way on Visual C# 2010 Express to auto-generate an interface implementation? (I don't mean at runtime but at design time, like a code snippet). Perhaps with a third party utility? 回答1: I'm not familiar with Express enough to know if they removed this feature, but you should just be able to right-click your public class MyClass : MyInterface statement and choose "Implement Inteface". If this is removed in Express, you can always use Resharper for this

Is MFC only available with Visual Studio, and not Visual C++ Express?

六眼飞鱼酱① 提交于 2019-11-27 18:39:59
问题 Is MFC only available with Visual Studio, or is it also possible to use it with Visual C++ Express? 回答1: Now there exists a solution to this problem, for all the people want to use a free version. Visual Studio Community 2013 comes with the MFC (Microsoft Foundation Classes) included. Download link: https://www.visualstudio.com/products/visual-studio-community-vs Edit: Visual Studio Community 2015 is now also released. 回答2: From the FAQ: Does Visual C++ 2008 Express Edition include MFC and