Uniwares
Tomato Guru
Portugal
2322 Posts |
Posted - Mar 11 2004 : 2:09:05 PM
|
Dramatic topic title
I'm stumbled across some serious troubles which seem to happen only when VAX is enabled in VS2003.NET.
When editing .aspx files it occasionally happens that the autogenerated code for events, dataadapters, connections, etc. in the InitializeComponent() function, is completely replaced. When I add a new event for example, then all existing autogenerated code is replaced with just the new event code. Observations: both .aspx and the .aspx.cs files are open for editing, the .aspx file is in designer mode, VAX is enabled.
I could not repro this when VAX is disabled, although I would not bet that its a bug of VAX. It does happen rarely (1 in 20 modifications) but you dont notice it happend, your code compiles fine, it just does not run correctly anymore with weird errors.
When you dont use source control for your files, you are in big troubles when it happens. |
|