Sunday, March 25, 2012

Configuration Error in roleManager in security VSS

We have a project that is in a server with windows 2000 (SQL Server 2005 and .Net 2005) And the other developer has a windows XP machine ( .Net 2005) , We are using the VSSC for the project , when the other developer run the application , the following error is show :

Server Error in '/XXX' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load type 'XXXSecurity.RoleSql'.

Source Error:

Line 27: <roleManager enabled="true" defaultProvider="SqlRoleManager" cacheRolesInCookie="true" cookieTimeout="30" cookieRequireSSL="false" createPersistentCookie="true"> Line 28: <providers> Line 29: <add name="SqlRoleManager" type="XXXSecurity.RoleSql" connectionStringName="MySqlConnection" applicationName="XXX"/> Line 30: </providers> Line 31: </roleManager>


Source File: C:\Documents and Settings\YYYY\My Documents\Visual Studio 2005\Projects\XXX\RRRR\KKKKK\web.config Line: 29

Where XXX is the name of application.

SomeOne Know How Help Me Please?

This error has nothing to do with SourceSafe. Moving to SQL groups, perhaps they can help...

Alin

|||

The error seems to come from the VS XML parser. I don't see anything related to SQL Server.

Thanks
Laurentiu

No comments:

Post a Comment