Showing posts with label environment. Show all posts
Showing posts with label environment. Show all posts

Saturday, March 31, 2012

The bass class System.Web.UI.Page cannot be designed.

Help!!

I am now getting the following error concerning the Microsoft Development Environment in .NET:

=========================================================
The file failed to load in the Web Form designer. Please correct the following error, then load it again: The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in the file:

contactbroker -- The base class 'System.Web.UI.Page' cannot be designed.
=========================================================

What do I need to do. This happens with all of my .aspx pages not just the one listed in the error message. Is there another reference I need to load into my solution. I currently have the following reference listed:

Microsoft.Web.UI.WebControls
MSHTML
stdole
System
System.Data
System.Drawing
System.Security
System.Web
System.Web.ReqularExpressions
System.Web.Services
System.Windows.Forms
System.XML
tabDlg

I hope this is enought info to help you figure out what my problem is, other than be too ignorant to figure it out for myself...

Thanks

ArtAre you trying to build a page class in a usercontrol?
I guess I don't even know enough to understand your question. Can you help me out a little further? Thanks
Yeah, that was a bad response on my part. Basically, are you trying to do things in an ascx file that should are meant for aspx. If you are working in an aspx page, you can use the system.web.ui.page, but if you are in a usercontrol (ascx) you must make use of system.web.ui.usercontrol or whatever. Also remember (Just a heads up, not releated to your current problem), a page can only have one form tag and your ascx files cannot have a form tag because this is used in the page which those usercontrols will sit inside of.
Here is my situation. I installed .NET Framework 1.1 yesterday. I already had .NET Framework 1.0 installed. I installed 1.1 because I wanted to take advantage of the HasRows Property when check to see if a dataReader had returned any rows. After I installed 1.1 I got an error on the HasRows property. I then removed the version 1.0 System.Data, System.Drawing, System.Security, System.Web, System.Web.RegularExpressions, System.WebServices, and System.XML references and replaced them all with 1.1 version. Well the HasRows problem went away but now, every time I try to open one of my .aspx pages I get the error that is the subject of this post. Additoinally I can no longer get into the design mode for any of these forms.

I haven't changed any of the code, or added any additional references to the project.
What version of Visual Studio are you using?
Microsoft Development Environment 2002 Version 7.0.94466

Saturday, March 24, 2012

the development environment is overzealously formatting my html when switching from design

Please tell me there is a way to prevent this annoyance ; - )

I'm into writing perfectly indented html, but the .net dev environment is
being overzealous and messing up my html formatting.

for example, I originally write:

<table>
<tr>
<td>
<asp:label id="lblSuccess" runat="server">
</asp:/label>
</td>
</tr>
</table
then the dev environment switches it to something like:

<table>
<tr>
<td><asp:label id="lblSuccess" runat="server"></asp:/label>
</td></tr></table
I'm running the latest version of .net --version 7.1.3088
I've run through the tools/options and placed the envirionment to do the
least amount of microsoftesque-preemptive formatting.

Please HELP!!! If there is no solution I think I'm gonna code .net stuff in
notepad until I can get a linux, bsd or UNIX job...lol jk. I've been an MS
developer for years!it's a setting in the options of VS....

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com

