about create ado.net entity data model

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
wangmjj
Posts: 22
Joined: Tue 03 Jun 2008 12:25

about create ado.net entity data model

Post by wangmjj » Thu 21 Aug 2008 10:01

error:
An error occurred while connecting to the database. the database may be unavvilable. the error message is :
The provider did not return a ProviderManifest instance.
-------------
create DataSet use OraDirect.net is fine.
my ide: vs.net 2008 sp1
how do i?

wangmjj
Posts: 22
Joined: Tue 03 Jun 2008 12:25

oh ! my oradirect.net version:4.75.39.0

Post by wangmjj » Thu 21 Aug 2008 10:03

how do i ?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Thu 21 Aug 2008 11:21

We recommend you to download new OraDirect .NET version (4.75).
It supports Visual Studio 2008 Service Pack 1. You can download it from http://www.devart.com/oranet/download.html

If the problem persists, please let us know.

nielsen
Posts: 1
Joined: Fri 22 Aug 2008 02:19

Post by nielsen » Fri 22 Aug 2008 04:13

Hi,

I am using Visual Studio 2008 with Service Pack 1 and the trial version 4.75.

I am having similar problem too.

Any help on this?

Thanks.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Fri 22 Aug 2008 07:16

Make sure you have installed Visual Studio 2008 Service Park 1 Release (not Beta), OraDirect .NET 4.75.

You can find OraDirect .NET version here:
VS 2008, Menu Tools | Oracle | About OraDirect .NET

If the problem persists, please describe it.

hankey
Posts: 4
Joined: Mon 05 Nov 2007 22:02

Post by hankey » Wed 27 Aug 2008 18:07

Hello

I am using Visual Studio 2008 with Service Pack 1 "release" and the version 4.75. I am having the same problem too.

somebody help me?

thanks.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Thu 28 Aug 2008 13:39

Please provide us detailed information about the error and what steps we should follow to reproduce it.

hankey
Posts: 4
Joined: Mon 05 Nov 2007 22:02

Post by hankey » Thu 28 Aug 2008 16:35

my mistake, problem resolved thanks

wangmjj
Posts: 22
Joined: Tue 03 Jun 2008 12:25

About ERROR Message

Post by wangmjj » Fri 29 Aug 2008 04:14

ERROR Message:
System.Data.EntityCommandExecutionException
Type:CoreLab.Oracle.OracleException
ErrorMessage:
ORA-03313:end-of-file on communication channel
---------------------
but use 4.70.36 is fine and change .edmx file at node "<Schema.. Provider="CoreLab.Oracle.Entity" TO "CoreLab.Oracle" is ok!
----------------------
other:
server Resource Manager connection to Oracle is fine;
Creater DataTableAdapter is fine;
My OS:WINDOWS XP
Oracle:9i
vs.net 2008
all lanage:China simplified character

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Fri 29 Aug 2008 13:01

Please describe here how we can reproduce it.

wangmjj
Posts: 22
Joined: Tue 03 Jun 2008 12:25

despondent

Post by wangmjj » Fri 05 Sep 2008 07:24

ERROR Message:
System.Data.EntityCommandExecutionException
Type:CoreLab.Oracle.OracleException
ErrorMessage:
ORA-03313:end-of-file on communication channel
---------------------
but use 4.70.36 is fine and change .edmx file at node "<Schema.. Provider="CoreLab.Oracle.Entity" TO "CoreLab.Oracle" is ok!
----------------------
other:
server Resource Manager connection to Oracle is fine;
Creater DataTableAdapter is fine;
My OS:WINDOWS XP
Oracle:9i
vs.net 2008
all lanage:China simplified character

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Fri 05 Sep 2008 16:04

As I understand you have the latest version (4.75.41) of OraDirect .NET. "ORA-03313:end-of-file on communication channel" error can be caused by different reasons.
Tell us please, when exception arises: after you click "Next" in Entity Framework wizard immediately or after delay.
Try to check arising this exception on the other Oracle sever with simple schema.

wangmjj
Posts: 22
Joined: Tue 03 Jun 2008 12:25

Post by wangmjj » Thu 11 Sep 2008 08:41

when i Clieck "Next" after delay pop-up "Execate data defineORA-03313: END-OF-FILE....." at EDM Wizard.
if use LINQ To Oracle Beta is fine!
but it need OraDirect.net Version:4.75.23.

i have Test in other Oracle Server arisen alike problem!
My OS:windows Server 2003 sp1(language Chinse)
Oracle 9.2
help me! thanks!

bopuvile
Posts: 4
Joined: Wed 10 Sep 2008 16:48

Post by bopuvile » Thu 11 Sep 2008 14:11

I have a serious problem:

-- Adding an item type ASO.Net Entity Model
-- Select or create a new connection to Oracle
-- Select tables for inclusion in the model
-- Completion
-- Remains hung system, I have to close because no response VS2008

Configuration:
-VS2008 SP1
-ORADIRECT 4.75.41.0
-Oracle 9i

I need to solve this problem in order to generate new projects using your provider.

Thanks,

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Thu 11 Sep 2008 14:41

The latest build of OraDirect .NET version 4.75.42 is available. Its performance is much better when working with large schemas.
You can download it from http://www.devart.com/oranet/download.html or from Registered Users' Area (for the Subscription program members only).

More about the new release: http://devart.com/forums/viewtopic.php?t=12859

Post Reply