visual-studio-express

How to turn on Break on All Exceptions in Visual Web Developer Express

In Visual Web Developer Express, how do I turn on Break on All Exceptions? I'm looking for the Debug > Exceptions menu item but not finding it, not even if I try to customize the menu. This page on MSDN suggests that it ought to be possible. ...

internet connection problem

I am using Visual Web Developer express and when I try to display the webpage I'm working on in a browser Internet Explorer cannot find the page. When I ask Internet Explorer to diagnose the problem I got the message ""localhost" is not set up to extablish a connection on port "52429" with this computer." Any ideas what to do? ...

New to Linq - 2008 won't auto generate classes - n00b alert..

Hello, I'm new to Linq and Visual web developer 2008 Express. I have read some posts here and Scott Guthrie's on setting up Linq, but I'm a little stuck because the classes aren't auto-generating as I thought they would. I have setup a database with a simple table (with the Primary Key as the ID, and it is set to auto-increment) plus ...

Is Entity Framework available for Visual Studio 2008 Express Editions?

The title says it all really. I want to use Entity Framework for my data access on a project I'm writing in Visual C# 2008 Express Edition. Can it be done? What do I need to know? Update: My question has been answered, so thanks. As a followup, can you use a visual design tool or are you stuck with the EdmGen.exe command line tool? ...

Visual Studio 2005 Express Edition license

I am going to develop one application using Visual C# 2005 Express Edition specially in c#. Actually this a commercial application for One of my client. Is it legal to sale this application for me and also for my client. What are limitations of this edition for commercial purpose...please help.Thanx in advance ...

Can I access my websites MS SQL 2008 database from another application

Basically I am creating a database driven website in Web Developer 2008. The database is stored in the App_Data folder of my website project. Could I have an iPhone, Blackberry, Symbian, Windows Phone, webOS or Android app access the database via an HTTP (or some other type of) request? I would like to know if this is possible before I ...

visual studio express: registration issue

I have downloaded and been using visual studio express for last few weeks. All of a sudden today, its forcing me to register. When I try to do so, the registration site appears to be unresponsive. This is horrible and now I can not continue with my work because of MS broken site. Any one else experienced this before??? ...

What version control system should I use for my .Net Express Edition projects?

I want to start using version control properly for my own personal projects written using Visual Studio 2008 Express Editions. I'm using both Visual C# Express Edition and Visual Web Developer Express Edition. I'm almost always the only developer on these projects. I've previously used Subversion with Windows Explorer integration prov...

To specify Startup Program in Visual C# Express Edition 2008

I usually do the following at office - Set the startup program for the project to System32\dllhost.exe, and set the command line arguments for the startup program accordingly. This used to work perfectly fine, because I was running Visual Studio 2008. However, one of my developers use C# Express Edition and they need to do a similar th...

Displaying SubReport Data into a Microsoft Report Viewer Control with ASP.NET VB

I've got the main report displaying just fine. Can't get the subreport to display data. Parameters are setup and linked appropriately, but still nothing. Am I missing something obvious? Is there a bug I'm not aware of? Anyone else fighting with this? I'm using Visual Web Developer Express 2008 on a SQL Express 2005 database. ...

vs 2008 express: registration

Did any one have luck recently register Visual studio 2008 express C# product? Look like, I would have to reformat my computer and install every thing all over again. I un-installed it and installed VS2008 express again but it will not start because it demands registration. When I click the register button, the website launches and hour ...

Visual C++ Express, the debugger, sorted associative containers and memory deallocation

So you have this simple program that creates a set from a file : #include <fstream> #include <string> #include <set> int main() { std::set<std::string> Sdictionnary; std::set<std::string>::const_iterator it = Sdictionnary.begin(); std::ifstream file("french.txt"); // A file containing 200 000 lines std::string line; while(getline...

Compile 64 bit app with VC Express 2010?

Is there a simple way to compile a 64 bit app with Visual C++ Express 2010? What configurations, if any, are necessary? ...

System.Data.SQLite Design-Time: DB Connection Error

Hi guys, I am having a strange error with VC# Express and System.Data.SQLite's Design-Time Database Explorer. You can see the error itself at http://tinypic.com/r/rcsl5g/6. What happens is, I go to Tools -> Connect to Database, select SQLite Database File, and then a window comes up with one place to enter a Connection String(you can see...

Block mouse cursor in Visual C# 2008 Express Edition?

Is it possible to change the cursor in Visual C# 2008 Express Edition from the standard pipe / line style to a block? In jEdit they call it a "block cursor", and it is similar to the cursor you get when you press Insert in Visual Studio, except not filled-in, just an outline. ...

How can I make my Visual Studio look like this?

My eyes kind of burn when I code for too long and this will definitely help me sooth them. I would ask this in SuperUser but there are few people from the dev world there. Mostly Windows Vista/7 savvy people. I know someone can help me out here. :D Thanks SO! ...

I just changed the visual style of my Visual C# Express 2010, and now intellisense doesn't pop up unless I press ctrl+SpaceKey.

What can I do to fix this? I only imported a settings file for the IDE to change the colors, etc. Any help on how to make intellisense pop up like normal. Now I have to use the Ctrl+SpaceKey combo to make it show. Thanks SO. ...

classic asp syntax highliting inside javascript in Visual web developer ee 2008

How can visual web developer Express Edition highlight the classic asp-Tags (<% asp code %>) insight the Javascript code? If i write <script> alert("<% =session("user_name %> "); </script> VWD highlights this as a string and not as asp-code. This is total confusing in these old files i'm working with. ...

Visual Web Dev 2008 & SQL Server Express 2008; not working together?

So....I am a rookie at this so if I missed something simple, please excuse me, but I don't know. So i downloaded Visual Web Developer 2008, SQL Server Express 2008, etc, and I am trying to learn how to use SQL Server, and create .aspx web pages, etc. So one of the first things I tried was the Hello world (C#) ine Web Dev and it worked ...

SQL Server 2008 & Visual Web Developer 2008 express editions: Connection to DB Fail!

So I saw this question/comment... http://stackoverflow.com/questions/1625991/how-to-integrate-sql-server-2005-express-edition-to-visual-web-developer-2008-exp/1626114#1626114 And this is EXACTLY what I am having trouble with, only using SQL Server 2008 express edition and Visual Web Dev 2008 express. Everytime I try to click to add a ...