I created an ASP.NET webform which uses the cwui.ocx ActiveX control. The webform uses like 10 guages and 10 sliders. When I view the page on my development machine (which is also acting as the dev server) it works fine. When another user tries to access the web page they get 2 messages:
1. Failed to load mesa.dll.
2. You have 30 days to evaluate the Measurement Studio ActiveX control. After this period the controls stop functioning after 5 minutes of execution time. To order Measurement Studio contact your National Instruments branch office or visit the online store.
After 5 minutes on every page refresh the user gets the following error:
Your Measurement Studio evaluation only controls have stopped functioning. Restart your program to resume operation. To order a development version of Measurement Studio contact your National Instruments branch office or visit the online store.
FYI: In my HTML tab I did add a codeBase to the first OBJECT Tag. Here is the beginning of it:
OBJECT id="knobFrequency" style="Z-INDEX: 104; LEFT: 200px; WIDTH: 132px; POSITION: absolute; TOP: 152px; HEIGHT: 112px"
codeBase= "http://localhost/MyWeb/cwui.ocx" classid="clsid:D940E4D2-6079-11CE-88CB-0020AF6845F6"
name="knobFrequency" VIEWASTEXT>
PARAM NAME="_Version" VALUE="393218"
:
:
QUESTIONS:
1. Any ideas on how to get this working? How to stop the messages?
2. Since NI does not provide pure, managed .NET, server-side ASP.NET controls I have to use this same ocx that I used to use in VB6 development. Any idea when NI will provide managed .NET, server-side, ASP.NET controls for the guages/sliders?
Thanks.
Message Edited by Support on 01-25-2005 08:03 AM