.NET Sql Authorization Manager is an authorization manager for .NET Framework 4.0 developed applications (smart‐client/web). The authorizations storage is on MS Sql Server 2000/2005/2008/2012/Express/Compact. NetSqlAzMan has been developed with LINQ to SQL.
I want to used NetSqlAzMan in my project but when i try to create a database according to README:
MS Sql Server 2005/2008
1) Open SQL Server Management Studio.
2) Create a Database named 'NetSqlAzManStorage'.
3) Right click on Database created above and choose 'New Query'.
4) Load and execute script named 'NetSqlAzMan_SqlServer.sql'.
and in the result i have a database with this type of names:
netsqlazman_<Table or functions>
And this database working with no problem in the C# code and NetSqlAzMan library for ASP.NET.
But the problem is in the NetSqlAzMan.msc. When i try to manage roles and applications with NetSqlAzMan.msc, in the first step to connect to the database i give this error:
Invalid object name `dbo.AuthorizationAttributes`.
The error image was attached.
What was wrong?
I use SQL Server 2017 Express.
This was the database that i was try to connected in the NetSqlAzMan.msc:
Hello.
I want to used NetSqlAzMan in my project but when i try to create a database according to README:
MS Sql Server 2005/2008
1) Open SQL Server Management Studio. 2) Create a Database named 'NetSqlAzManStorage'. 3) Right click on Database created above and choose 'New Query'. 4) Load and execute script named 'NetSqlAzMan_SqlServer.sql'.
and in the result i have a database with this type of names:
And this database working with no problem in the C# code and NetSqlAzMan library for ASP.NET.
But the problem is in the
NetSqlAzMan.msc
. When i try to manage roles and applications withNetSqlAzMan.msc
, in the first step to connect to the database i give this error:The error image was attached.
What was wrong?
I use SQL Server 2017 Express.
This was the database that i was try to connected in the
NetSqlAzMan.msc
: