Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default .NET Framework 2.0

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

  #2   Report Post  
Posted to microsoft.public.excel.programming
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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default .NET Framework 2.0

add this file to the same directory as Excel.exe

Filename: Excel.exe.config

Content:

<?xml version="1.0" encoding="utf-8" ?

<configuration

<startup

<supportedRuntime version="v1.1.4322"/

<requiredRuntime version="v1.1.4322"
safemode="true"/</startup</configuration



then everything goes fine.

"Martin Tapp" <Martin wrote in message
...
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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to read Pocket Excel file in Compact framework Dhananjay Excel Discussion (Misc queries) 0 October 10th 06 11:59 AM
How to read Pocket Excel file in Compact framework Dhananjay Excel Discussion (Misc queries) 0 October 10th 06 11:59 AM
Fed up with VBA...want to use the .NET framework Niklas Excel Programming 1 October 27th 05 04:49 PM
Excel crashes when .Net framework installed Ed Vance Excel Programming 0 December 22nd 03 06:26 PM


All times are GMT +1. The time now is 10:21 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"