App not working on test machine

neela

Newcomer
Joined
Dec 1, 2004
Messages
5
My program runs fine . But i do see some similar errors on the debug window .One of them is -

The referenced component 'AxPVATLCALENDARLib' could not be found. Could not load the type library. Library not registered.

Since it worked fine eventhough I had these errors in the development environment , I made a setup up project. But after I installed it on another test machine with the same operating syatem it bombed giving me the error

"Application generated an exception that could not be handled ....click Ok to terminate....etc"

When I clicked cancel to debug , it gave me an error message "Registered JIT is not available.......etc"

I do use the infragistics Ultragrid controls.
Any idea what caused the problem?
 
Did you include the merge-module for the Ultragrid (assuming there is one) in your setup package? This is where I'd start looking.
 
I have not added any merge-module because I dont see one for the ultragrid . I checked for a merge module name on the infragistics website and could not find one.
I removed all unused libraries and built with no errors and made the setup package again and still get the same error when I run on the test machine.
 
Back
Top