[Mono-dev] Using assembly in GAC fails but runs okay in same path as executable

2006-01-23 Thread Daniel Morgan
I'm having a problem with Mono.Data.dll on Dot NET 1.1. You can use the DLL compiled with mcs or csc: - both will fail when run from the GAC - both will work when run from the same subdirectory the executable assembly is run This is how I build on Dot Net: cd mcs\class\Mono.Data csc

Re: [Mono-dev] Using assembly in GAC fails but runs okay in same path as executable

2006-01-23 Thread Daniel Morgan
I will answer myself. Using app.config for an assembly in Microsoft .net 1.1 GAC requires the fully-qualified assembly name while mono 1.1 does not. Modifing the section to include the fully-qualified name works. section name=providers type=Mono.Data.ProviderSectionHandler,Mono.Data,