asp.net 2.0 x64bit problems

  • Thread starter Thread starter kevin goff
  • Start date Start date
K

kevin goff

I'm trying to run an app compiled w/ VS2003 on a server running the x64
asp.net 2.0 and am having problems with it running the oracle driver. I'm
using ODP.net for the driver and the error i receive is unable to load
oraops9.dll.

The traditional debugging of this error message didnt work. When I switched
back to asp.net 2.0 32 bit edition everything works fine. When i switch
back it breaks again w/ the same error.

Any ideas?
 
Hi

Since VS.NET 2005(Whidbey ASP 2.0) has not been released, it is still in
the beta
test period, so the behavior may be different from the final release.
So far Whidbey issue is not officially supported.
For Whidbey issue, you may try to post in vs2005 forum.
http://lab.msdn.microsoft.com/vs2005/community/

Also I think you may try to contact Oracle to see if there is available
64bit provider for asp.net 2.0.
http://www.oracle.com/technology/software/tech/windows/ole_db/index.html

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top