Oracle ODP and Visual Studio 2005

  • Thread starter Thread starter devgrt
  • Start date Start date
D

devgrt

Hi --

I have Oracle ODP.Net and Visual Studio 2003 but now I want to move to
Visual Studio 2005. I do not see anything on Oracle's OTN site to connect
Oracle to .Net Framework 2.0 / VS 2005? Can anyone advise.

Thank you!
 
Hi,

Thanks for posting!

At the current stage, the explanation from OTN site is that the supported
or certified version of ODP.NET for VS2005 and .NET Framework 2.0 will be
release on May, 2006.

As far as I know, if you want to use some functions from the .NET Framework
2.0, there are no some workarounds to approach this.

Thanks for your understanding!

Regards,

Yuan Ren [MSFT]
Microsoft Online Support
======================================================
PLEASE NOTE the newsgroup SECURE CODE and PASSWORD were
updated on February 14, 2006. Please complete a re-registration process
by entering the secure code mmpng06 when prompted. Once you have
entered the secure code mmpng06, you will be able to update your profile
and access the partner newsgroups.
======================================================
When responding to posts, please "Reply to Group" via your newsreader
so that others may learn and benefit from this issue.
======================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
======================================================
 
For now in my VS2005 .Net 2.0 project I just reference the same
Oracle.DataAccess that I did for 1.1 and that seems to work (at least for
simple stuff like) -- is it OK to use dlls that were built for framework 1.1
in my 2.0 projects?
Thanks
 
Hi,

Thanks for your reply!

Since the ODP.NET is not a product from Microsoft, I'm not familiar with
it. As far as I know, if you use some features in ADO.NET 2.0, the ODP
doesn't work fine. If you don't use these functionality, perhaps this will
be OK.

Regards,

Regards,

Yuan Ren [MSFT]
Microsoft Online Support
======================================================
PLEASE NOTE the newsgroup SECURE CODE and PASSWORD were
updated on February 14, 2006. Please complete a re-registration process
by entering the secure code mmpng06 when prompted. Once you have
entered the secure code mmpng06, you will be able to update your profile
and access the partner newsgroups.
======================================================
When responding to posts, please "Reply to Group" via your newsreader
so that others may learn and benefit from this issue.
======================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
======================================================
 
Back
Top