Hi folks,
I have already posted this problem on the ASP forum: thread333-1688356
The problem appeared when I attempted to incorporate a new method in my component--which is being used in a web application. I am at the point where I have verified that the problem is not with ASP or IIS. I've created an EXE using my VFP test program. The test program works fine on my development machine, but when I run it on the server, I get the following message at the point where the new method is called:
This seems like a straight forward problem with the interface, but I haven't been able to resolve it. I have uninstalled and reinstalled the product. I have used REGSVR32 to unregister and re-register the DLL. I think this is not pertinent, but the DLL is installed as a COM+ component. I have removed and reinstalled the DLL through the Component Manager. None of these steps have changed the behavior.
When I look at the interface through the component manager, I can clearly see the component in question, and the new method that I added.
I have been searching everywhere for strategies for resolving this, so far to no avail. Can anyone here help?
Thanks,
Ron
I have already posted this problem on the ASP forum: thread333-1688356
The problem appeared when I attempted to incorporate a new method in my component--which is being used in a web application. I am at the point where I have verified that the problem is not with ASP or IIS. I've created an EXE using my VFP test program. The test program works fine on my development machine, but when I run it on the server, I get the following message at the point where the new method is called:
OLE IDispatch exception code 0 from ?, ?..
This seems like a straight forward problem with the interface, but I haven't been able to resolve it. I have uninstalled and reinstalled the product. I have used REGSVR32 to unregister and re-register the DLL. I think this is not pertinent, but the DLL is installed as a COM+ component. I have removed and reinstalled the DLL through the Component Manager. None of these steps have changed the behavior.
When I look at the interface through the component manager, I can clearly see the component in question, and the new method that I added.
I have been searching everywhere for strategies for resolving this, so far to no avail. Can anyone here help?
Thanks,
Ron