microsoft.visualbasic.dll err msg

  • Thread starter Thread starter Guest
  • Start date Start date
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,
 
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
 
Back
Top