Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VS adds to my code that causes errors

Status
Not open for further replies.

dpdoug

Programmer
Nov 27, 2002
455
0
0
US
Visual Studio.Net is too 'intelligent'! Is there any way to turn this thing off. My mouse over tooltip functionality was tested and working perfectly until VS7 decided to add junk to it and jumble it up. As you can see below, this would obviously not work and it isn't even close to the way I wrote it:

Code:
<A onmouseover="EnterContent('ToolTip','Login Help','You must login before you are able to add equipment to your cart.<A onmouseover=" cart.<p your to equipment add able are you before login must HelpYou EnterContentToolTipLogin?,?(??,?>If you do not already have 
            an account, click on the [New Account] button above and create one. 
            '); Activate();" onmouseout=deActivate() href="javascript:void(0)" 
            DESIGNTIMEURL="javascript:void(0)" DESIGNTIMESP=12358&gt;<IMG src="images/help.gif" border=0 ></A>

I'll have to re-write it, but has anyone else experienced this problem and how can I avoid it?

 
In VS.NET you can turn off code-editing by the system. I have never done it, but here are the instructions I have to do it:

Tools -> Options -> Tex Editor -> C#(or any language that you want to modufy the settings for) -> Look under formatting and the other options.

Not sure if this is exaclty what you are looking for.

Hope it helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top