"Jacob Crossley" <jacobcrossley@.hotmail.com> wrote in message
news:dTHxc.405$yR5.148@.fe25.usenetserver.com...
> Please tell me there is a way to prevent this annoyance ; - )
> I'm into writing perfectly indented html, but the .net dev environment is
> being overzealous and messing up my html formatting.
> for example, I originally write:
> <table>
> <tr>
> <td>
> <asp:label id="lblSuccess" runat="server">
> </asp:/label>
> </td>
> </tr>
> </table>
> then the dev environment switches it to something like:
> <table>
> <tr>
> <td><asp:label id="lblSuccess" runat="server"></asp:/label>
> </td></tr></table>
>
> I'm running the latest version of .net --version 7.1.3088
> I've run through the tools/options and placed the envirionment to do the
> least amount of microsoftesque-preemptive formatting.
> Please HELP!!! If there is no solution I think I'm gonna code .net stuff
in
> notepad until I can get a linux, bsd or UNIX job...lol jk. I've been an
MS
> developer for years!
which setting? I've tried them all!

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:erCz9AlTEHA.1284@.TK2MSFTNGP10.phx.gbl...
> it's a setting in the options of VS....
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> Site: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
> "Jacob Crossley" <jacobcrossley@.hotmail.com> wrote in message
> news:dTHxc.405$yR5.148@.fe25.usenetserver.com...
> > Please tell me there is a way to prevent this annoyance ; - )
> > I'm into writing perfectly indented html, but the .net dev environment
is
> > being overzealous and messing up my html formatting.
> > for example, I originally write:
> > <table>
> > <tr>
> > <td>
> > <asp:label id="lblSuccess" runat="server">
> > </asp:/label>
> > </td>
> > </tr>
> > </table>
> > then the dev environment switches it to something like:
> > <table>
> > <tr>
> > <td><asp:label id="lblSuccess" runat="server"></asp:/label>
> > </td></tr></table>
> > I'm running the latest version of .net --version 7.1.3088
> > I've run through the tools/options and placed the envirionment to do the
> > least amount of microsoftesque-preemptive formatting.
> > Please HELP!!! If there is no solution I think I'm gonna code .net
stuff
> in
> > notepad until I can get a linux, bsd or UNIX job...lol jk. I've been an
> MS
> > developer for years!
Tools
Options
Text Editor
HTML/XML
Format

Try the settings there.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com

"Jacob Crossley" <jacobcrossley@.hotmail.com> wrote in message
news:_7Jxc.408$yR5.196@.fe25.usenetserver.com...
> which setting? I've tried them all!
>
> "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> news:erCz9AlTEHA.1284@.TK2MSFTNGP10.phx.gbl...
> > it's a setting in the options of VS....
> > --
> > Curt Christianson
> > Owner/Lead Developer, DF-Software
> > Site: http://www.Darkfalz.com
> > Blog: http://blog.Darkfalz.com
> > "Jacob Crossley" <jacobcrossley@.hotmail.com> wrote in message
> > news:dTHxc.405$yR5.148@.fe25.usenetserver.com...
> > > Please tell me there is a way to prevent this annoyance ; - )
> > > > I'm into writing perfectly indented html, but the .net dev environment
> is
> > > being overzealous and messing up my html formatting.
> > > > for example, I originally write:
> > > > <table>
> > > <tr>
> > > <td>
> > > <asp:label id="lblSuccess" runat="server">
> > > </asp:/label>
> > > </td>
> > > </tr>
> > > </table>
> > > > then the dev environment switches it to something like:
> > > > <table>
> > > <tr>
> > > <td><asp:label id="lblSuccess" runat="server"></asp:/label>
> > > </td></tr></table>
> > > > > I'm running the latest version of .net --version 7.1.3088
> > > I've run through the tools/options and placed the envirionment to do
the
> > > least amount of microsoftesque-preemptive formatting.
> > > > Please HELP!!! If there is no solution I think I'm gonna code .net
> stuff
> > in
> > > notepad until I can get a linux, bsd or UNIX job...lol jk. I've been
an
> > MS
> > > developer for years!
> > >
You are wrong. You are just guessing. Its best not to answer questions
unless you have a specific and tested answer. Please excuse my bluntness.
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:%23pDqTglTEHA.3988@.tk2msftngp13.phx.gbl...
> Tools
> Options
> Text Editor
> HTML/XML
> Format
> Try the settings there.
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> Site: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
> "Jacob Crossley" <jacobcrossley@.hotmail.com> wrote in message
> news:_7Jxc.408$yR5.196@.fe25.usenetserver.com...
> > which setting? I've tried them all!
> > "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> > news:erCz9AlTEHA.1284@.TK2MSFTNGP10.phx.gbl...
> > > it's a setting in the options of VS....
> > > > --
> > > Curt Christianson
> > > Owner/Lead Developer, DF-Software
> > > Site: http://www.Darkfalz.com
> > > Blog: http://blog.Darkfalz.com
> > > > > "Jacob Crossley" <jacobcrossley@.hotmail.com> wrote in message
> > > news:dTHxc.405$yR5.148@.fe25.usenetserver.com...
> > > > Please tell me there is a way to prevent this annoyance ; - )
> > > > > > I'm into writing perfectly indented html, but the .net dev
environment
> > is
> > > > being overzealous and messing up my html formatting.
> > > > > > for example, I originally write:
> > > > > > <table>
> > > > <tr>
> > > > <td>
> > > > <asp:label id="lblSuccess" runat="server">
> > > > </asp:/label>
> > > > </td>
> > > > </tr>
> > > > </table>
> > > > > > then the dev environment switches it to something like:
> > > > > > <table>
> > > > <tr>
> > > > <td><asp:label id="lblSuccess" runat="server"></asp:/label>
> > > > </td></tr></table>
> > > > > > > > I'm running the latest version of .net --version 7.1.3088
> > > > I've run through the tools/options and placed the envirionment to do
> the
> > > > least amount of microsoftesque-preemptive formatting.
> > > > > > Please HELP!!! If there is no solution I think I'm gonna code .net
> > stuff
> > > in
> > > > notepad until I can get a linux, bsd or UNIX job...lol jk. I've
been
> an
> > > MS
> > > > developer for years!
> > > > > > > >
it's a setting in the options of VS....

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com

