[Mono-list] ConfigurationErrorsException, running web

Rolando Martinez rolandomartinezg at gmail.com
Fri Jun 13 21:47:25 EDT 2008


I checked the names of web.config and assembly and they are the equals.
Must I do another case distinct than 388425 ?? this case (
https://bugzilla.novell.com/show_bug.cgi?id=388425
)  seems to be about another stuff.
What can I do??

Best Regards,
Rolando.
Marek Habersack wrote:
> On Tue, 10 Jun 2008 10:27:18 -0400
> "Rolando Martinez" <rolandomartinezg at gmail.com> wrote:
>
>> Hi Marek,
> Hey Rolando,
>
>> my web config is the next (just a part)
>>
>>  <membership defaultProvider="l10nMembershipProvider">
>>       <providers>
>>
>> <clear/>
>>
>>         <add name="l10nMembershipProvider"
>> type="l10nCommunity.WebManagement.l10nMembershipProvider,
>> l10nCommunity.WebManagement, Version=1.0.0.0, Culture=neutral"
>> connectionStringName="LocalMySqlServer" enablePasswordRetrieval="false"
>> enablePasswordReset="true" requiresQuestionAndAnswer="true"
>> applicationName="/" requiresUniqueEmail="false" passwordFormat="clear"
>> maxInvalidPasswordAttempts="5" minRequiredPasswordLength="7"
>> minRequiredNonalphanumericCharacters="1" passwordAttemptWindow="10"
>> passwordStrengthRegularExpression="" />
>>       </providers>
>>     </membership>
> It looks correct.
>
>> And my assembly is called l10nCommunity.WebManagement.dll, and my class
is
>> the next...
>>
>> namespace l10nCommunity.WebManagement
>> {
>>     public class  l10nMembershipProvider : MembershipProvider
>>     {.........
>>
>> With this I can work using windows (the runtime of microsoft) but in
linux I
>> can't. I thought that may be the error is because the name the assembly
is
>> not the same that the name inside of web.config but that was checked ;(.
> Can you run xsp2 from the directory your application sits in and see if
you get any
> messages except for the standard XSP banner?

>Check the assembly name of l10nCommunity.WebManagement.dll. If it's not
>"l10nCommunity.WebManagement, Version=1.0.0.0, Culture=neutral",
>then it's probably this bug:

>  https://bugzilla.novell.com/show_bug.cgi?id=388425

>Robert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20080613/7df26496/attachment.html 


More information about the Mono-list mailing list