Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Ahh...yes, the inevitable problem faced by all over assemblies. We have fought this in the past as well. With everything practically an x64 environment anymore, it is best to allow your app to be built as "Any CPU" so that the app can run in either x86 or x64 and take advantage of the x64 when available. Obviously, x86 will run in both. But will be limited to 32-bit. We have one old assembly in our medical app that we will replace next year that has been holding up back on the client side. On our server, we are running at x64. This will be a nice limitation to get rid of for sure!
|