Hi Mike
I just got a new development system (64bit Quad Core Intel running Vista). I cannot get either your demo program or the two VB2008.net programs I wrote on my old XP Pentium 4 development system to run. I get the error ;
An error occurred creating the form. See Exception.InnerException for details. The error is: Retrieving the COM class factory for component with CLSID {A877C308-D43E-4F99-9083-22E857912A77} failed due to the following error: 80040154.
The line of code it stops at is ;
Me.laLicense.Name = "laLicense"
and in the Immediate Window it says;
Step into: Stepping over non-user code 'Blue_Tiger.My.MyApplication.OnCreateMainForm'
Step into: Stepping over non-user code 'Blue_Tiger.My.MyProject.MyForms.Main.get'
Step into: Stepping over non-user code 'Blue_Tiger.Main.Main'
Step into: Stepping over non-user code 'Blue_Tiger.Main.Main'
Step into: Stepping over non-user code 'Blue_Tiger.Main.InitializeComponent'
Step into: Stepping over non-user code 'Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly'
A first chance exception of type 'System.Runtime.InteropServices.COMException' occurred in wclnet.dll
Gregg
