Page 1 of 1

Failed to load properly...

Posted: Mon 22 Apr 2013 14:56
by Kineas
Hi,

I want to try the trial version of dotConnect for Oracle for Windows mobile CE but I got the following error after installation on VS2005 :
Package 'CoreLab.Oracle.Vs.OracleDataProviderPackage' has failed to load properly ( GUID = {18F9FE6C-9800-FBE0-DF0A-29182AA775C3}). Please contact package vendor for assistance. Application restart is recommended, due to possible enviironment corruption.
I try to launch my application on my device anyway but I got the following error :
Exception => License not found.
I see on this forum some old post about the "Failed to load properly" error but it seems that this issue have been solved long time ago.
I don't understand why I still got this error with the "dotConnect for Oracle 7.7 Mobile Trial" version. Can you help me ?

Re: Failed to load properly...

Posted: Tue 23 Apr 2013 07:28
by Kineas
I try to add the license manually :
http://www.devart.com/dotconnect/oracle ... nsing.html

But it didn't work.

Edit : I guess it's because of this rule:
file resources are always linked and cannot be changed.
And since you say : "Make sure it is embedded as a resource." in the FAQ...

Re: Failed to load properly...

Posted: Wed 24 Apr 2013 13:25
by Pinturiccio
When you create an application that uses Devart assemblies, it must have a license resource. License information is a specially formed embedded resource. It is checked when a connection is opened.
Visual Studio automatically creates the license resource for applications that use dotConnect for Oracle Mobile edition. But as Visual Studio 2005 is not supported in dotConnect for Oracle 7.3.132 and later, the license resource is not generated. For more information, please refer to http://www.devart.com/dotconnect/oracle ... story.html
We recommend you to use Visual Studio 2008.

Re: Failed to load properly...

Posted: Mon 29 Apr 2013 07:54
by Kineas
Ok I will try with Visual Studio 2008.

Thanks for your help !