"Jacob Crossley" <jacobcrossley@.hotmail.com> wrote in message
news:dTHxc.405$yR5.148@.fe25.usenetserver.com...
> Please tell me there is a way to prevent this annoyance ; - )
> I'm into writing perfectly indented html, but the .net dev environment is
> being overzealous and messing up my html formatting.
> for example, I originally write:
> <table>
> <tr>
> <td>
> <asp:label id="lblSuccess" runat="server">
> </asp:/label>
> </td>
> </tr>
> </table>
> then the dev environment switches it to something like:
> <table>
> <tr>
> <td><asp:label id="lblSuccess" runat="server"></asp:/label>
> </td></tr></table>
>
> I'm running the latest version of .net --version 7.1.3088
> I've run through the tools/options and placed the envirionment to do the
> least amount of microsoftesque-preemptive formatting.
> Please HELP!!! If there is no solution I think I'm gonna code .net stuff
in
> notepad until I can get a linux, bsd or UNIX job...lol jk. I've been an
MS
> developer for years!
which setting? I've tried them all!

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:erCz9AlTEHA.1284@.TK2MSFTNGP10.phx.gbl...
> it's a setting in the options of VS....
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> Site: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
> "Jacob Crossley" <jacobcrossley@.hotmail.com> wrote in message
> news:dTHxc.405$yR5.148@.fe25.usenetserver.com...
> > Please tell me there is a way to prevent this annoyance ; - )
> > I'm into writing perfectly indented html, but the .net dev environment
is
> > being overzealous and messing up my html formatting.
> > for example, I originally write:
> > <table>
> > <tr>
> > <td>
> > <asp:label id="lblSuccess" runat="server">
> > </asp:/label>
> > </td>
> > </tr>
> > </table>
> > then the dev environment switches it to something like:
> > <table>
> > <tr>
> > <td><asp:label id="lblSuccess" runat="server"></asp:/label>
> > </td></tr></table>
> > I'm running the latest version of .net --version 7.1.3088
> > I've run through the tools/options and placed the envirionment to do the
> > least amount of microsoftesque-preemptive formatting.
> > Please HELP!!! If there is no solution I think I'm gonna code .net
stuff
> in
> > notepad until I can get a linux, bsd or UNIX job...lol jk. I've been an
> MS
> > developer for years!
Yeah, whatever you say.

PLONK - Killfile

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com

