vs

VS 2008 cannot checkin file

I am getting this error when I am trying to checkin a file in VS 2008 "Microsoft Visual Studio cannot shut down because a modal dialog is active. Close the active dialog and try again." I don't see any modal window. I tried looking in the task manager and their is nothing. Anybody has any idea? Thanks Mithil ...

VS 2008 - No hints when type code

Hi For some reason I started VS 2008 this morning and I wont display any hints when type. For example, If I had an object and wrote myObject. I'd expect a list of properties to show. This should be the case for other things like typing methods but they don't work either. I was wondering whether there was a setting I'd changed by accide...

Visual Studio Tab change color?

http://s12.radikal.ru/i185/1009/82/8f01e59f40b1.png Can I change back/fore color of tabs? ...

Namespace declarations in web.config not being picked up after Converting to Web Application

Hi, I recently decided to convert my .Net Web Site to a Web Application. I followed the guidelines by creating a new Web Application, copying the files from my Web Site, including the files in my application and then selecting the option Convert to Web Application. However since I have done that I have received hundreds of errors rela...

Macros or whatever else to zoom text in VS 2008 text editor.

Macros or whatever else to zoom text in VS 2008 text editor. ...

what would be technology use to develope a job hunting website.

which technology to use for making a job hunting site struts1,struts2,spring or simple servlet,jsp which one runs faster as using a framework might slow you down. struts1-> abstract class based -> so they should be faster than struts2 which are based on interfaces. (Anybody tested that if not how to test it.) and about the spring i had...

VS 2008 debugging: How to filter and iterate collections in immediate debug window?

I guess question says it all. I know one cannot use lambdas in immediate window, but sometimes I need to either filter a collection or display property of the items in the collection for each entry. Is there a way to do that? ...

Experienced C++ trying C#

Would you hire an experienced C++ programmer to do a C# project? ...

Migrating from VS 2008 to VS 2010 (4.0) and VB.NET to C#

I know there are tools to migrate VS 2008 application to VS 2010. But anyone knows a tool that can also convert VB.NEt code to C# code. ...

When to use ArrayList over array in recursion

So I have this problem. I was trying to code a program to print all the valid possible arrangements of brackets i.e. for 3 brackets we can have ((())), (()()), ()()(), (())() etc. I have a working code public static void main(String[] args) { int number = 3; // No. of brackets int cn = number; int on = number; // open ...

Can't establish a connection with Local Database created in VS 2008

Hi, I've created a Database in my project with one simple table. The database is stored locally and has a .sdf extension. On my computer I have installed SQL Server 2008, there is also SQL Server 2000 but that is a network server which I don't want to work on. I want to use the local database, which I created within the VS IDE and I tri...

Cant expand web.config in VS 2010 after"Apply Config Transforms"

Hi, wondering if anyone has experienced this in visual 2010 professional Create a new configuration - staging. Right Click web.config in web project, Apply Config Transforms. The files web.debug, web.release, web.staging are created - but the web.config doesnt expand so you can edit those files, even if they are added to solution. I'm...

Advantages and disadvantages of upgrading from vs2008 to VS 2010

I need to put forward some strong arguments to the management to upgrade our projects from vs 2008 to vs 2010. However, I would like to know the downsides as well so that I can be well prepared. Please help me with as many high-level points as possible. ...

vs 2005 and .net 3.5

Can i use vs 2005 and .net 3.5 framework together or can i use linq with vs 2005? ...