ProviderManifestToken value missing...

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Davve
Posts: 1
Joined: Thu 03 Apr 2008 09:12

ProviderManifestToken value missing...

Post by Davve » Thu 03 Apr 2008 09:32

Hi,

I have just installed ORADIRECT trial version 4.50.30 26-Feb-08.
Your samples or my test project throwed this exception when i compile :

Code: Select all

Error 172: The ProviderManifestToken value in at least one SSDL artifact is missing or inconsistent. Each artifact must have a ProviderManifestToken, and its value must match with those of others in the collection.	
C:\Program Files\CoreLab\OraDirect.NET2\Entity\Samples\MasterDetail\CS\Testdb.edmx
in fact there is no ProviderManifestToken attribute in the XML


and this warning:

Code: Select all

Connection type is not specified, model will be validated using a SQL Server connection.	

I have VS2008.

Thanks.

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Fri 04 Apr 2008 11:02

It's a known issue.
The problem is considered to be low importance bug because it doesn't cause any run time errors.
It's design time issue only. It's likely we will solve the bug in the next build.

Post Reply