[Mono-aspnet-list] Type 'System.Web.Security.RoleManagerModule, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' cannot be found
Mark DevGood
dirkroel at gmail.com
Tue Apr 14 13:51:42 EDT 2009
You may need to add a reference in your project to System.Web or
System.Web.Security (I'm not sure which).
jat14 wrote:
>
> Online
>
> I Love Mono!
> Posts: 1
>
> HTTP 500 Error
> Yesterday at 3:09pm I have an asp.net project running and have
> deployed to a mono server.
>
> Here are the current contents of the "/usr/bin/mon-mono-server2" file.
>
> #!/bin/sh
> exec /usr/bin/mono $MONO_OPTIONS "/usr/lib/mono/2.0/mod-mono-server2.exe"
> "$@"
>
> ---
> when i try to bring up an aspx page i encounter the following
> ---
> can anyone please point me in a direction of what i am missing...i have
> been searching for the corrret answer but i cannot seem to find it..
>
>
> Type 'System.Web.Security.RoleManagerModule, System.Web, Version=2.0.0.0,
> Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' cannot be found
> Description: HTTP 500. Error processing request.
>
> Stack Trace:
>
> System.TypeLoadException: Type 'System.Web.Security.RoleManagerModule,
> System.Web, Version=2.0.0.0, Culture=neutral,
> PublicKeyToken=b03f5f7f11d50a3a' cannot be found
> at System.Web.HttpApplication.LoadType (System.String typeName, Boolean
> throwOnMissing) [0x00000]
> at System.Web.Configuration.ModulesConfiguration.Add (System.String name,
> System.String type) [0x00000]
>
> Back to top
>
>
--
View this message in context: http://www.nabble.com/Type-%27System.Web.Security.RoleManagerModule%2C-System.Web%2C-Version%3D2.0.0.0%2C-Culture%3Dneutral%2C-PublicKeyToken%3Db03f5f7f11d50a3a%27-cannot-be-found-tp23039418p23044430.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.
More information about the Mono-aspnet-list
mailing list