Visual-studio-2005 Questions
Ad
Change app icon in Visual Studio 2005?
I'd like to use a different icon for the demo version of my game, and i'm building the demo with a different build config than i do for the full
Cannot store load test results in a TFS 2005 results store
I've setup a results store and when i publish results of a load test, i can't view the published test details. from the test run section
How do I debug JavaScript in Visual Studio 2005?
I just saw this mentioned in stack overflow question
Windows CE 5.0 image building: Possible without Platform Builder?
Is it possible to create windows ce 5.0 images (ie: nk.bin) from vs2005/vs2008 without using platform builder? if so, how? can a vendor bsp for
Dealing with C++ "initialized but not referenced" warning for destruction of scope helpers?
In visual studio, i often use objects only for raii purposes. for example: scopeguard close_guard = makeguard( &close_file,
Different team members on Visual Studio 2005 and 2008
I am currently working on an asp.net application in visual studio 2005. i would like to upgrade to 2008 to take advantage of some of the new
How do I automate repetitive tasks post-build?
I run an asp.net website solution with a few other projects in it. i've known that msbuild projects are capable of this, but is it the best way?
Is there anyway to remove Design (and Split) views from Visual Studio 2005/2008?
I am trying to find a way to disable design / split views from appearing in visual studio. i figure there's no way to completely disable it, but i
"Could not find type" error loading a form in the Windows Forms Designer
I have a .net 2.0 windows forms app, which makes heavy use of the listview control. i've subclassed the listview
How do I move an item from one menu to another?
In the visual studio designer, how do you move a menu item from one menu to another? i would assume drag and drop would work, but it seems
Ad
Perform token replacements using VS post-build event command?
I would like to "post-process" my app.config file and perform some token replacements after the project builds. is there an easy
Visual Studio identical token highlighting
I coded a mancala game in java for a college class this past spring, and i used the
Is VS Debugger Wrong? IndexOutOfRangeException thrown by the code: f++
Why is an exception being thrown in the "f++" part of the code below ("indexoutofrangeexception was unhandled by user code"): for
What is the correct way to deal with procedures that take a "long time" to complete?
I have a winforms application created in visual studio 2005 pro, it connects to an sql server 2005 database using the sqlconnection / sqlcommand /
C#: Why does Settings PropertyValues have 0 items?
Assuming there are 5 items in the settings file (mysetting1 to mysetting5), why does propertyvalues have 0
Why does VS 2005 keep giving me the "'x' is ambiguous in the namespace 'y'" error?
Bounty: i will send $5 via paypal for an answer that fixes this problem for me. i'm not sure what vs setting i've changed
How to fix "Referenced assembly does not have a strong name" error
I've added a weakly named assembly to my
How to fix build error in Visual Studio: '"LC.exe" exited with code -1'
I get the following error when building my windows forms solution: "lc.exe" exited with code -1 i
application couldn't be initialized error (manifest file problem)
I am trying to use a library (.dll) in my project. everything seems to be set up fine. it all works in release mode. when i go debug on it, i get
Ad
Blog Categories
Ad