Trial version install error

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
larrygculver
Posts: 5
Joined: Wed 31 May 2006 21:57
Location: Irving, TX

Trial version install error

Post by larrygculver » Mon 12 Jun 2006 15:27

I downloaded the trial version of the Moble Data Provider fo .NET 2.0 about two week ago(5/31). I have been using is just fine with VS2005 until today. When I started VS it complained that OraDirect failed to load. I tried using the repair option from the install but got the same problem again. I tried uninstalling it then reinstalling it. The install now fails with the following message:

HelpReg.exe has encountered a problem and needs to close. We are sorry for the inconvenience.

The CLR debugger gives the following:
An unhandled exception of type 'System.Security.VerificationException' occurred in HelpReg.exe

Additional information: Operation could destabilize the runtime.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Tue 13 Jun 2006 07:05

it complained that OraDirect failed to load
What is the full message?
HelpReg.exe has encountered a problem and needs to close. We are sorry for the inconvenience.
Does OraDirect finally installs after this error?

larrygculver
Posts: 5
Joined: Wed 31 May 2006 21:57
Location: Irving, TX

Trial version install error

Post by larrygculver » Tue 13 Jun 2006 12:47

No. Another dialogue box pops up with the following text:

Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personel or package vendor.

After that the install is rolled back and the installer informs me that my system was not modified.

If its of any help the exception details when view from the VS2005 debugger are:

System.Security.VerificationException was unhandled
Message="Operation could destabilize the runtime."
Source="HelpReg"
StackTrace:
at CoreLab.Common.Setup.HelpRegistrator.Main(String[] args)

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Tue 13 Jun 2006 13:23

Execute the next command and send us corelab.log file:
oranet.exe /v"/l*v corelab.log"

larrygculver
Posts: 5
Joined: Wed 31 May 2006 21:57
Location: Irving, TX

Post by larrygculver » Tue 13 Jun 2006 14:43

Sorry, I don't have an oranet.exe anywhere on my PC. Is this an Oracle program or an OraDirect program.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Tue 13 Jun 2006 14:46

It is OraDirect program.
Seems to be oranetmob2.exe in case of mobile version.

larrygculver
Posts: 5
Joined: Wed 31 May 2006 21:57
Location: Irving, TX

Post by larrygculver » Tue 13 Jun 2006 16:18

corelab.log is 800K
I do not have a website that I can post it to for you to pick up.
Private messages are disabled on this Forum.
Is there an email address I can send it to?

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 14 Jun 2006 06:01

Yes. Send it to the e-mail address provided in the readme file.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 15 Jun 2006 11:33

We received your log file.
What are the full versions of your .NET Framework, Visual Studio and our data provider installed?

Post Reply