>I'm using DBD::ASAny on my development machine (win2000) but when I
>copied them to the production server (win2003) I got this error:
>
>install_driver(ASAny) failed: Can't load
>'H:/perl/site/lib/auto/DBD/ASAny/ASAny
>.dll' for module DBD::ASAny: load_file:The specified module
>could not be found at
>H:/perl/lib/DynaLoader.pm line 206.
>Compilation failed in require at (eval 7) line 3.
>Perhaps a required shared library or dll isn't installed
>where expected
>
>Does this means that I need to recompile DBD::ASAny for win2003? Or is
>there anything else that I forgot to tweak? It's already a hassle to
>install msVC just to compile this module on my machine...
No, you appear to just need to copy the associated DLL as well. It needs
to go under the root "site/lib/auto", and the DLL you need is
"DBD/ASAny/ASAny.dll". While youy're there, look around if you see any
other files you may need.
Re: regsvr32 error code 0x80004002 ... I also have seen this error when there is a missing dll that your dll depends on. ... this invocation of regsvr32 succeeds.... On another PC which also has VS2005 SP1 installed, an installer which was created by a VS2005 SP1 setup project did indeed insist on installing an extra copy of the redistributables. ... Sorry Norman, the context that this was happening on your development machine was lost, so I had forgotten that VS was installed. ... (microsoft.public.vc.mfc)
Re: registering dlls ... Check the code of the init event of that class and see whether any of the ... > dll has registered successfully. ... > Instances of the class can be created fine on my development machine.... (microsoft.public.fox.programmer.exchange)
Could not load file or assembly System.Web.Extensions ... I've downloaded the AJAX Extension and the CTP ... December package and installed on BOTH my development machine and the ...production server: On the development machine everything is on drive ... (microsoft.public.dotnet.framework.aspnet)
Re: "Error in loading DLL", VB6 ActiveX DLL ... By "the code will execute in debug mode without errors", ... you set a reference to the DLL?... However, on the development machine, the code will execute in debug ... (microsoft.public.excel.programming)
Shimmed COM Add-in gets copied to LocalSettings folder??? ... I have a managed COM add-in for Word/Excel/PowerPoint to which I've recently ... I'm still having real problems getting it to work on my development machine.... As I mentioned in another post, my managed DLL tries to load configuration ... MyDll.dll I found dozens of them, all somewhere in the dl2 directory but ... (microsoft.public.office.developer.com.add_ins)