AxWebBrowser deploying on client machine fails...

  • Thread starter Thread starter john
  • Start date Start date
J

john

Hello everyone,

I'm having trouble to deploy AxWebBrowser on any client machine (most of
them XP SP1)
On my local machine it's just working perfectly, but when I copy the exe and
dll's to another machine it even doesn't start the application.
The only message I get is a CLR runtime error and the app stops

Do I need to register something on the remote machines ?

My code is very simple (it's a testing form.vb) whith the necessary COM's
and just 1 button to activate the homepage of the IE default to display in a
AxWebBrowser window.

Thanks for taking the time to read this !

Best Regards,
Jonny De Wilde
 
I'm having trouble to deploy AxWebBrowser on any client machine (most of
them XP SP1)
On my local machine it's just working perfectly, but when I copy the exe
and
dll's to another machine it even doesn't start the application.
The only message I get is a CLR runtime error and the app stops

Do I need to register something on the remote machines ?

My code is very simple (it's a testing form.vb) whith the necessary COM's
and just 1 button to activate the homepage of the IE default to display in
a
AxWebBrowser window.

what COM files are you talking about?
what dll files are you actually deploying?
 
Hello,

Thank you very much for your reply, I really appreciate it !
The problem is already solved.... a stupidity of me :s
I develop with other COM's which were not necessary but created the startup-
errors.

to be complete and to answer your question :
I expressed myself wrong I guess, there were no COM files, but dll's :
'AxSHDocVw.dll' and 'SHDocVw'
The only thing was that I did some pre-testing with com objects, but didn't
remove the references for them!

Once again,
Thanks for your time

Best Regards,
Jonny De Wilde
 
Back
Top