An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
|
|
Seems that there's an architecture mismatch involved (32 bits vs. 64 bits?)
Martin
_______________________________________________
zeromq-dev mailing list
zerom...@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev
On 11/15/2011 10:40 PM, lanre lawal wrote:
> An attempt was made to load a program with an incorrect format.
Seems that there's an architecture mismatch involved (32 bits vs. 64 bits?)
Martin
Sent from my BlackBerry® wireless handheld from Glo Mobile.
Hello,
The process of choosing the target platform is no different from any
other Visual Studio project. I am not sure whether our documentation
efforts are best spent creating documentation for platform specific
tools, especially when this information is fairly easy to find online:
http://stackoverflow.com/questions/3661368/how-can-i-choose-between-32-bit-or-64-bit-build-in-c-sharp-express
http://msdn.microsoft.com/en-us/library/ms185328(v=vs.80).aspx
For the locations of the DLLs and import libraries you should again
refer to your IDEs documentation, as you can easily check this from
project configuration.
Thanks,
Mikko