VB.NET Compiler Error

W

waseem.rauf

Hi All,

I am working on a .NET solution that contains both C# and VB.NET
projects. It worked fine but for the past few days, I get this VB.NET
Compiler Error that states:

Visual Basic .NET compiler is unable to recover from the following
error: System Error &Hc0000005& (Visual Basic inter compiler error)
Save your work and restart Visual Studio .NET.

It may pop during compilation, or EVEN when I just open the solution
file. On repeated restarts, it may or may not start functioning without
the error. Also there is no problem if I do a background compile (using
a batch file). But when I try to execute it using the IDE, I'm cursed
again.

I have uninstalled and re-installed VS.NET but to no avail. I am NOT
using DynamicCast keyword. Also I have noticed that sometimes the
startup project of my solution is set to some other project randomly
for some reason beyond my comprehension.

Please see if somebody can help. Million thanks in advance.

Desperate
Waseem
 
M

Mattias Sjögren

I am working on a .NET solution that contains both C# and VB.NET
projects. It worked fine but for the past few days, I get this VB.NET
Compiler Error that states:

Visual Basic .NET compiler is unable to recover from the following
error: System Error &Hc0000005& (Visual Basic inter compiler error)
Save your work and restart Visual Studio .NET.


Which version of Visual Studio are you using? There are hotfixes or
service packs available that fixes many of these compiler crashes.


Mattias
 
W

waseem.rauf

Hi Mattias,

Thanks for your mail. I am using Visual Studio .NET 2003 v7.1.3088
along with .NET Framework 1.1 v1.1.4322 SP1 (this is what the About
dialog shows), althouth .NET Framework 2.0 is also installed on my
machine.

Best Regards,
Waseem
 
M

Mattias Sjögren

Thanks for your mail. I am using Visual Studio .NET 2003 v7.1.3088
along with .NET Framework 1.1 v1.1.4322 SP1 (this is what the About
dialog shows), althouth .NET Framework 2.0 is also installed on my
machine.

The first Service Pack for VS2003 has just entered beta and if you're
interested in evaluating it I think you can try to get access via
http://connect.microsoft.com.


Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top