Questions tagged [visual-studio-2005]

Visual Studio 2005 is a version of Microsoft's Visual Studio integrated development environment product line for .NET-based and C++ development. Do not use this tag unless you have a specific question about Visual Studio -- not just a coding issue.

Visual Studio 2005 has been superseded by the 2008, 2010, 2013 and 2015 versions at this time.

More information:

3144 questions
1
vote
2 answers

Convert Visual Studio 7.1 project to Visual Studio 9 project?

I have an Asp.Net project in Visual Studio 7.1 , Now when I open it in Visual Studio 2008 , I can't access to project files : (source: picfront.org) How can I open the project with VS2008 or VS2010 ?
Mohammad Dayyan
  • 21,578
  • 41
  • 164
  • 232
1
vote
1 answer

STATUS_STACK_BUFFER_OVERRUN encountered VS 2015

After rewriting code(Windows forms application) from VS 2005 to VS 2015 "STATUS_STACK_BUFFER_OVERRUN encountered" error occur. In VS2005 program is working fine. I don't really know what is wrong. Code was written in XP OS. Now I'm trying to start…
dragi
  • 21
  • 5
1
vote
1 answer

In VS2005 using C#, is there a shorthand way to insert the date into the editor?

Possible Duplicate: Insert current datetime in Visual Studio Snippet In VS2005 using C#, is there a shorthand way to insert the date into the editor? I want to date my comments - is there a shortcut to enter the current date?
CJ7
  • 22,579
  • 65
  • 193
  • 321
1
vote
0 answers

VS2015: NodeJS Tools Very Slow to Load

I've noticed that some simple nodejs projects take an inordinately long time to load under VS2015. As in, 5 minutes for something with only maybe 6 or 7 dependencies. This occurs even with a default, unmodified Express4 app. Is there a way to speed…
Mark Olbert
  • 6,584
  • 9
  • 35
  • 69
1
vote
3 answers

What are some reasons I might be receiving this "Symbol not defined" error in Visual Studio 2005 (screenshot included)

When debugging my VS2005 project, I get the following error when I attempt to step into the function that returns the vScenarioDescriptions local variable it's struggling with... image no longer available…
BeachRunnerFred
  • 18,070
  • 35
  • 139
  • 238
1
vote
1 answer

Exclude web.config from server when publishing website (not WAP) VS2005

How do I exclude Web.config from server when publishing website (not web application project) in Visual Studio 2005 I can see information how to add setting to the Web.Config but in this instance the Web.config is fine on the servers; so I do not…
Hunt
  • 279
  • 1
  • 3
  • 13
1
vote
1 answer

"fatal error LNK1561: entry point must be defined"

I'm very new with Microsoft Visual Studio 2005. I'm writing a sequence search program, when I try to compile it using MS VS 2005, I get an error: fatal error LNK1561: entry point must be defined My code is: #include #include int…
1
vote
0 answers

Upgrade Visual Studio 2005 solutions to Visual Studio 2015

I am trying to move my project from Vs2005 to VS 2015. Could you please let me know what might be the changes in solution file i should be looking for apart from Version description change. ?
1
vote
2 answers

Debugging Qt with Visual Studio

How is it possible to debug Qt 4.8 in Visual Studio 2005? Building release does work but if i try to debug, I always get this message: This application has failed to start because the application configuration is incorrect. Review the manifest file…
honiahaka10
  • 772
  • 4
  • 9
  • 29
1
vote
1 answer

Why is my UserProperties collection empty?

I'm using the Outlook 2003 PIA and VS 2005 to access items in a public folder. The item.UserProperties collection always comes back empty, despite the items having several user defined fields. If I add a property in code using UserProperties.Add,…
Matt
  • 1,370
  • 2
  • 16
  • 40
1
vote
2 answers

VS2005: how to find text in the current function

In the VS2005 code-editor using C#, how do you search for text in the current function only? It allows searching over the Current Document but I cannot see how to limit the search to only the current function.
CJ7
  • 22,579
  • 65
  • 193
  • 321
1
vote
1 answer

Link Error With Visual Studio 2005 Using Windows SDK 7.1

I am in the process of evaluating an upgrade to Windows SDK 7.1 Part of my team's legacy codebase is a large number of ATL web services, which are still maintained using Visual Studio 2005 because (I am told) ATL web services are not supported in…
Adam Holmberg
  • 7,245
  • 3
  • 30
  • 53
1
vote
2 answers

ASP.Net <%# %> and <%= %> rules?

Can someone explain to me the rules around what can and cannot be evaluated/inserted into markup using the <%# %> and <%= %> tags in asp.net? When I first discovered I could inject code-behind variables into mark-up using <%= I thought 'great'. Then…
El Ronnoco
  • 11,753
  • 5
  • 38
  • 65
1
vote
1 answer

how can we take left value from string value using RDLC expression?

Scenario: I have text : 12f Country code 1. I want 12f with bold using rdlc expression how can i do that? I am using visual studio 2005.
1
vote
1 answer

How can I create a map file with line numbers in Visual C++ 2005?

I can find information to do what I want in VC++ 6.0 at codeproject.com, but the options it suggests (e.g. /mapinfo:lines) are not supported in VC++ 2005.
bobmcn
  • 1,027
  • 9
  • 23