A VB project builds without errors on its original 32 bit platform but gives these 2 errors and 3 warnings after changing the CPU to x64. Why would this be?
[pre]Severity Code Description Project File Line Suppression State
Error BC30002 Type 'DesktopSerialIO.SerialIO.SerialPort' is not defined. bbterm C:\Users\David\Documents\Clients\Mighty Oak\Update BBTerm to 64 bit\Live version - copy\MOAK NEW DB 17.12.12\frmMain.vb 26 Active
Error BC30590 Event 'OnComm' cannot be found. bbterm C:\Users\David\Documents\Clients\Mighty Oak\Update BBTerm to 64 bit\Live version - copy\MOAK NEW DB 17.12.12\frmMain.vb 43 Active
Warning BC40056 Namespace or type specified in the Imports 'DesktopSerialIO' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. bbterm C:\Users\David\Documents\Clients\Mighty Oak\Update BBTerm to 64 bit\Live version - copy\MOAK NEW DB 17.12.12\frmMain.vb 4 Active
Warning Could not resolve this reference. Could not locate the assembly "BarcodeLib". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. bbterm
Warning Could not resolve this reference. Could not locate the assembly "DesktopSerialIO". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. bbterm [/pre]