Hi,
I have an application which runs fine on my development PC which is running Win 2K, but when I try and run the same app on an NT machine, it fails and returns the above error.
I have searched the web for an answer and have done the recommended steps such as registering scrrun.dll.
The line of code where it is failing is the following...
Set m_oUtrac = New Utrac.cUTRACFile
This is calling a dll which I have created. I have also registered this using regsvr32.
Does anyone have any ideas what could be causing this?
Getting desperate!
Thanks for any help,
Robin
I have an application which runs fine on my development PC which is running Win 2K, but when I try and run the same app on an NT machine, it fails and returns the above error.
I have searched the web for an answer and have done the recommended steps such as registering scrrun.dll.
The line of code where it is failing is the following...
Set m_oUtrac = New Utrac.cUTRACFile
This is calling a dll which I have created. I have also registered this using regsvr32.
Does anyone have any ideas what could be causing this?
Getting desperate!
Thanks for any help,
Robin