Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I'm trying to use a 32 bit dll in a 64 bit environment. The vendor of the dll told me that I should make the following setting change:

 

Platform Target = x86 instead of Any CPU

 

 

On another source I read that:

For VB.net projects, the setting is found on the Advanced Compiler Settings dialog which is made available via the Advanced Compile Options button on the Compile tab of the Project Properties. The list of available options are:

1. Any CPU

2. x86

3. x64

4. Itanium

...but I can not find such a setting. Is this setting forced to Any CPU on the Express version of VB 2008?

 

Do I have any other workarounds to be able to use the 32 bit dll?

Posted
I believe that this is a limitation of the Express Edition. There were some hacks to make MDX2.0 Beta work with the Express Editions but I've never tried.

~Nate�

___________________________________________

Please use the [vb]/[cs] tags on posted code.

Please post solutions you find somewhere else.

Follow me on Twitter here.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...