Urgent: Unable to register Devart.Data.Oracle.Entity.dll to GAC

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
raviborra
Posts: 1
Joined: Tue 12 Feb 2013 11:18

Urgent: Unable to register Devart.Data.Oracle.Entity.dll to GAC

Post by raviborra » Tue 12 Feb 2013 11:31

Hi,

My requirement is to ship Devart.Data.Oracle.Entity.dll to end user machine without installing devart components into end user machine. But if I try to install Devart.Data.Oracle.Entity.dll into GAC using the GACUTIL or WIX installer it will install into "C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Devart.Data.Oracle.Entity\v4.0_5.70.190.0__09af7300eec23701" folder. But when I see in Windows/assembly it doesn't appear, that means its not registered in GAC.

But I am able register Devart.Data.dll and Devart.Data.Oracle.dll into GAC without any issues with GACUTIL and WIX installer.

Please help to resolve this issue, as it is very critical and we are running out of time.

Thanks & Regards,
Ravi Krishna B.

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

Re: Urgent: Unable to register Devart.Data.Oracle.Entity.dll to GAC

Post by Shalex » Wed 13 Feb 2013 12:29

GACUTIL installs Devart.Data.Oracle.Entity.dll in GAC 4.0 (C:\Windows\Microsoft.NET\assembly\) but you are looking for this assembly in GAC 2.0 (C:\Windows\assembly\).

Post Reply