visual-studio-express

SQL Server 2005 express connection with Visual Web Developer 2008 express.

Ok so I had first downloaded SQL Server Express 2008 and Wed Developer Express 2008, and I could not integrate the two together. Was getting error messages that were wasking for the correct version of SQL Server 2005, so.... I uninstalled SQL Server Express 2008, and installed SQL Server Express 2005. Now I open the Visual Web Develope...

How can I get Visual Studio to error check my code without explicitly compiling?

I use Visual Studio (C# Express 2008) occasionally to work with some vendor supplied C# code. I am looking to make my experience with it more like my experience with Eclipse. I have gotten accustomed to the way Eclipse handles underlining errors (in java source). When there is a error in my code in eclipse, it will usually be underlin...

Can't set default project language with Visual Web Developer 2008 Express

This seems like a very basic feature to me. I can't seem to set C# as the default programming language for Visual Web Developer 2008 Express Edition. I've searched and searched and found nothing useful. Any ideas? The reason why MVC is tagged is because it auto generates controllers and all that jazz -- in the wrong language. ...

How to disable exception assistant and unhandled exception popup in Visual Studio 2008 Express

Hi, I am using Visual Studio 2008 Express and am writing unit tests where there are many expected unhandled exceptions. This cause numerous exception assistant popups to display when running these tests in the debugger. I have disabled the exception assistant in the VS options, but a different unhandled exception dailog pops up instead. ...

Debugging WPF : Tools and Techniques

Ok, so I just wasted an hour hunting why my lookless WPF control wasn't showing up in the Window. Eventually, i traced it to the fact that I forgot to add the ResourceDictionary entry in the generic.xaml file under the themes directory. The style and the class itself was OK. Is there a way to trace what is going on inside WPF? How to ...

how do I get items from listview to use them in combobox

Hello, I try to get the items from a listview to use them in a combobox, so I can select one of them to create an order. Im my application I use 3 listview in separate forms to store some informations. Based on the informations stored there I want to create a order. I'm using visual c++ 2008 express. Please help!!! ...

converting Byte to bit..

I am currently working on visual c++ 2008 express edition. My project is based on reading satellite images and applying image processing on them. Each image file has an ".0FM" format and is of 8Mb size. Until now I have been able to read the file (i.e., "*.0FM" ) using a FileStream and into a Byte array, the size of the byte array is 8...

Behavior of deployment tool in Visual Studio Express

I created a quick game in VS Express (2008) and used the built-in deployment tool (click once?) to create an installer. I took it to another computer, ran it (Windows XP) to install from a burned CD. It created the program but only for the logged in user. Is there a setting I'm missing for installing it to all users on an XP system? O...

Does Visual Studio 2008 Express support t4?

I'm trying to use T4MVC in Visual Web Developer 2008 Express Edition and it's not building any files. Is T4 supported in the express editions? ...

IE7 Debugging with Visual Studio Express

How do I debug IE7 javascript with Visual Studio Express and which version should I use? Update and Answer. You have to enable debugging in IE, create an empty web site in Visual Studio, press "Start" and navigate the browser to whatever you want to debug. ...

manage different verions of a Visual Studio project?

I'm working on the upgrade of my c# visual express 2008 project to a newer version. How do I manage this without having to copy the whole project directory and work into the copied directory project? ...

Can AnkhSVN be installed on an Express edition of Visual Studio?

Can AnkhSVN be installed on an Express edition of Visual Studio? ...

Publishing From Visual Studio Express

I am an amateur programmer. When I publish an app from Visual Studio Express, I have no option to make the package install for "All users of this computer". Is this possible to do from Visual Studio Express? If so then where is the option? If not, do I need to use the full version of VS or do I need some other package authoring softw...

Can I make WCF applications using Microsoft Visual C# Express 2008?

I'd like to know if the express editions allows you to make WCF applications and what is cut from the Express edition in comparison from the full on Visual Studio. ...

How to write a SourceControl Add-in for VS Express edition

As you all know Visual Studio Express edition do not support Source Control Integration and Add in As it is obvious there is a feature which allows VS tointegrate with any kind of source control. So I'm using VS express for myself (in home, and for my presonal Project and want to use a source control for my projects) So what should I Do...

Applications result affected by another running application.

This is a follow on from my previous question although this is about something else. I've been having a problem where for some reason my message that I pass from one process to another only displays the first letter, in this case "M". My application based on a MSDN sample so to make sure I hadn't missed something I create a separate so...

Visual Studio 2010 Express

Is it possible to open / edit a normal Visual Studio Solution with Visual Studio Express Edition ? ...

How to connect to SqlExpress for Entity Framework using Visual Studio 2010 Express?

Hi everyone, I'm trying to use the Visual Studio 2010 Express editions to set up an ASP.NET MVC 2 Web Application using SqlExpress + Entity Framework as the data access. I have both the "C# Edition" and "Web Developer Edition" installed. If I try to add a data source using the "C# edition", I'm missing the "Microsoft SQL Server" data ...

SQL Server (Not Express) + Visual Studio Express (vb.net) - Connection possible?

Hi, I couldn't find a quick answer on the official pages, is it possible to write VB projects in the express edition of Visual Studio that connect to a SQL Server that is not the included 'Express' server ? Any hints appreciated :-) ...

Visual Studio Question: How to go to a specific file path and line number programmatically?

In the Visual Studio output window, you can double click a line that contains a file path and line number and it automatically takes you to that location. In my program, I need to mimic this behavior and be able to click something (a button for example) and do go to a specific file and line number that I tell it to go to. Any help/sugg...