Re: Weird bug in VS.NET 2003 IDE



see if there is something here:

http://support.microsoft.com/search/default.aspx?catalog=LCID=1033&query=Visual+Studio+.NET+hotfix&x=10&y=6

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com

"1111111111111" <someone@xxxxxxxxxxxxx> escribió en el mensaje
news:%23bCUmN6sFHA.1204@xxxxxxxxxxxxxxxxxxxxxxx
> Hello
>
> I'm developing a fairly large (currently 26 sub-projects and 100000 lines)
> project in VB.NET 2003, using Visual Studio .NET. There seems to be a
> very annoying bug that crops up.
>
> From time to time, when I save my code, the IDE decides to add lines to
> the end of my code.
>
> Say the last three lines of my code read:
>
> End Sub
> End Class
> End Namespace
>
> Sometimes it'll add new lines all on its own, like this:
>
> End Sub
> End Class
> End Namespace <----------- this is where it should end
> End Class
> End Namespace
>
> Or:
>
> End Sub
> End Class
> End Namespacecece
>
> The lines that it adds to the end are always lines that are already at the
> end of the file. The number of lines varies: sometimes it'll just add a
> few characters, sometimes it'll add fifty lines or more. The result of
> the IDE adding all these lines is that the program fails to compile, which
> is especially annoying as my project takes a good couple of minutes to
> compile.
>
> The only work around is to delete the errant lines and save. Next,
> re-load the IDE. The phantom lines will have returned, but deleting them
> and saving allows me to compile the project successfully.
>
> Sometime this bug occurs once or twice a day. Sometimes (as this
> morning), it occurs once or twice in ten minutes. Needless to say, it's
> highly irritating. Swapping to C# is not an option, unfortunately
> (company policy). It usually affects the same small sub-set of files.
>
> Any ideas? Is there a downloadable fix for this?
>


.



Relevant Pages

  • Re: Looking for a free basic compiler for DOS
    ... mother of an ide file - and created separate source files for each SUB ... big to compile in one bc step. ... the source for all the SUBS in the same source file. ...
    (comp.lang.basic.misc)
  • Weird bug in VS.NET 2003 IDE
    ... annoying bug that crops up. ... End Sub ... End Namespace ... especially annoying as my project takes a good couple of minutes to compile. ...
    (microsoft.public.vsnet.ide)
  • Re: QBasic 1.1 language
    ... I think NAMED common does, ... That also tells you that the IDE uses up about 350K bytes of space. ... The big one is way WAY too big to actually compile with BC. ... There was a remark flag to indicate if a SUB was overlayable. ...
    (comp.lang.basic.misc)
  • Re: Question on - Automatic compilation of VB.NET files on a Web Server
    ... Is there a way to make this work without having to compile MySecurity.vb ... Public Sub New ... Namespace Sandbox.BLL ... Public Class MySecurity ...
    (microsoft.public.dotnet.framework)
  • Re: Compile errors in VB6 running in VirtualPC
    ... using the "Shared Folders" functionality of VirtualPC. ... Trying to open VB6 projects would fail with "Path not found ... The VB6 IDE could now open and compile ...
    (microsoft.public.vb.com)