[Mono-aspnet-list] Mono in VS2008 error on Run Locally with Mono

gcutts gordon.cutts at gmail.com
Sat May 8 10:55:48 EDT 2010


> Which files did you copy into which location? Please be more verbose. 

Thank you for your very prompt reply!  What I have done in more detail is
this:
- I'm using a PostgreSQLProvider that is an authentication provider that
'mimics' ASP.NET authentication.  This project references Mono.security and
NPGSQL.  I then have my site that references this project so that I can
provide my own authentication (by using what they are offering).

This authentication providers source code has it's own Mono.Security.dll and
NpgSQL.dll files in it and that's what I thought may have been causing the
problem, i.e. the dll versions did not match those of the mono install gac
dlls.  So I tried the following:

- I replaced the postgresql provider Mono.Security.dll with the following
Mono dll: C:\Program Files
(x86)\Mono-2.6.3\lib\mono\gac\Mono.Security\2.0.0.0__0738eb9f132ed756\Mono.Security.dll

- I replaced the postgresql provider NpgSQL.dll with the Mono file
C:\Program Files
(x86)\Mono-2.6.3\lib\mono\gac\Npgsql\2.0.0.0__5d8b90d52f46fda7\Npgsql.dll 

It's entirely possible I'm wrong, but this seems like a reasonable thing to
do.

Thanks again for any suggestions.  This is my white whale!

-- 
View this message in context: http://mono.1490590.n4.nabble.com/Mono-in-VS2008-error-on-Run-Locally-with-Mono-tp1539246p2136201.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.


More information about the Mono-aspnet-list mailing list