"Jacob Crossley" <jacobcrossley@.hotmail.com> wrote in message
news:6IJxc.410$yR5.204@.fe25.usenetserver.com...
> You are wrong. You are just guessing. Its best not to answer questions
> unless you have a specific and tested answer. Please excuse my bluntness.
> "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> news:%23pDqTglTEHA.3988@.tk2msftngp13.phx.gbl...
> > Tools
> > Options
> > Text Editor
> > HTML/XML
> > Format
> > Try the settings there.
> > --
> > Curt Christianson
> > Owner/Lead Developer, DF-Software
> > Site: http://www.Darkfalz.com
> > Blog: http://blog.Darkfalz.com
> > "Jacob Crossley" <jacobcrossley@.hotmail.com> wrote in message
> > news:_7Jxc.408$yR5.196@.fe25.usenetserver.com...
> > > which setting? I've tried them all!
> > > > > "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> > > news:erCz9AlTEHA.1284@.TK2MSFTNGP10.phx.gbl...
> > > > it's a setting in the options of VS....
> > > > > > --
> > > > Curt Christianson
> > > > Owner/Lead Developer, DF-Software
> > > > Site: http://www.Darkfalz.com
> > > > Blog: http://blog.Darkfalz.com
> > > > > > > > "Jacob Crossley" <jacobcrossley@.hotmail.com> wrote in message
> > > > news:dTHxc.405$yR5.148@.fe25.usenetserver.com...
> > > > > Please tell me there is a way to prevent this annoyance ; - )
> > > > > > > > I'm into writing perfectly indented html, but the .net dev
> environment
> > > is
> > > > > being overzealous and messing up my html formatting.
> > > > > > > > for example, I originally write:
> > > > > > > > <table>
> > > > > <tr>
> > > > > <td>
> > > > > <asp:label id="lblSuccess" runat="server">
> > > > > </asp:/label>
> > > > > </td>
> > > > > </tr>
> > > > > </table>
> > > > > > > > then the dev environment switches it to something like:
> > > > > > > > <table>
> > > > > <tr>
> > > > > <td><asp:label id="lblSuccess"
runat="server"></asp:/label>
> > > > > </td></tr></table>
> > > > > > > > > > > I'm running the latest version of .net --version 7.1.3088
> > > > > I've run through the tools/options and placed the envirionment to
do
> > the
> > > > > least amount of microsoftesque-preemptive formatting.
> > > > > > > > Please HELP!!! If there is no solution I think I'm gonna code
..net
> > > stuff
> > > > in
> > > > > notepad until I can get a linux, bsd or UNIX job...lol jk. I've
> been
> > an
> > > > MS
> > > > > developer for years!
> > > > > > > > > > > > > > > >
Tools
Options
Text Editor
HTML/XML
Format

Try the settings there.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com

