0 votes

I am using visual studio express 2010 64bit, the mailbrowsercontrol installed is 32 bit how do i unistall the 32 bit and install the 64 bit.

My application uses 64 bit.

by

1 Answer

0 votes

There are 2 versions installed: 32bit and 64bit:

c:\Program Files\Limilabs\Mail\Redistributables\MailBrowserControl\x64\
c:\Program Files\Limilabs\\Mail\Redistributables\MailBrowserControl\x86\

VisualStudio is 32bit application.

It can't load and use 64bit components at design time.

What you need to do is to develop your application as 32bit (reference 32bit versions of MailBrowserControl and ProtocolEx) and at build/release time create a 64bit version which references 64bit assemblies.

by (297k points)
...