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.
...
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.
...
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?
...
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...
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...
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 ...
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...
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...
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...
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...
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...
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 ...
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.
...
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:...
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...
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...
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
...
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...
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
...
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...