Developer forum

Forum » Development » 32-bit or 64-bit

32-bit or 64-bit

Per Ljung
Reply

Hi!

Have a simple question, is Dynamicweb 8 compiled using 32-bit or 64-bit?

/Per


Replies

 
Nicolai Høeg Pedersen
Reply

Hi Per

 

You might wanna read this article:

http://www.hanselman.com/blog/BackToBasics32bitAnd64bitConfusionAroundX86AndX64AndTheNETFrameworkAndCLR.aspx

 

So to answer your question: 32 bit, but it is compiled to IL which is compatible with both 32 and 64 bit... Dynamicweb is not Itanium 64 bit compatible.

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Hi Per,

32 Bits, but it runs under 64 Bit as well if you have the Microsoft Access drivers installed for the backend translation database.

Cheers,

Imar
 


 

 
Per Ljung
Reply

Thanks for the answer.

I got a warning in Visual Studio 2010 when I referenced a 3rd party dll in 32-bit and my compile settings where "Any platform" so I changed every project in the solution to compile for 32-bit.

/Per

 

 

You must be logged in to post in the forum