Application Blues!!!!

C

CyberBhai

I am facing a typical problem.
Sometimes when I am closing my application, which is developed using Visio
2003 Activex Control and Vb.Net 2003, I get a window displaying the following
error

"Visio Managed Code Interop Component has encountered a problem and needs to
close. We are sorry for the inconvenience."

What can be the possible solution ?

Plz. Help
 
N

news.microsoft.com

Do you have bot .Net 1.1 and .Net 2.0 on your machine (ie: are you using
Visual Studio 2005)?

If so, you might need to put the "visio.config.exe" file in the Visio.exe
directory (ie: C:\Program Files\Microsoft Office\Visio11)

Make a file called "visio.config.exe", and put this inside:

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

Then copy it to the Visio directory. Not sure if that's the problem you're
having, though.


--
Hope this helps,

Chris Roth
Visio MVP

www.wanderkind.com/visio
 

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