microsoft.visualbasic.dll err msg

G

Guest

Hi,

My Windows app worked before, but maybe after my attempt of porting it to
web app environment and could not get it to pass objExcel=
GetObject("strPath"), it now fails in Windows app environment as well. The
err msg is

An unhandled exception of type 'System.Exception' occurred in
microsoft.visualbasic.dll

Additional information: Cannot create ActiveX component.

Thanks for your kindly assistance,
 
C

Cor Ligthert [MVP]

Bic,
My Windows app worked before, but maybe after my attempt of porting it to
web app environment and could not get it to pass objExcel=
GetObject("strPath"), it now fails in Windows app environment as well.
The
err msg is

An unhandled exception of type 'System.Exception' occurred in
microsoft.visualbasic.dll

Additional information: Cannot create ActiveX component.
I think that there is something wrong, what nobody can see without the code
that is the reason for this error (not the complete program). and don't
forget to first paste it to a messagebox and than after cutting it again
from this in a message, otherwise it becomes unreadable.

However, probably can you better post that (depending if you have made it
with a dll or inline in the html) to

microsoft.public.dotnet.languages.vb (with dll)
microsoft.public.dotnet.framework.aspnet (with inline in html)

I hope this helps,

Cor
 

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