Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing to 64 bit processor gives errors

Status
Not open for further replies.

TrekBiker

Technical User
Nov 26, 2010
330
0
0
GB

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]
 

OK, resolved. Seemed to be because the dlls BarcodeLib and DesktopSerialIO needed to be copied into different locations in Windows for 64 bit.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top