Tagged Questions

0
votes
2answers
30 views

visual studio 2008 software assurance to 2010

Does anyone know the Licensing rules around upgrade from 2008 to 2010 if I were to buy VS 2008 now? I wouldnt be able to get budget for the 2010 one too, but I have heard there a …
1
vote
1answer
31 views

What does Convert to Web Application do?

In VS2008, I go to File/New/Project, select ASP.NET Web Application and create a new project. If I right-click on the newly created project, there is a menu item to Convert to W …
0
votes
1answer
33 views

Really simple GridView ASP.NET question

Ok, this should be really easy, but I just don't have enough experience. I need to throw a GridView on a WebForm and populate with a List, where Template is my class that has ID, …
0
votes
3answers
27 views

How do I Programmatically change Connection String un LINQ C# Winforms

Hey Guys. This question may be redundant, but i could not totally understand how to do this. I need to be able to, when the users Run my Winforms app, can search for the instance o …
2
votes
1answer
24 views

VS2008 not working with SQL Server 2008 Express ???

Hi, I've both VS2008 and SQL Server 2008 Express installed in my computer. When I try create a new DB or attach an existing one, I get the following error message:"This version of …
0
votes
1answer
21 views

How to prevent the GridView from sptting out the width attribute?

By default, it seems that the GridView spits out How can I do this?
0
votes
1answer
30 views

Application runs from VS2008 but not from exe in bin\Debug

I've just encountered a rather strange problem. A Winforms (although that may not be relevant) app that I've been working on for a few months just started behaving oddly. Pressing …
0
votes
4answers
29 views

JavaScript libraries along with Visual Studio

Apart from jQuery, which other JavaScript libraries support Visual Studio2005/2008 intellisense integration?
0
votes
1answer
35 views

building QT (2009.04) with VS2008 (on XP)

Has anyone managed to build the latest QT (2009.04) with VS2008?. I am having problems building QT I configured QT by running this command: C:\Qt\2009.04\qt>configure -no-sql-sq …
0
votes
2answers
31 views

Does VS2008 require SQL Sever 2005? Can I use SQL Server 2008 instead?

I've noticed that Visual Studio installs SQL Server 2005 Express. However, I've installed SQL Server 2008 and plan on it being the primary db I work with. Is it possible to work …