VS2008: project type (.wdproj) is not supported by this version of the application.
Thu, 13 Nov 2008 15:30:34 -0500
Hi,
Using Visual studio team suite 2008.
I have installed Web deployment project for VS2008 from the following
location:
http://www.microsoft.com/downloads/details.aspx?familyId=0AA30AE8-C73B-4BDD-BB1B-FE697256C459&displaylang=en
The installer reports a successful install; however when I attempt to open a ...
|
change code while debugging
Wed, 12 Nov 2008 12:55:01 -0800
vs2008 c# ...where is the option to allow changing the source code while in
debug
thanks ...
|
VS 2008 Installer always requires .NET 3.5?
Tue, 11 Nov 2008 13:21:14 -0600
VS 2008 Installer always requires .NET 3.5?
How to fix:
http://stackoverflow.com/questions/68561/vs2008-setup-project-always-requires-net-35-at-install-time-but-i-dont-need-it
Right click the setup project
1.. Select "View" -> "Launch Conditions"
2.. Expand the "Launch Conditions" node if it isn't a ...
|
attach to iexplore.exe process sometimes doesnt have Script type to debug, only x86
Mon, 10 Nov 2008 10:26:24 -0600
Just wondering why sometimes this process wont let me debug Javascript. I
have to close the browser and open a new one to get it to work. this is an
intermittent issue.
thanks
...
|
Modify font effects (HTML) by a macro (VS2008 SP1)
Mon, 10 Nov 2008 10:39:01 +0100
Hi,
I want to modify the font effects like <strong>, <em>, <code> and so on
by a macro. The intension is to get short cut keys to toggle this text
styles.
Unfortunately the macro recorder badly fails. All it managed to record
is to open the font dialog by ExecuteCommand("Format.Font"). Not helpful
at a ...
|
Disable Linker Warnings
Mon, 10 Nov 2008 01:13:00 -0800
Hi all!
I'm using Visual Studio 7.1 (With Service Pack 1). When I build
the project, I'm getting many LINKER WARNINGS. I'm unable to disable it by
mentioning '/IGNORE: 4204' in Linker Tab's command line and '#pragma comment
(linker, "/IGNORE: 4204")' in the source files. I also searched a lot, but ...
|
problem running a simple test ASP.Net Web application
Fri, 7 Nov 2008 08:31:02 -0800
I'm experiencing a problem running a simple test ASP.Net Web application.
The result is:
Could not load file or assembly 'System.Web.Extensions, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
The system cannot find the file specified.
Here is what I'm doin ...
|
|
|
Add Class wizard not working
Thu, 6 Nov 2008 07:04:02 -0800
Using Visual Studio 2005, the Add Class wizard is not working. I added a new
dialog to my project. When I select "Add Class..." from the right-click
context menu, I get a blank wizard screen and an error message.
Screenshots...
http://i403.photobucket.com/albums/pp118/eepcat/wizard_blank.jpg
http://i403 ...
|
Visual Studio 2008 Conversion Wizard
Wed, 5 Nov 2008 00:06:01 -0800
Hi!
I am developing an ASP.NET application supporting one of our customers
project model. ASP.NET 1.1 and Visual Studio 2003 are used. Now we will
convert our project to ASP.NET 3.5 and Visual Studio 2008. I have copied our
old solution, containing a Console application and the ASP.NET application,
from ou ...
|
stopping F8 from wrapping round
Tue, 4 Nov 2008 11:14:32 -0000
Hi,
One feature I really like in recent versions of visual studio is pressing f8
to go to the next match (when using find in files) or the next compilation
error/warning.
One thing I find really annoying is that when it gets to the bottom of the
list it starts again at the top without warning. is there a ...
|