1
vote
2answers
20 views
How do you Debug/Run classic asp pages in Visual Studio 2008?
Whenever I try to open a classic asp page while running the site in VS2008 I get the error: "This type of page is not served".
How do you Debug/Run classic asp pages in Visual Stu …
1
vote
4answers
28 views
Visual Studio 2008 Keyboard Shortcut to display Members?
What is the best way to display the Members in the current file in VS2008?
SCENARIO:
You open a file with ctrl + d and then type “>of ” and SomeFilename, then press enter and you …
0
votes
0answers
16 views
Weird page not displaying problem
I am developing applications in Visual Studio, and lately when there is a error on the page, internet explorer displays a blank page, no error messages. When i view source i see a …
1
vote
1answer
10 views
CMake: How to generate different shared library names depending on build type
This is my first time using CMake and I'm trying to build QJSon, a JSON parser for Qt 4.x. What I want basically is to build different output library names depending on the build c …
0
votes
0answers
21 views
Renaming Images / CSS classes in complete Project - how?
Hi guys,
I have following problem:
at the stat of a project, many many images and cssclasses was created. None of them are have a correct name // spelling and / or a single touch …
1
vote
2answers
117 views
When I make a database change, how do I know what needs to be removed and readded to the LinqToSql O/R Designer in Visual Studio?
For example, I alter a column in a table to be not null from null.
I need to then delete and readd the table. That part is pretty clear.
What about views, functions, and stored …
0
votes
3answers
360 views
Visual Studio 2008 on Windows 7 hangs (is not responding) when opening web.config file
Dear Group,
I have just completed moving my C# ASP.NET web application from Visual Studio 2008 running on Windows XP to Visual Studio 2008 running on Windows 7.
I have noticed wh …
1
vote
2answers
16 views
VS 2008 / MSTest - how do I run a subset of all tests?
I've just started using MSTest in a Visual Studio project (NUnit has been what I've used before) and I have a few questions.
I see that if I right-click on a single test method an …
0
votes
1answer
20 views
Is there a way to read from Response Headers without getting a PlatformNotSupportedException?
Hello,
I am working on an Filter Attribute for ASP.Net MVC that will return a 304 response when the content has not been modified. It would be handy to be able to read the Last-Mod …
0
votes
5answers
138 views
Visual Studio 2008 crash on ‘Add Items to Folder’
No luck at MSDN with this one, which is driving me nuts. I us VS Team System 2008 (w/ Resharper). Everytime I press the Add Items to Folder button in the Source Control Explorer …
4
votes
9answers
159 views
Development software - How common is it for developers to buy it for personal use
Edit: The answer is yes, pretty common. The Microsoft TechNet is one of best deals (except it does not have Visual Studio). So MSDN generally is a better choice. Thank you
Hello A …
0
votes
1answer
31 views
Howto Track down variable Corruption
I have a MFC class derived from CStdioFile declared as follows
// Datafile.h
class CDataFile : public CStdioFile
{
public:
CDataFile(void);
~CDataFile(void);
int OpenFile(L …
0
votes
0answers
12 views
Why would Browse Information in Visual Studio 2008 stop being updated?
I'm working on a fairly big (I think - is 32 projects big?) multi-project 'solution' in Visual Studio 2008. Because it's a legacy system, the code is mainly C <gasp!>, altho …
2
votes
3answers
67 views
What is the Code Definition Window in Visual C++ 2008 Express?
I am working on the Sphere Online Judge problems (OK I am only on my 2nd lol) and using VC++ 2008 express and have just noticed the "code definition window". What exactly does this …
2
votes
5answers
110 views
Using background worker with multiple classes in C#
I am learning to program in C# and have most of the basics down already. I am having trouble using the background worker and using it with multiple classes. This is a backup progra …
