visual-studio-2005

What is the keyboard shortcut for jumping to the matching tag in Visual Studio 2005?

When editing HTML in Visual Studio, is there a keyboard shortcut for jumping to/from the matched html tag in much the same way that you can do so with matched brackets? I've already been to the Visual-Studio-Keyboard-Shortcuts Question. For example: I want to move from <head> to </head> when I press a keyboard shortcut. ...

Error generated while transferring application from VC++ 6.0 to Visual Studio 2005

An error occure saying: Unhandled exception at 0xfeeefeee in sgdoc.exe: 0xC0000005: Access violation reading location 0xfeeefeee. While transferring application from VC++ 6.0 to Visual Studio 2005. Please help me out. ...

Unable to generate PDB files in Visual Studio 2005

For most assemblies, I'm able to generate their respective .pdb files. However, I've got one project that isn't generating their .pdb files. I've made sure that it on debug mode and that the project's code is not being optimized. Any ideas? ...

Visual Studio 2005 Freezing

I am running Visual Studio 2005 Team Edition and I am having trouble as it is freezing quite a lot. I have the freezing issue when I save files or change what I am doing. By 'change what I am doing' I really mean anything. I might be editing a file and then click on a file in the Solution Explorer and then the IDE will freeze. I might j...

Error when installing visal studio 2005 on vista

when install vs 2005 on windows vista it gives me the following error log .. what can I do?? EndOfSession[11/05/09,19:09:09] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InstallManagerHelper() with HRESULT -2147023295. [11/05/09,19:09:09] setup.exe: [2] Component error string not specified in ISetupManager...

Visual Studio 2005 - Missing feature 'Code outline' (eclipse) or 'Defs' (SlickEdit)

I mostly use SlickEdit and eclipse while working on embedded systems. Once in a while I need to use Visual Studio, and I terribly miss this feature that is known by different names in different editors. Basically you get a small window of 'outline style' code summary on the side (showing just the function names and optionally the static ...

SOAP and WSDL in webservice

I am a beginner to webservice concepts. Now I know how to deploy webservice in IIS. I checked the webservice URL There I can see SOAP protocol contents and WSDL (after url type ?WSDL). My questions are: Can I run the webservice by replacing localhost with my IP address any where outside systems Do I need to study SOAP and WSDL sepera...

incorrect syntax near the keyword 'AS'

Why do i receive a syntax error as such: Incorrect syntax near the keyword 'AS' I am using microsoft visual studio 2005 and sql server 2005 string strSql = "SELECT a.MCode, a.NameOfModule, a.Mod_Abbreviation, dt.ModuleCode, dt.Course, dt.Stage, dt.ModuleGrpFrom, dt.ModuleGrpTo, dt.GrpName, dt.GrpType, dt.StaffID, dt.AcadYear, dt.A...

Preprocessing C# - Detecting Methods

Hey, I require the ability to preprocess a number of C# files as a prebuild step for a project, detect the start of methods, and insert generated code at the start of the method, before any existing code. I am, however, having a problem detecting the opening of a method. I initially tried a regular expression to match, but ended up wi...

Visual C++ Remote Debugging - Breakpoints Become Disabled

Here's the setup I have: On my local PC I build an un-managed C++ app in release mode, with debug information On my local PC the .exe and .pdb file are in the same dir On my local PC this works, I can debug as expected On the remote PC I copy both of these files into a \bin folder In my remote debugging settings I tell it to run in the...

VS 2005 Setup - HKCU

I am trying to fix an existing application that uses a Visual Studio 2005 setup project. We are requiring it to work on limited user accounts for XP, our app is written in C# for .Net 2.0. It writes keys into HKCU during the setup, but skips the UI step for choosing 'Install for Everyone' versus 'Just me'. So it defaults to installing...

How do I convert a c++ string to a .NET String^ ?

I've been trying to figure out how to convert a string to a String in Visual Studio 2005 with no luck. Here is the relevant code: #include <string> using namespace std; #using <System.dll> using namespace System; string test = "a test string"; So I'm trying to convert test into a String^ to use inside other .NET classes, can anyone ...

How to generate a HTML API documentation in VS 2005 and 2008?

I have done my project and now it is documentation time. Up to now I was able to generate the XML files from the project. Now I want to get the HTML API out of it. But I can't figure it out. ...

Visual Studio 2005 Project Build Order without using Project Dependencies

The short version of my question is how do I change the build order of projects in my solution without being forced to set one project as a dependency of the other? In my solution, I've got 2 projects: 1.) An executable written in C 2.) A static library containing unit tests using the CUTest framework. I've got 4 build configurations:...

LNK1106 with big binary resource

I have a rather huge .dat-file (896MB) included as a BIN resource in my project. Now I get a LNK1106 link error ("fatal error LNK1106: invalid file or disk full: cannot seek to 0x382A3920".) I use Visual Studio 2005 under Windows XP, and have tried on a 4GB RAM machine with high Virtual Memory settings and lots of disk space. I have tri...

Reset Function in Visual C#

Hi Finally I made a game using Visual C# ... (With Help Of Stackoverflow members ,,, Thanx). I Have three more questions. 1- How can I add a reset function to the application form I mean I want it to reload it self when I press a botton ( Try Again ) or somthin similler. 2- How I can add a fireworks to my application as the one in sp...

restart Function in visual C#

I have a windows application I need to create a button that unload/close/restart the currunt form while its running and reload/reopen/restart the same form. How ?? I tried the hide show thing but it keeps the old form running in the background ...

How to split a Crystal Reports subreport across a page break?

I'm using Visual Studio 2005 and writing in VB.NET. I have a subreport in a Crystal Reports report consisting of a list of log entries. Sometimes the list of log entries is long enough that it would extend onto the next page. What I see happening is that the list appears on the next page, leaving a big blank space at the bottom of the...

cant install xna

hi i trying to install xna when the installation starts i got an error says "XNA GSE 1.0 refresh requires Visual C# 2005 express edition sp1..." i use windows 7 and i have visual studio 2008 & visual C 2008 express when i see this message i install visual C 2005 express then i got the same error again and i install visual C 2005 sp1 ...

Visual studio tag highlighting feature is missing!

Hi Guys, I need a little assistance with regards to my visual studio IDE. There is this feature in aspx markup pages to highlight the matching tags when you click on them. <td style="height: 25px" align="right"> Invoice Total: </td> e.g. the two...