visual-studio-express

Visual Studio 2010 Express no longer saves open tabs when closing solution

我是研究僧i 提交于 2019-12-11 07:25:13
问题 I'm using Visual Studio 2010 Express for Windows Phone. I've been using it for a few months without any problems. About a week ago, it stopped saving my open tabs when I close Visual Studio. The next time I open the solution, it does not automatically open the files I had open when I last closed the solution. I'm not sure why it stopped working and I can't find the setting that controls this. Has anyone else run into this? If so, how did you get it to remember your open tabs again? 回答1: Show

Visual Studio Express can't debug - “The debugger is not properly installed”

谁说胖子不能爱 提交于 2019-12-11 05:34:36
问题 I have recently set up Visual Web Developer 2008 Express Edition on my laptop (running XP SP3) to develop some c# .net code for a website. All seemed to be working great, I can edit code and the website runs in IIS... The problem came when I hit F5 to debug. I get the following error message: "Unable to attach to application 'WebDev.WebServer.EXE' (PID: 3520) using 'VITCH2000'. The debugger is not properly installed. Cannot debug the requested type of code. Run setup to install or repair the

Visual Studio express shows error : “internal error occured in compiler”

时光毁灭记忆、已成空白 提交于 2019-12-11 05:04:14
问题 I created visual studio files for the c++ library g2o using cmake. But when I try to build it, it is failing showing an error at some template definitions. template<> inline void axpy(const Eigen::MatrixXd& A, const Eigen::Map<const Eigen::VectorXd>& x, int xoff, Eigen::Map<Eigen::VectorXd>& y, int yoff) { y.segment(yoff, A.rows()) += A * x.segment(xoff, A.cols()); } As I am not an expert in c++, I am not sure what is going wrong in this line of code. I tried commenting this code and building

How to connect Visual Studio 2010 Express C# to SQL Server Express

强颜欢笑 提交于 2019-12-10 16:17:46
问题 Is there any real workaround to getting the Express edition of C# connected to database options other than the lightweight options allowed (Access, SQL Compact, or SQL file)? As has been noted elsewhere, it's possible in the web edition to do so. It has also been noted that you can create a project file, open it in the web edition, create a connection, and create a project with your database entities, and then switch back to C#. However, as a workaround this is quite clunky, as it seems like

Adding F# to Visual Studio 2010 C# express - is it possible?

流过昼夜 提交于 2019-12-10 13:38:59
问题 My question relates to: will there be a F# express edition? Given there is no VS 2010 F# express - I would like to know what the latest wisdom is for installing F# onto VS 2010 C# express. Is it possible at all? Thanks. 回答1: Note that a release today enables F# inside the free VS2010 shell, offering an express-like F# experience. http://blogs.msdn.com/b/dsyme/archive/2010/08/17/announcing-the-f-2-0-free-tools-for-net-4-0.aspx 来源: https://stackoverflow.com/questions/3287157/adding-f-to-visual

Accessing files using Build Action: Content

旧街凉风 提交于 2019-12-10 13:37:43
问题 The way I've previously accessed content files is by setting them to "Copy always/if newer", then loading the file directly. However, browsing the web, it seems there's another way to load it - That it's automatically included in the .exe/.dll. However, I've been unable to find out what the method is, to access said included content. 回答1: It is Embedded Resource . This will cause it to be streamed into your assembly. Here is Microsoft's walk thru: http://support.microsoft.com/kb/319292 来源:

What's missing from Visual C++ 2010 Express? [duplicate]

无人久伴 提交于 2019-12-10 12:48:39
问题 This question already has answers here : Closed 9 years ago . Possible Duplicate: What is “missing” in the Visual Studio Express Editions? Specifically for 2010, specifically for C++... what's missing Vs Professional/Premium (annoying the standard version is now named Professional)? 回答1: http://www.microsoft.com/express/Windows/ Express versions don't have: Plugins Class Designer Code Analysis Creating 64-bit programs Creating for Itanium processors Creating for Windows Mobile Creating for

Running multiple projects in visual studio

若如初见. 提交于 2019-12-09 19:00:29
问题 I'm running visual studio express 2012 on Windows 7 through Bootcamp. I have a solution with several projects, and when I start debugging it runs the first project, but I can't start new instances of the others (when I right click and choose debug -> start new instance it is grayed out). I tried creating a new solution with two blank projects and I have the same problem. Any ideas? 回答1: Right click on Solution -> Common Properties -> Startup Project -> Multiple startup projects -> Choose

Prototyping and simulating embedded software on Windows

落爺英雄遲暮 提交于 2019-12-09 11:08:37
问题 I am looking for tools and techniques for prototyping (virtual prototyping), simulation, and testing of deeply embedded C code on desktop Windows, including building realistic embedded front panels consisting of buttons, LEDs, and LCD displays (both segmented and graphic). I'm specifically interested in a possibly low-level approach, using pure C code and raw Win32 API rather than MFC, .NET/C#, vxWidgets or Qt. I'd also like to use free development tools, such as Visual C++ Express with

Is it possible to integrate NUnit with VB.net Express Edition? Which is the best way?

一世执手 提交于 2019-12-07 22:42:55
问题 I'm a Java Developer wich is learning VB.net for a small project. While coding in Java, we don't have to think a lot about how to integrate our IDE with our unit test framework because most of the IDEs already area integrated. But now that I'm working on a project which the main requirement is to use VB.net Express Edition, is it possible to integrate this IDE with NUnit? How can I do that? Is there a better practice for this task? What should I do? No, we can't opt to use Visual Studio, only