What is missing on Vista 64

GrexD

Well-known member
Joined
Mar 5, 2008
Messages
95
Programming Experience
Beginner
I'm programming in VB.Net in VS05. The program has been installed on dozens of XP and 32-bit Vista machines but won't load on a 64-bit vista machine. The only message I get is that "IRIS Scan has stopped working". I don't think it is getting to the point of running any of my code.

I first compiled for Any CPU but then switched to x86, with no change. After reading other threads, it seems that the program is trying to run in 32-mode but that some of the 32-bit libraries are missing.

I had some unused references that I cleared out (MS Internet Controls and OLE Automation) and now I am using just one third party OCX that is registered, and then I am referencing some of the System.x objects in the .Net framework 2.

I'm going to try again after getting rid of the unused references, but since the error message ("IRIS Scan has stopped working") is so vague, how do I tell what is missing if I still have problems?

Greg
 
Back
Top