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
- Open SQL Server Management Studio.
- Create a Database named 'NetSqlAzManStorage'.
- Right click on Database created above and choose 'New Query'.
- 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
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: