installing dotConnect into GAC of Windows CE 5.0?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
ehaas
Posts: 2
Joined: Tue 13 Jan 2009 21:48

installing dotConnect into GAC of Windows CE 5.0?

Post by ehaas » Wed 14 Jan 2009 15:28

My company wants to purchase this product, but before we can I need to know how we could install your component into the GAC on our Windows CE devices, so that we could use the component from multiple apps.

My proof-of-concept app using your trial version deployed the DLL in the same CAB file with the app, which will be unacceptable for our production environment.

Could you please provide me the steps of how I would install the component into the GAC independently of any particular app installation. We are using Windows CE 5.0.

Thank you,
Evan Haas

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

Post by Shalex » Wed 14 Jan 2009 16:59

We recommend you to use a special tool for registing assemblies in .Net CF GAC. For example, you can use the cgacutil tool.
For more information, please refer to http://www.mobilepractices.com/2007/11/ ... -tool.html .

We don't have our own tool for this purpose.

Post Reply