complying web reference to x64

S

Shachar

Hi All,

I'm trying to compile a dll with web reference to x64 by windows is XP pro
32 bit.
I get these errors :

Assembly generation -- Referenced assembly 'System.EnterpriseServices.dll'
targets a different processor
Assembly generation -- Referenced assembly 'mscorlib.dll' targets a
different processor

What should I do ?

10x.
 
M

m.posseth

well first of all where do you see dotnet in
microsoft.public.vb.enterprise ?

You must compile the dll on a 64 bit system with the 64 bit framework
installed now in VS 2005 you have the option to compile for 32 or 64 bit
target systems
( at least i have it on my system )

regards

Michel Posseth [MCP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top