Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / November 2006

Tip: Looking for answers? Try searching our database.

Smart Document - Debug Issue

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Alejandro - 13 Nov 2006 20:23 GMT
Hello,

I have a few smart documents that I have developed in .Net Framework 1.1,
and I recently got the Framework 2.0 installed. Everything works fine except
that I CAN'T DEBUG the smart documents. I still have Visual Studio .NET 2003.
I did some research and I found that there are some issues of compatibility
with the Framework runtime.
Anybody knows what should be done in order to be able to debug?

Signature

Thanks!!!

Alex

Alejandro - 14 Nov 2006 14:55 GMT
I found the solution to the problem. There is a conflict with the runtime,
and the VS 2003 Debugger is trying to use the 2.0, when in fact it should use
the 1.1. Therefore, we must force VS 2003 Debugger to use the 1.1. To do
this, just create a configuration file, name it "WINWORD.EXE.config" and
place it in the directory where WINDOWORD.EXE is located.
Paste this text into the config file:
<?xml version ="1.0"?>
<configuration>
   <startup>
       <supportedRuntime version="v1.1.4322" />
   </startup>
</configuration>

Signature

Thanks,

Alex

> Hello,
>
[quoted text clipped - 4 lines]
> with the Framework runtime.
> Anybody knows what should be done in order to be able to debug?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.