PDA

Click to See Complete Forum and Search --> : Registering Dll On NT4 Server


razzaj
Jan 16th, 2001, 11:43 AM
I coded and compiled / tested My COM Object on my PC with ASP ... and it works just fine ... but then I compiled it and Packaged it and then installed it on An NT4 Server
but the ASP PAges now give me errors on the line where I try to create an object of my Dll ... Although I registered it manually "regsvr32.exe" ...

Any Help ?

Jan 16th, 2001, 05:11 PM
I had a similar problem yesterday with a dll that had been in production flawlessly for 14 months. We finally created a setup package in desperation and used the package to instal the dll on the server which then worked. What had happened was the component was originally developed in VB5, we had modified it in VB6, when the setup ran it installed msvbm60 and everything returned to normal.

So, are the vb runtimes on your server?