"Jacob Crossley" <jacobcrossley@.hotmail.com> wrote in message
news:_7Jxc.408$yR5.196@.fe25.usenetserver.com...
> which setting? I've tried them all!
>
> "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> news:erCz9AlTEHA.1284@.TK2MSFTNGP10.phx.gbl...
> > it's a setting in the options of VS....
> > --
> > Curt Christianson
> > Owner/Lead Developer, DF-Software
> > Site: http://www.Darkfalz.com
> > Blog: http://blog.Darkfalz.com
> > "Jacob Crossley" <jacobcrossley@.hotmail.com> wrote in message
> > news:dTHxc.405$yR5.148@.fe25.usenetserver.com...
> > > Please tell me there is a way to prevent this annoyance ; - )
> > > > I'm into writing perfectly indented html, but the .net dev environment
> is
> > > being overzealous and messing up my html formatting.
> > > > for example, I originally write:
> > > > <table>
> > > <tr>
> > > <td>
> > > <asp:label id="lblSuccess" runat="server">
> > > </asp:/label>
> > > </td>
> > > </tr>
> > > </table>
> > > > then the dev environment switches it to something like:
> > > > <table>
> > > <tr>
> > > <td><asp:label id="lblSuccess" runat="server"></asp:/label>
> > > </td></tr></table>
> > > > > I'm running the latest version of .net --version 7.1.3088
> > > I've run through the tools/options and placed the envirionment to do
the
> > > least amount of microsoftesque-preemptive formatting.
> > > > Please HELP!!! If there is no solution I think I'm gonna code .net
> stuff
> > in
> > > notepad until I can get a linux, bsd or UNIX job...lol jk. I've been
an
> > MS
> > > developer for years!
> > >
You are wrong. You are just guessing. Its best not to answer questions
unless you have a specific and tested answer. Please excuse my bluntness.
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:%23pDqTglTEHA.3988@.tk2msftngp13.phx.gbl...
> Tools
> Options
> Text Editor
> HTML/XML
> Format
> Try the settings there.
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> Site: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
> "Jacob Crossley" <jacobcrossley@.hotmail.com> wrote in message
> news:_7Jxc.408$yR5.196@.fe25.usenetserver.com...
> > which setting? I've tried them all!
> > "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> > news:erCz9AlTEHA.1284@.TK2MSFTNGP10.phx.gbl...
> > > it's a setting in the options of VS....
> > > > --
> > > Curt Christianson
> > > Owner/Lead Developer, DF-Software
> > > Site: http://www.Darkfalz.com
> > > Blog: http://blog.Darkfalz.com
> > > > > "Jacob Crossley" <jacobcrossley@.hotmail.com> wrote in message
> > > news:dTHxc.405$yR5.148@.fe25.usenetserver.com...
> > > > Please tell me there is a way to prevent this annoyance ; - )
> > > > > > I'm into writing perfectly indented html, but the .net dev
environment
> > is
> > > > being overzealous and messing up my html formatting.
> > > > > > for example, I originally write:
> > > > > > <table>
> > > > <tr>
> > > > <td>
> > > > <asp:label id="lblSuccess" runat="server">
> > > > </asp:/label>
> > > > </td>
> > > > </tr>
> > > > </table>
> > > > > > then the dev environment switches it to something like:
> > > > > > <table>
> > > > <tr>
> > > > <td><asp:label id="lblSuccess" runat="server"></asp:/label>
> > > > </td></tr></table>
> > > > > > > > I'm running the latest version of .net --version 7.1.3088
> > > > I've run through the tools/options and placed the envirionment to do
> the
> > > > least amount of microsoftesque-preemptive formatting.
> > > > > > Please HELP!!! If there is no solution I think I'm gonna code .net
> > stuff
> > > in
> > > > notepad until I can get a linux, bsd or UNIX job...lol jk. I've
been
> an
> > > MS
> > > > developer for years!
> > > > > > > >
See the problem is that you acted like you know the answer, so now a
microsoft employee monitoring this board will assume that my question was
answered. At the bottom of my initial post I mentioned I had already run
through the tools /options. of VS and put them all on settings that do the
least amount of work.

Nothing against you personally, but please don't give unspecific answers
that don't work. That diminishes the quality of the board for the rest of
us. Also be sure to read the full thread before answering. If you'd have
done that in this case, you'd have known that even your third attempt to
answer was inadequate. Were you such a pain in the a## to your teachers when
you were in school--always wanting cheap credit for rushing to give the
obvious answer that all the other students knew, but not exactly what the
teacher asked for?

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:eZMpnCmTEHA.3420@.TK2MSFTNGP12.phx.gbl...
> Yeah, whatever you say.
> PLONK - Killfile
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> Site: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
> "Jacob Crossley" <jacobcrossley@.hotmail.com> wrote in message
> news:6IJxc.410$yR5.204@.fe25.usenetserver.com...
> > You are wrong. You are just guessing. Its best not to answer questions
> > unless you have a specific and tested answer. Please excuse my
bluntness.
> > "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> > news:%23pDqTglTEHA.3988@.tk2msftngp13.phx.gbl...
> > > Tools
> > > Options
> > > Text Editor
> > > HTML/XML
> > > Format
> > > > Try the settings there.
> > > > --
> > > Curt Christianson
> > > Owner/Lead Developer, DF-Software
> > > Site: http://www.Darkfalz.com
> > > Blog: http://blog.Darkfalz.com
> > > > > "Jacob Crossley" <jacobcrossley@.hotmail.com> wrote in message
> > > news:_7Jxc.408$yR5.196@.fe25.usenetserver.com...
> > > > which setting? I've tried them all!
> > > > > > > > "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> > > > news:erCz9AlTEHA.1284@.TK2MSFTNGP10.phx.gbl...
> > > > > it's a setting in the options of VS....
> > > > > > > > --
> > > > > Curt Christianson
> > > > > Owner/Lead Developer, DF-Software
> > > > > Site: http://www.Darkfalz.com
> > > > > Blog: http://blog.Darkfalz.com
> > > > > > > > > > > "Jacob Crossley" <jacobcrossley@.hotmail.com> wrote in message
> > > > > news:dTHxc.405$yR5.148@.fe25.usenetserver.com...
> > > > > > Please tell me there is a way to prevent this annoyance ; - )
> > > > > > > > > > I'm into writing perfectly indented html, but the .net dev
> > environment
> > > > is
> > > > > > being overzealous and messing up my html formatting.
> > > > > > > > > > for example, I originally write:
> > > > > > > > > > <table>
> > > > > > <tr>
> > > > > > <td>
> > > > > > <asp:label id="lblSuccess" runat="server">
> > > > > > </asp:/label>
> > > > > > </td>
> > > > > > </tr>
> > > > > > </table>
> > > > > > > > > > then the dev environment switches it to something like:
> > > > > > > > > > <table>
> > > > > > <tr>
> > > > > > <td><asp:label id="lblSuccess"
> runat="server"></asp:/label>
> > > > > > </td></tr></table>
> > > > > > > > > > > > > > I'm running the latest version of .net --version 7.1.3088
> > > > > > I've run through the tools/options and placed the envirionment
to
> do
> > > the
> > > > > > least amount of microsoftesque-preemptive formatting.
> > > > > > > > > > Please HELP!!! If there is no solution I think I'm gonna code
> .net
> > > > stuff
> > > > > in
> > > > > > notepad until I can get a linux, bsd or UNIX job...lol jk. I've
> > been
> > > an
> > > > > MS
> > > > > > developer for years!
> > > > > > > > > > > > > > > > > > > > > > > > > >
Yeah, whatever you say.

