I have an application that needed to do some calculations for a company. The one weird requirement is that they wanted the same piece to work on the web, in a current VB App, and as a stand alone.
Normally, I would build some logic, package that as a DLL and then build a seperate front-end for the web and the application. In this case I decided to just use an OCX and distribute it to the web.
This appears to work well, if the ocx is already registered on the user's computer. Currently, if a user accesses the website you get a box pop-up asking if you want to install the package, you say, yes and then nothing happens. The control just isn't loading remotely.
Any ideas what I might be missing?
Just to test I created the simplest project I could (an ocx with nothing on it) and built a cab for distrobution. It won't display either.
Normally, I would build some logic, package that as a DLL and then build a seperate front-end for the web and the application. In this case I decided to just use an OCX and distribute it to the web.
This appears to work well, if the ocx is already registered on the user's computer. Currently, if a user accesses the website you get a box pop-up asking if you want to install the package, you say, yes and then nothing happens. The control just isn't loading remotely.
Any ideas what I might be missing?
Just to test I created the simplest project I could (an ocx with nothing on it) and built a cab for distrobution. It won't display either.