ProviderConfig error during Minimal install

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
bradk
Posts: 34
Joined: Thu 20 Apr 2006 01:42

ProviderConfig error during Minimal install

Post by bradk » Fri 26 May 2006 18:29

The 2.5 (.Net 2) Minimal install has logged the follwing error on my WindowsXP laptop:

--- Custom action error: ProviderConfig
Date: 5/26/2006 2:15:44 PM
Environment
Operating System: Microsoft Windows NT 5.1.2600 Service Pack 2
.NET Framework: 2.0.50727.42
Assembly: ProviderConfig, Version=1.0.2250.24214, Culture=neutral, PublicKeyToken=null
Exception
Message: Could not load file or assembly 'file:///C:\Program Files\CoreLab\PostgreSQLDirect.NET2\CoreLab.PostgreSql.dll' or one of its dependencies. The system cannot find the file specified.
Type: System.IO.FileNotFoundException
StackTrace: at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
at System.Reflection.Assembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, StackCrawlMark& stackMark)
at System.Reflection.Assembly.LoadFrom(String assemblyFile)
at ProviderConfig.CfgEditor.ApplyConfig(String cmd, String provName, String instDir)
at ProviderConfig.CfgEditor.Main(String[] args)


The install seems to finish after I dismiss the error dialog, but I'm not sure if it works yet.

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

Post by Alexey » Mon 29 May 2006 09:41

We have already fixed this bug. Look forward to the next build.
P.S. To workaround the problem choose Custom install and uncheck unnecessary options.

Post Reply