Home › Forums › Logparser Forums › Advanced Topics › 64 Bit Windows with 64 Bit .net 2.0 app and using 32 bit Logparser DLL
Previous Next
Last post 05-08-2008 10:57 AM by srock. 1 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (2 items)
Sort Posts: Oldest to newest Newest to oldest
Anyone have any way to do this? They say it can't be done:
Why 64-bit apps cannot load 32-bit Dll's & 32-bit apps load 64-bit Dll's
http://www.codeproject.com/KB/system/64BitOSAndPortingIssues.aspx
Did you try using Corflags from the .NET 2.0 SDK to run the application in 32-bit mode?
http://msdn.microsoft.com/en-us/library/ms164699(VS.80).aspx
HTH,
Seth