View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Martin Tapp Martin Tapp is offline
external usenet poster
 
Posts: 1
Default .NET Framework 2.0

I have encountered the same problem after upgrading to .NET Framework 2.0.
Everytime I try to debug my .NET application, VS2003 crashes. The only
solution is to uninstall .NET 2.0!!!

Please help.

Martin

"MariuszT" wrote:

I installed .NET Framework 2.0 on my workstation. Since than I can not
launch a debugging session for any of Excel application developed in VS 2003
with C# and VSTO. I can run the application outside debugger.

Whe I removed .NET framewor 2.0, everything is back to normal. I can debug
Excel appls.

Please advise