PLONK - Killfile

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com

"Jacob Crossley" <jacobcrossley@.hotmail.com> wrote in message
news:6IJxc.410$yR5.204@.fe25.usenetserver.com...
> You are wrong. You are just guessing. Its best not to answer questions
> unless you have a specific and tested answer. Please excuse my bluntness.
> "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> news:%23pDqTglTEHA.3988@.tk2msftngp13.phx.gbl...
> > Tools
> > Options
> > Text Editor
> > HTML/XML
> > Format
> > Try the settings there.
> > --
> > Curt Christianson
> > Owner/Lead Developer, DF-Software
> > Site: http://www.Darkfalz.com
> > Blog: http://blog.Darkfalz.com
> > "Jacob Crossley" <jacobcrossley@.hotmail.com> wrote in message
> > news:_7Jxc.408$yR5.196@.fe25.usenetserver.com...
> > > which setting? I've tried them all!
> > > > > "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> > > news:erCz9AlTEHA.1284@.TK2MSFTNGP10.phx.gbl...
> > > > it's a setting in the options of VS....
> > > > > > --
> > > > Curt Christianson
> > > > Owner/Lead Developer, DF-Software
> > > > Site: http://www.Darkfalz.com
> > > > Blog: http://blog.Darkfalz.com
> > > > > > > > "Jacob Crossley" <jacobcrossley@.hotmail.com> wrote in message
> > > > news:dTHxc.405$yR5.148@.fe25.usenetserver.com...
> > > > > Please tell me there is a way to prevent this annoyance ; - )
> > > > > > > > I'm into writing perfectly indented html, but the .net dev
> environment
> > > is
> > > > > being overzealous and messing up my html formatting.
> > > > > > > > for example, I originally write:
> > > > > > > > <table>
> > > > > <tr>
> > > > > <td>
> > > > > <asp:label id="lblSuccess" runat="server">
> > > > > </asp:/label>
> > > > > </td>
> > > > > </tr>
> > > > > </table>
> > > > > > > > then the dev environment switches it to something like:
> > > > > > > > <table>
> > > > > <tr>
> > > > > <td><asp:label id="lblSuccess"
runat="server"></asp:/label>
> > > > > </td></tr></table>
> > > > > > > > > > > I'm running the latest version of .net --version 7.1.3088
> > > > > I've run through the tools/options and placed the envirionment to
do
> > the
> > > > > least amount of microsoftesque-preemptive formatting.
> > > > > > > > Please HELP!!! If there is no solution I think I'm gonna code
..net
> > > stuff
> > > > in
> > > > > notepad until I can get a linux, bsd or UNIX job...lol jk. I've
> been
> > an
> > > > MS
> > > > > developer for years!
> > > > > > > > > > > > > > > >
See the problem is that you acted like you know the answer, so now a
microsoft employee monitoring this board will assume that my question was
answered. At the bottom of my initial post I mentioned I had already run
through the tools /options. of VS and put them all on settings that do the
least amount of work.

