Click here to Skip to main content
15,889,429 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionOLE Automation error 438 when registering a XLL using custom action Pin
tagad10-Feb-12 6:17
tagad10-Feb-12 6:17 
QuestionHow do I check programmatically if installed version of ACE OleDb is 64 or 32 bit version? Pin
Jörgen Andersson9-Feb-12 22:33
professionalJörgen Andersson9-Feb-12 22:33 
AnswerRe: How do I check programmatically if installed version of ACE OleDb is 64 or 32 bit version? Pin
Luc Pattyn9-Feb-12 23:36
sitebuilderLuc Pattyn9-Feb-12 23:36 
GeneralRe: How do I check programmatically if installed version of ACE OleDb is 64 or 32 bit version? Pin
Jörgen Andersson9-Feb-12 23:47
professionalJörgen Andersson9-Feb-12 23:47 
GeneralRe: How do I check programmatically if installed version of ACE OleDb is 64 or 32 bit version? Pin
Luc Pattyn9-Feb-12 23:59
sitebuilderLuc Pattyn9-Feb-12 23:59 
AnswerRe: How do I check programmatically if installed version of ACE OleDb is 64 or 32 bit version? Pin
Dave Kreskowiak10-Feb-12 2:11
mveDave Kreskowiak10-Feb-12 2:11 
GeneralRe: How do I check programmatically if installed version of ACE OleDb is 64 or 32 bit version? Pin
Jörgen Andersson10-Feb-12 3:05
professionalJörgen Andersson10-Feb-12 3:05 
GeneralRe: How do I check programmatically if installed version of ACE OleDb is 64 or 32 bit version? Pin
Dave Kreskowiak10-Feb-12 3:33
mveDave Kreskowiak10-Feb-12 3:33 
Well, you have no fall back. Why? Bcause you cannot mix 64 and 32-bit code in the same process. This problem is solved at installtime, not runtime.

If your app is compiled as x64 or AnyCPU (and running on a 64-bit O/S), you cannot use the 32-bit drivers. The reverse is also true. If compiled x86 or AnyCPU (and running on a 32-bit O/S), you can't use 64-bit drivers.

The best solution to the problem is to install the requisite software your app needs to run, as is. If your app is compiled x86 or AnyCPU (on a 32-bit machine), then chances are everything is already installed. If your app is compiled AnyCPU (on a 64-bit machine) or x64, then you have to install the Reidistributable engine.

AnswerRe: How do I check programmatically if installed version of ACE OleDb is 64 or 32 bit version? Pin
yanghua9414-Feb-12 5:42
yanghua9414-Feb-12 5:42 
QuestionvsFlexgrid 8 ActiveX Pin
Jim Giles9-Feb-12 10:39
Jim Giles9-Feb-12 10:39 
QuestionWhat should i install ? Pin
alejx9-Feb-12 3:55
alejx9-Feb-12 3:55 
AnswerRe: What should i install ? Pin
Simon_Whale9-Feb-12 4:22
Simon_Whale9-Feb-12 4:22 
GeneralRe: What should i install ? Pin
alejx9-Feb-12 7:23
alejx9-Feb-12 7:23 
GeneralRe: What should i install ? Pin
Framework .l.9-Feb-12 14:18
Framework .l.9-Feb-12 14:18 
QuestionProblems with marshaling Pin
Florian Krätschmer8-Feb-12 23:42
Florian Krätschmer8-Feb-12 23:42 
QuestionA code in VB.NET. Pin
hansoctantan8-Feb-12 22:40
professionalhansoctantan8-Feb-12 22:40 
AnswerRe: A code in VB.NET. Pin
JR2129-Feb-12 1:40
JR2129-Feb-12 1:40 
AnswerRe: A code in VB.NET. Pin
Simon_Whale9-Feb-12 1:59
Simon_Whale9-Feb-12 1:59 
AnswerRe: A code in VB.NET. Pin
Dave Kreskowiak9-Feb-12 2:10
mveDave Kreskowiak9-Feb-12 2:10 
GeneralRe: A code in VB.NET. Pin
hansoctantan9-Feb-12 3:28
professionalhansoctantan9-Feb-12 3:28 
AnswerRe: A code in VB.NET. Pin
Bernhard Hiller9-Feb-12 22:02
Bernhard Hiller9-Feb-12 22:02 
GeneralRe: A code in VB.NET. Pin
Simon_Whale9-Feb-12 22:53
Simon_Whale9-Feb-12 22:53 
QuestionDatagridview not showing my list(of object) Pin
Sonhospa8-Feb-12 8:22
Sonhospa8-Feb-12 8:22 
AnswerRe: Datagridview not showing my list(of object) Pin
Luc Pattyn8-Feb-12 9:30
sitebuilderLuc Pattyn8-Feb-12 9:30 
General(Resolved): Datagridview not showing my list(of object) Pin
Sonhospa10-Feb-12 0:36
Sonhospa10-Feb-12 0:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.