Upgraded form PostgreSQLDirect.NET 3.20 to 3.25 - my projects doesn't work/load...

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
[email protected]
Posts: 3
Joined: Wed 31 Oct 2007 08:55

Upgraded form PostgreSQLDirect.NET 3.20 to 3.25 - my projects doesn't work/load...

Post by [email protected] » Wed 31 Oct 2007 09:01

Die Datei oder Assembly C:\Programme\Gemeinsame Dateien\CoreLab\Data Providers\4.20\Net2\CoreLab.Data.dll oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.
Ausblenden

bei System.Reflection.AssemblyName.nGetFileInformation(String s)
bei System.Reflection.AssemblyName.GetAssemblyName(String assemblyFile)
bei Microsoft.VisualStudio.Design.VSTypeResolutionService.AddProjectDependencies(Project project)
bei Microsoft.VisualStudio.Design.VSTypeResolutionService.AssemblyEntry.get_Assembly()
bei Microsoft.VisualStudio.Design.VSTypeResolutionService.AssemblyEntry.Search(String fullName, String typeName, Boolean ignoreTypeCase, Assembly& assembly, String description)
bei Microsoft.VisualStudio.Design.VSTypeResolutionService.SearchProjectEntries(AssemblyName assemblyName, String typeName, Boolean ignoreTypeCase, Assembly& assembly)
bei Microsoft.VisualStudio.Design.VSTypeResolutionService.SearchEntries(AssemblyName assemblyName, String typeName, Boolean ignoreCase, Assembly& assembly, ReferenceType refType)
bei Microsoft.VisualStudio.Design.VSTypeResolutionService.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase, ReferenceType refType)
bei Microsoft.VisualStudio.Design.Serialization.CodeDom.AggregateTypeResolutionService.GetType(String name, Boolean throwOnError, Boolean ignoreCase)
bei Microsoft.VisualStudio.Design.Serialization.CodeDom.AggregateTypeResolutionService.GetType(String name, Boolean throwOnError)
bei System.ComponentModel.Design.Serialization.CodeDomSerializerBase.GetType(ITypeResolutionService trs, String name, Dictionary`2 names)
bei System.ComponentModel.Design.Serialization.CodeDomSerializerBase.FillStatementTable(IDesignerSerializationManager manager, IDictionary table, Dictionary`2 names, CodeStatementCollection statements, String className)
bei System.ComponentModel.Design.Serialization.TypeCodeDomSerializer.Deserialize(IDesignerSerializationManager manager, CodeTypeDeclaration declaration)
bei System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager manager)
bei Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager serializationManager)
bei System.ComponentModel.Design.Serialization.BasicDesignerLoader.BeginLoad(IDesignerLoaderHost host)
:?:

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

Post by Alexey » Wed 31 Oct 2007 09:26

Please translate your post into English and describe the problem in detail.

[email protected]
Posts: 3
Joined: Wed 31 Oct 2007 08:55

Upgraded from PostgreSQLDirect.NET 3.20 to 3.25...

Post by [email protected] » Wed 31 Oct 2007 09:54

Alexey wrote:Please translate your post into English and describe the problem in detail.
The "old" directory (for 3.20) was:
Assembly C:\Programme\Gemeinsame Dateien\CoreLab\Data Providers\4.20\Net2\CoreLab.Data.dll

The "new" directory (for 3.25) is:
Assembly C:\Programme\Gemeinsame Dateien\CoreLab\Data Providers\4.25\Net2\CoreLab.Data.dll

So VS2005 didn't find the Project-Links to the "old 4.20" directory.
What should i do to update/change this behaviour to aviod problems
in the current and following Versions/Updates (sorry - my english is a little bit poor)

regards Stefan Wolf

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

Post by Alexey » Wed 31 Oct 2007 09:59

So what is the error and when does it occur?
You can use only one version of PostgreSQLDirect .NET, actually.

Post Reply