Nothing against you personally, but please don't give unspecific answers
that don't work. That diminishes the quality of the board for the rest of
us. Also be sure to read the full thread before answering. If you'd have
done that in this case, you'd have known that even your third attempt to
answer was inadequate. Were you such a pain in the a## to your teachers when
you were in school--always wanting cheap credit for rushing to give the
obvious answer that all the other students knew, but not exactly what the
teacher asked for?

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:eZMpnCmTEHA.3420@.TK2MSFTNGP12.phx.gbl...
> Yeah, whatever you say.
> PLONK - Killfile
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> Site: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
> "Jacob Crossley" <jacobcrossley@.hotmail.com> wrote in message
> news:6IJxc.410$yR5.204@.fe25.usenetserver.com...
> > You are wrong. You are just guessing. Its best not to answer questions
> > unless you have a specific and tested answer. Please excuse my
bluntness.
> > "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> > news:%23pDqTglTEHA.3988@.tk2msftngp13.phx.gbl...
> > > Tools
> > > Options
> > > Text Editor
> > > HTML/XML
> > > Format
> > > > Try the settings there.
> > > > --
> > > Curt Christianson
> > > Owner/Lead Developer, DF-Software
> > > Site: http://www.Darkfalz.com
> > > Blog: http://blog.Darkfalz.com
> > > > > "Jacob Crossley" <jacobcrossley@.hotmail.com> wrote in message
> > > news:_7Jxc.408$yR5.196@.fe25.usenetserver.com...
> > > > which setting? I've tried them all!
> > > > > > > > "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> > > > news:erCz9AlTEHA.1284@.TK2MSFTNGP10.phx.gbl...
> > > > > it's a setting in the options of VS....
> > > > > > > > --
> > > > > Curt Christianson
> > > > > Owner/Lead Developer, DF-Software
> > > > > Site: http://www.Darkfalz.com
> > > > > Blog: http://blog.Darkfalz.com
> > > > > > > > > > > "Jacob Crossley" <jacobcrossley@.hotmail.com> wrote in message
> > > > > news:dTHxc.405$yR5.148@.fe25.usenetserver.com...
> > > > > > Please tell me there is a way to prevent this annoyance ; - )
> > > > > > > > > > I'm into writing perfectly indented html, but the .net dev
> > environment
> > > > is
> > > > > > being overzealous and messing up my html formatting.
> > > > > > > > > > for example, I originally write:
> > > > > > > > > > <table>
> > > > > > <tr>
> > > > > > <td>
> > > > > > <asp:label id="lblSuccess" runat="server">
> > > > > > </asp:/label>
> > > > > > </td>
> > > > > > </tr>
> > > > > > </table>
> > > > > > > > > > then the dev environment switches it to something like:
> > > > > > > > > > <table>
> > > > > > <tr>
> > > > > > <td><asp:label id="lblSuccess"
> runat="server"></asp:/label>
> > > > > > </td></tr></table>
> > > > > > > > > > > > > > I'm running the latest version of .net --version 7.1.3088
> > > > > > I've run through the tools/options and placed the envirionment
to
> do
> > > the
> > > > > > least amount of microsoftesque-preemptive formatting.
> > > > > > > > > > Please HELP!!! If there is no solution I think I'm gonna code
> .net
> > > > stuff
> > > > > in
> > > > > > notepad until I can get a linux, bsd or UNIX job...lol jk. I've
> > been
> > > an
> > > > > MS
> > > > > > developer for years!
> > > > > > > > > > > > > > > > > > > > > > > > > >