Quantcast
Channel: NetSqlAzMan - .NET SQL Authorization Manager
Viewing all 163 articles
Browse latest View live

New Post: Error while building application cache

$
0
0
Hi I've found a minor bug when building the application cache of an empty application (without any items definition).

The 237th line of UserPermissionCache.cs : WaitHandle.WaitAll(waitHandles.ToArray()); will throw an error because waitHandles.ToArray() is null as there aren't any items.

I know this case is unlikely to happen in production, but I stumbled upon while debugging and wanted to let you know.

New Post: Upgrading project to MVC4 and .NET 4.5

New Post: Using .NET SQL Azman w VS2012 y .NET 4.5

$
0
0
Hi, everybody.

I am using your tool named .NET SQL Azman. But, I am having a problem. I need to use it in .NET Framework 4.5 using Visual Studio 2012 but it didnt compile your samples because of the version of .NET. I forced the code to migrate but the new Framework didnt recognize.

BTW, I need to debug your samples because I am implementing Azman to create, delete and update roles and users using my app avoiding to interact directly with my AD.

Do you have an upgrade of this tool? Can u help me w this issue?

Thanks very much.

New Post: Using .NET SQL Azman w VS2012 y .NET 4.5

$
0
0
I have the same question.
When I´m trying to compilate the samples with VS 2010 I´m having several errors.
In my project is a most to use NetSqlAzman, so please somebody help me.

New Post: Using .NET SQL Azman w VS2012 y .NET 4.5

$
0
0
I have tried.
All compile without issue.

Please post your compilation errors (row and message).

Andrea.

New Post: Using .NET SQL Azman w VS2012 y .NET 4.5

New Post: Using .NET SQL Azman w VS2012 y .NET 4.5

$
0
0
Andrea, these are the compilation errors:

Error 1 SQL70019: This statement contains deprecated language syntax. Please consult MSDN documentation for further help. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Security\Roles\Database Roles\NetSqlAzMan_Users.role.sql 1 1 NetSqlAzManStorage
Error 2 SQL70019: This statement contains deprecated language syntax. Please consult MSDN documentation for further help. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Security\Roles\Database Roles\NetSqlAzMan_Readers.role.sql 1 1 NetSqlAzManStorage
Error 3 SQL70019: This statement contains deprecated language syntax. Please consult MSDN documentation for further help. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Security\Roles\Database Roles\NetSqlAzMan_Managers.role.sql 1 1 NetSqlAzManStorage
Error 4 SQL70019: This statement contains deprecated language syntax. Please consult MSDN documentation for further help. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Security\Roles\Database Roles\NetSqlAzMan_Administrators.role.sql 1 1 NetSqlAzManStorage
Error 5 SQL71501: Role Membership: <unnamed> has an unresolved reference to object [NetSqlAzMan_Administrators]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Upgraded\Upgraded.rolememberships.sql 5 48 NetSqlAzManStorage
Error 6 SQL71501: Role Membership: <unnamed> has an unresolved reference to Role [NetSqlAzMan_Managers]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Upgraded\Upgraded.rolememberships.sql 5 23 NetSqlAzManStorage
Error 7 SQL71501: Role Membership: <unnamed> has an unresolved reference to object [NetSqlAzMan_Managers]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Upgraded\Upgraded.rolememberships.sql 11 45 NetSqlAzManStorage
Error 8 SQL71501: Role Membership: <unnamed> has an unresolved reference to Role [NetSqlAzMan_Users]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Upgraded\Upgraded.rolememberships.sql 11 23 NetSqlAzManStorage
Error 9 SQL71501: Role Membership: <unnamed> has an unresolved reference to object [NetSqlAzMan_Administrators]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Upgraded\Upgraded.rolememberships.sql 15 47 NetSqlAzManStorage
Error 10 SQL71501: Role Membership: <unnamed> has an unresolved reference to Role [NetSqlAzMan_Readers]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Upgraded\Upgraded.rolememberships.sql 15 23 NetSqlAzManStorage
Error 11 SQL71501: Role Membership: <unnamed> has an unresolved reference to object [NetSqlAzMan_Managers]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Upgraded\Upgraded.rolememberships.sql 17 47 NetSqlAzManStorage
Error 12 SQL71501: Role Membership: <unnamed> has an unresolved reference to Role [NetSqlAzMan_Readers]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Upgraded\Upgraded.rolememberships.sql 17 23 NetSqlAzManStorage
Error 13 SQL71501: Role Membership: <unnamed> has an unresolved reference to object [NetSqlAzMan_Users]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Upgraded\Upgraded.rolememberships.sql 19 47 NetSqlAzManStorage
Error 14 SQL71501: Role Membership: <unnamed> has an unresolved reference to Role [NetSqlAzMan_Readers]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Upgraded\Upgraded.rolememberships.sql 19 23 NetSqlAzManStorage
Error 44 Cannot import the following key file: NetSqlAzMan.pfx. The key file may be password protected. To correct this, try to import the certificate again or manually install the certificate to the Strong Name CSP with the following key container name: VS_KEY_C71AAF4876A6B318 NetSqlAzMan
Error 45 Importing key file "NetSqlAzMan.pfx" was canceled. NetSqlAzMan
Error 46 Cannot import the following key file: DirectoryObjectPicker.pfx. The key file may be password protected. To correct this, try to import the certificate again or manually install the certificate to the Strong Name CSP with the following key container name: VS_KEY_696DEA66CC3F4C07 DirectoryObjectPicker
Error 47 Importing key file "DirectoryObjectPicker.pfx" was canceled. DirectoryObjectPicker
Error 48 Cannot import the following key file: NetSqlAzManCacheServiceInvalidateUtility.pfx. The key file may be password protected. To correct this, try to import the certificate again or manually install the certificate to the Strong Name CSP with the following key container name: VS_KEY_345A15AF15340D09 NetSqlAzManCacheServiceInvalidateUtility
Error 49 Importing key file "NetSqlAzManCacheServiceInvalidateUtility.pfx" was canceled. NetSqlAzManCacheServiceInvalidateUtility
Error 50 Metadata file 'C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan\bin\Debug\NetSqlAzMan.dll' could not be found C:\Users\User\Desktop\NetSqlAzMan_Solution\CheckAccessTemplate\CSC CheckAccessTemplate
Error 51 Metadata file 'C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan\bin\Debug\NetSqlAzMan.dll' could not be found C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManWCFServiceTest\CSC NetSqlAzManWCFServiceTest
Error 52 Metadata file 'C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan\bin\Debug\NetSqlAzMan.dll' could not be found C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_WinPerformanceTest\CSC NetSqlAzMan_WinPerformanceTest
Error 53 SQL72027: File "C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Upgraded\UpgradedServerObjects.dacpac" does not exist. 0 0 NetSqlAzManStorage
Error 54 Metadata file 'C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan\bin\Debug\NetSqlAzMan.dll' could not be found C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_Test\CSC NetSqlAzMan_Test
Error 55 Cannot import the following key file: NetSqlAzManWebConsole.pfx. The key file may be password protected. To correct this, try to import the certificate again or manually install the certificate to the Strong Name CSP with the following key container name: VS_KEY_47BAF02F083EE76C NetSqlAzManWebConsole
Error 56 Importing key file "NetSqlAzManWebConsole.pfx" was canceled. NetSqlAzManWebConsole
Error 57 Cannot import the following key file: NetSqlAzManCacheService.pfx. The key file may be password protected. To correct this, try to import the certificate again or manually install the certificate to the Strong Name CSP with the following key container name: VS_KEY_9C7E24B190F78D20 NetSqlAzManCacheService
Error 58 Importing key file "NetSqlAzManCacheService.pfx" was canceled. NetSqlAzManCacheService
Error 59 Metadata file 'C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan\bin\Debug\NetSqlAzMan.dll' could not be found C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManWCFServiceWinTest\CSC NetSqlAzManWCFServiceWinTest
Error 60 Metadata file 'C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan\bin\Debug\NetSqlAzMan.dll' could not be found C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_RoleProviderWebTest\CSC NetSqlAzMan_RoleProviderWebTest
Error 61 Cannot import the following key file: NetSqlAzMan.SnapIn.pfx. The key file may be password protected. To correct this, try to import the certificate again or manually install the certificate to the Strong Name CSP with the following key container name: VS_KEY_5100B29B2BFC8AAE NetSqlAzMan.SnapIn
Error 62 Importing key file "NetSqlAzMan.SnapIn.pfx" was canceled. NetSqlAzMan.SnapIn
Error 63 Metadata file 'C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan\bin\Debug\NetSqlAzMan.dll' could not be found C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_vs_AzMan_StressTest_Solution\NetSqlAzMan_vs_AzMan_StressTest\CSC NetSqlAzMan_vs_AzMan_StressTest
Error 64 Metadata file 'C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan.SnapIn\bin\Debug\NetSqlAzMan.SnapIn.dll' could not be found C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_vs_AzMan_StressTest_Solution\NetSqlAzMan_vs_AzMan_StressTest\CSC NetSqlAzMan_vs_AzMan_StressTest
Error 65 Metadata file 'C:\Users\User\Desktop\NetSqlAzMan_Solution\CheckAccessTemplate\bin\Debug\CheckAccessTemplate.dll' could not be found C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_WinTest\CSC NetSqlAzMan_WinTest
Error 66 Metadata file 'C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan\bin\Debug\NetSqlAzMan.dll' could not be found C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_WinTest\CSC NetSqlAzMan_WinTest
Error 67 Metadata file 'C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan.SnapIn\bin\Debug\NetSqlAzMan.SnapIn.dll' could not be found C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_WinTest\CSC NetSqlAzMan_WinTest
Error 68 The referenced assembly "C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan\bin\Debug\NetSqlAzMan.dll" was not found. If this assembly is produced by another one of your projects, please make sure to build that project before building this one. NetSqlAzMan_VB_WinTest
Error 69 The referenced assembly "C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan.SnapIn\bin\Debug\NetSqlAzMan.SnapIn.dll" was not found. If this assembly is produced by another one of your projects, please make sure to build that project before building this one. NetSqlAzMan_VB_WinTest
Error 72 Type 'IAzManBizRule' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\BizRuleVBNetTemplate.vb 12 54 NetSqlAzMan_VB_WinTest
Error 73 Type 'IAzManSid' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\BizRuleVBNetTemplate.vb 17 99 NetSqlAzMan_VB_WinTest
Error 74 Type 'IAzManItem' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\BizRuleVBNetTemplate.vb 17 129 NetSqlAzMan_VB_WinTest
Error 75 Type 'AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\BizRuleVBNetTemplate.vb 17 174 NetSqlAzMan_VB_WinTest

New Post: Using .NET SQL Azman w VS2012 y .NET 4.5

$
0
0
Continue:

Error 76 Type 'IAzManBizRule' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\BizRuleVBNetTemplate.vb 18 24 NetSqlAzMan_VB_WinTest
Error 79 Type 'NetSqlAzMan.Interfaces.IAzManStorage' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 58 31 NetSqlAzMan_VB_WinTest
Error 80 Type 'NetSqlAzMan.SqlAzManStorage' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 72 31 NetSqlAzMan_VB_WinTest
Error 81 Type 'NetSqlAzMan.Interfaces.IAzManStorage' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 80 59 NetSqlAzMan_VB_WinTest
Error 82 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 145 217 NetSqlAzMan_VB_WinTest
Error 83 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 156 245 NetSqlAzMan_VB_WinTest
Error 84 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 167 333 NetSqlAzMan_VB_WinTest
Error 85 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 179 361 NetSqlAzMan_VB_WinTest
Error 86 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 188 184 NetSqlAzMan_VB_WinTest
Error 87 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 198 212 NetSqlAzMan_VB_WinTest
Error 88 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 208 300 NetSqlAzMan_VB_WinTest
Error 89 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 219 328 NetSqlAzMan_VB_WinTest
Error 90 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 228 184 NetSqlAzMan_VB_WinTest
Error 91 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 238 212 NetSqlAzMan_VB_WinTest
Error 92 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 248 300 NetSqlAzMan_VB_WinTest
Error 93 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 259 328 NetSqlAzMan_VB_WinTest
Error 94 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 268 194 NetSqlAzMan_VB_WinTest
Error 95 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 278 222 NetSqlAzMan_VB_WinTest
Error 96 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 288 310 NetSqlAzMan_VB_WinTest
Error 97 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 299 338 NetSqlAzMan_VB_WinTest
Error 98 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 309 27 NetSqlAzMan_VB_WinTest
Error 99 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 310 31 NetSqlAzMan_VB_WinTest
Error 100 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 311 42 NetSqlAzMan_VB_WinTest
Error 101 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 321 27 NetSqlAzMan_VB_WinTest
Error 102 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 322 31 NetSqlAzMan_VB_WinTest
Error 103 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 323 42 NetSqlAzMan_VB_WinTest
Error 104 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 333 27 NetSqlAzMan_VB_WinTest
Error 105 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 334 31 NetSqlAzMan_VB_WinTest
Error 106 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 335 42 NetSqlAzMan_VB_WinTest
Error 107 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 346 27 NetSqlAzMan_VB_WinTest
Error 108 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 347 31 NetSqlAzMan_VB_WinTest
Error 109 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 348 42 NetSqlAzMan_VB_WinTest
Error 110 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 357 27 NetSqlAzMan_VB_WinTest
Error 111 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 358 31 NetSqlAzMan_VB_WinTest
Error 112 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 359 42 NetSqlAzMan_VB_WinTest
Error 113 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 369 27 NetSqlAzMan_VB_WinTest
Error 114 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 370 31 NetSqlAzMan_VB_WinTest
Error 115 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 371 42 NetSqlAzMan_VB_WinTest
Error 116 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 381 27 NetSqlAzMan_VB_WinTest
Error 117 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 382 31 NetSqlAzMan_VB_WinTest
Error 118 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 383 42 NetSqlAzMan_VB_WinTest
Error 119 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 394 27 NetSqlAzMan_VB_WinTest
Error 120 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 395 31 NetSqlAzMan_VB_WinTest
Error 121 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 396 42 NetSqlAzMan_VB_WinTest
Error 122 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 405 27 NetSqlAzMan_VB_WinTest
Error 123 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 406 31 NetSqlAzMan_VB_WinTest
Error 124 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 407 42 NetSqlAzMan_VB_WinTest
Error 125 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 417 27 NetSqlAzMan_VB_WinTest
Error 126 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 418 31 NetSqlAzMan_VB_WinTest
Error 127 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 419 42 NetSqlAzMan_VB_Wi

New Post: Using .NET SQL Azman w VS2012 y .NET 4.5

$
0
0
Error 128 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 429 27 NetSqlAzMan_VB_WinTest
Error 129 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 430 31 NetSqlAzMan_VB_WinTest
Error 130 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 431 42 NetSqlAzMan_VB_WinTest
Error 131 Type 'NetSqlAzMan.Interfaces.AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 442 27 NetSqlAzMan_VB_WinTest
Error 132 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 443 31 NetSqlAzMan_VB_WinTest
Error 133 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 444 42 NetSqlAzMan_VB_WinTest
Error 136 Type 'IAzManStorage' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 46 28 NetSqlAzMan_VB_WinTest
Error 137 Type 'AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 51 25 NetSqlAzMan_VB_WinTest
Error 138 Type 'NetSqlAzMan.Cache.UserPermissionCache' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 54 34 NetSqlAzMan_VB_WinTest
Error 139 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 62 22 NetSqlAzMan_VB_WinTest
Error 140 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 65 22 NetSqlAzMan_VB_WinTest
Error 141 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 68 22 NetSqlAzMan_VB_WinTest
Error 142 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 69 22 NetSqlAzMan_VB_WinTest
Error 143 Type 'IAzManStorage' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 86 28 NetSqlAzMan_VB_WinTest
Error 144 Type 'IAzManDBUser' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 88 27 NetSqlAzMan_VB_WinTest
Error 145 Type 'AuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 89 25 NetSqlAzMan_VB_WinTest
Error 146 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 91 22 NetSqlAzMan_VB_WinTest
Error 147 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 94 22 NetSqlAzMan_VB_WinTest
Error 148 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 97 22 NetSqlAzMan_VB_WinTest
Error 149 'AuthorizationType' is not declared. It may be inaccessible due to its protection level. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 98 22 NetSqlAzMan_VB_WinTest
Error 150 Type 'IAzManStorage' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 113 28 NetSqlAzMan_VB_WinTest
Error 151 Type 'IAzManStore' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 114 28 NetSqlAzMan_VB_WinTest
Error 152 Type 'IAzManApplication' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 115 26 NetSqlAzMan_VB_WinTest
Error 153 Type 'IAzManItem' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 116 25 NetSqlAzMan_VB_WinTest
Error 154 Type 'IAzManAuthorization' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 117 28 NetSqlAzMan_VB_WinTest
Error 155 Type 'IAzManAuthorization' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 118 25 NetSqlAzMan_VB_WinTest
Error 156 Type 'IAzManStorage' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 139 28 NetSqlAzMan_VB_WinTest
Error 157 Type 'IAzManStore' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 140 28 NetSqlAzMan_VB_WinTest
Error 158 Type 'IAzManApplication' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 141 26 NetSqlAzMan_VB_WinTest
Error 159 Type 'IAzManItem' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 142 25 NetSqlAzMan_VB_WinTest
Error 160 Type 'IAzManSid' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 150 43 NetSqlAzMan_VB_WinTest
Error 161 Type 'RestrictedAuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 152 42 NetSqlAzMan_VB_WinTest
Error 162 Type 'IAzManAuthorization' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 154 24 NetSqlAzMan_VB_WinTest
Error 163 Type 'IAzManStorage' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 168 28 NetSqlAzMan_VB_WinTest
Error 164 Type 'IAzManStore' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 169 28 NetSqlAzMan_VB_WinTest
Error 165 Type 'IAzManApplication' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 170 26 NetSqlAzMan_VB_WinTest
Error 166 Type 'IAzManItem' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 171 25 NetSqlAzMan_VB_WinTest
Error 167 Type 'IAzManSid' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 179 43 NetSqlAzMan_VB_WinTest
Error 168 Type 'RestrictedAuthorizationType' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 181 42 NetSqlAzMan_VB_WinTest
Error 169 Type 'IAzManStorage' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 194 28 NetSqlAzMan_VB_WinTest
Error 170 Type 'IAzManStore' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 200 29 NetSqlAzMan_VB_WinTest
Error 171 Type 'IAzManStoreGroup' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 202 34 NetSqlAzMan_VB_WinTest
Error 172 Type 'IAzManSid' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 204 26 NetSqlAzMan_VB_WinTest
Error 173 Type 'IAzManStoreGroupMember' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 206 37 NetSqlAzMan_VB_WinTest
Error 174 Type 'IAzManApplication' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 208 27 NetSqlAzMan_VB_WinTest
Error 175 Type 'IAzManItem' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 210 28 NetSqlAzMan_VB_WinTest
Error 176 Type 'IAzManItem' is not defined. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 212 28 NetSqlAzMan_VB_WinTest
Error 177 Maximum number of errors has been exceeded. NetSqlAzMan_VB_WinTest
Warning 15 SQL71502: Procedure: [dbo].[netsqlazman_helplogins] has an unresolved reference to object [dbo].[sp_helprolemember]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.helplogins.proc.sql 12 30 NetSqlAzManStorage
Warning 16 SQL71502: Procedure: [dbo].[netsqlazman_helplogins] has an unresolved reference to object [dbo].[sp_helprolemember]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.helplogins.proc.sql 17 30 NetSqlAzManStorage
Warning 17 SQL71502: Procedure: [dbo].[netsqlazman_helplogins] has an unresolved reference to object [dbo].[sp_helprolemember]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.helplogins.proc.sql 18 30 NetSqlAzManStorage
Warning 18 SQL71502: Procedure: [dbo].[netsqlazman_helplogins] has an unresolved reference to object [dbo].[sp_helprolemember]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.helplogins.proc.sql 23 30 NetSqlAzManStorage
Warning 19 SQL71502: Procedure: [dbo].[netsqlazman_helplogins] has an unresolved reference to object [dbo].[sp_helprolemember]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.helplogins.proc.sql 24 30 NetSqlAzManStorage
Warning 20 SQL71502: Procedure: [dbo].[netsqlazman_helplogins] has an unresolved reference to object [dbo].[sp_helprolemember]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.helplogins.proc.sql 25 30 NetSqlAzManStorage
Warning 21 SQL71502: Procedure: [dbo].[netsqlazman_GrantStoreAccess] has an unresolved reference to object [dbo].[sysusers]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.GrantStoreAccess.proc.sql 18 86 NetSqlAzManStorage

New Post: Using .NET SQL Azman w VS2012 y .NET 4.5

$
0
0
Warning 22 SQL71502: Procedure: [dbo].[netsqlazman_GrantStoreAccess] has an unresolved reference to object [dbo].[sysusers].[uid]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.GrantStoreAccess.proc.sql 18 22 NetSqlAzManStorage
Warning 23 SQL71502: Procedure: [dbo].[netsqlazman_GrantStoreAccess] has an unresolved reference to object [dbo].[sysusers].[issqlrole]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.GrantStoreAccess.proc.sql 18 43 NetSqlAzManStorage
Warning 24 SQL71502: Procedure: [dbo].[netsqlazman_GrantStoreAccess] has an unresolved reference to object [dbo].[sysusers].[isntgroup]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.GrantStoreAccess.proc.sql 18 70 NetSqlAzManStorage
Warning 25 SQL71502: Procedure: [dbo].[netsqlazman_GrantStoreAccess] has an unresolved reference to object [dbo].[sysusers].[sid]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.GrantStoreAccess.proc.sql 18 101 NetSqlAzManStorage
Warning 26 SQL71502: Procedure: [dbo].[netsqlazman_GrantStoreAccess] has an unresolved reference to object [dbo].[sysusers].[isaliased]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.GrantStoreAccess.proc.sql 18 137 NetSqlAzManStorage
Warning 27 SQL71502: Procedure: [dbo].[netsqlazman_GrantApplicationAccess] has an unresolved reference to object [dbo].[sysusers]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.GrantApplicationAccess.proc.sql 20 86 NetSqlAzManStorage
Warning 28 SQL71502: Procedure: [dbo].[netsqlazman_GrantApplicationAccess] has an unresolved reference to object [dbo].[sysusers].[uid]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.GrantApplicationAccess.proc.sql 20 22 NetSqlAzManStorage
Warning 29 SQL71502: Procedure: [dbo].[netsqlazman_GrantApplicationAccess] has an unresolved reference to object [dbo].[sysusers].[issqlrole]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.GrantApplicationAccess.proc.sql 20 43 NetSqlAzManStorage
Warning 30 SQL71502: Procedure: [dbo].[netsqlazman_GrantApplicationAccess] has an unresolved reference to object [dbo].[sysusers].[isntgroup]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.GrantApplicationAccess.proc.sql 20 70 NetSqlAzManStorage
Warning 31 SQL71502: Procedure: [dbo].[netsqlazman_GrantApplicationAccess] has an unresolved reference to object [dbo].[sysusers].[sid]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.GrantApplicationAccess.proc.sql 20 101 NetSqlAzManStorage
Warning 32 SQL71502: Procedure: [dbo].[netsqlazman_GrantApplicationAccess] has an unresolved reference to object [dbo].[sysusers].[isaliased]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.GrantApplicationAccess.proc.sql 20 137 NetSqlAzManStorage
Warning 33 SQL71502: Procedure: [dbo].[netsqlazman_CheckAccess] has an unresolved reference to object [#ATTRIBUTES_TABLE]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.CheckAccess.proc.sql 42 14 NetSqlAzManStorage
Warning 34 SQL71502: Procedure: [dbo].[netsqlazman_CheckAccess] has an unresolved reference to object [#ATTRIBUTES_TABLE]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.CheckAccess.proc.sql 71 16 NetSqlAzManStorage
Warning 35 SQL71502: Procedure: [dbo].[netsqlazman_CheckAccess] has an unresolved reference to object [#ATTRIBUTES_TABLE]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.CheckAccess.proc.sql 105 16 NetSqlAzManStorage
Warning 36 SQL71502: Procedure: [dbo].[netsqlazman_CheckAccess] has an unresolved reference to object [#ATTRIBUTES_TABLE]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.CheckAccess.proc.sql 191 16 NetSqlAzManStorage
Warning 37 SQL71502: Procedure: [dbo].[netsqlazman_CheckAccess] has an unresolved reference to object [#ATTRIBUTES_TABLE]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.CheckAccess.proc.sql 247 16 NetSqlAzManStorage
Warning 38 SQL71502: Procedure: [dbo].[netsqlazman_CheckAccess] has an unresolved reference to object [#USERGROUPS]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.CheckAccess.proc.sql 86 71 NetSqlAzManStorage

Warning 39 SQL71502: Procedure: [dbo].[netsqlazman_CheckAccess] has an unresolved reference to object [#USERGROUPS]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.CheckAccess.proc.sql 154 72 NetSqlAzManStorage
Warning 40 SQL71502: Procedure: [dbo].[netsqlazman_CheckAccess] has an unresolved reference to object [#USERGROUPS]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.CheckAccess.proc.sql 174 74 NetSqlAzManStorage
Warning 41 SQL71502: Procedure: [dbo].[netsqlazman_CheckAccess] has an unresolved reference to object [#USERGROUPS]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.CheckAccess.proc.sql 211 72 NetSqlAzManStorage
Warning 42 SQL71502: Procedure: [dbo].[netsqlazman_CheckAccess] has an unresolved reference to object [#USERGROUPS]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.CheckAccess.proc.sql 230 74 NetSqlAzManStorage
Warning 43 SQL71502: Procedure: [dbo].[netsqlazman_CheckAccess] has an unresolved reference to object [#PARTIAL_RESULTS_TABLE]. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzManStorage\Schema Objects\Stored Procedures\dbo.CheckAccess.proc.sql 257 13 NetSqlAzManStorage
Warning 70 Namespace or type specified in the Imports 'NetSqlAzMan' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\BizRuleVBNetTemplate.vb 8 9 NetSqlAzMan_VB_WinTest
Warning 71 Namespace or type specified in the Imports 'NetSqlAzMan.Interfaces' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\BizRuleVBNetTemplate.vb 9 9 NetSqlAzMan_VB_WinTest
Warning 77 Namespace or type specified in the Imports 'NetSqlAzMan' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 14 9 NetSqlAzMan_VB_WinTest
Warning 78 Namespace or type specified in the Imports 'NetSqlAzMan.Interfaces' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. C:\Users\User\Desktop\NetSqlAzMan_Solution\NetSqlAzMan_VB_WinTest\CheckAccessHelper.vb 15 9 NetSqlAzMan_VB_WinTest
Warning 134 Namespace or type specified in the Imports 'NetSqlAzMan' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 28 9 NetSqlAzMan_VB_WinTest
Warning 135 Namespace or type specified in the Imports 'NetSqlAzMan.Interfaces' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. C:\Users\User\Desktop\NetSqlAzMan_Solution\Samples\NetSqlAzMan_Samples.vb 29 9 NetSqlAzMan_VB_WinTest

New Post: Upgrading project to MVC4 and .NET 4.5

$
0
0
Thanks for the quick reply!

I'll start making the transition this week using VS 2013 and let you know how it goes.

New Post: Using .NET SQL Azman w VS2012 y .NET 4.5

$
0
0
Regarding errors Database project ... just remove it from Solution. No need to compile.
Regarding errors on .pfx files and password required please see here: https://netsqlazman.codeplex.com/discussions/50127
Regards Samples ... you must have to manually add a reference to the NetSqlAzMan.dll project and it will compile.

Regards,
Andrea.

New Post: MVC 5 Support

$
0
0
I really like the idea of attribute based security but I a bit new to MVC and my company doesn't want to use webforms (they want to use MVC 5 with Entity Framework 6). I have tried looking for examples on the web for use with MVC but most are for MVC 3 and a bit out-dated. Any assistance would be appreciated.

New Post: NetSqlAzMan futur ?

$
0
0
Hi,

Microsoft seen to abandon Azman in Windows 2012 R2 (http://technet.microsoft.com/en-us/library/dn303411.aspx).

I'm seeking for a replacement, and I’ve found your project. I need to know if this projet can be used in long term. As I can see, there is no check-in since 2012. NetSqlAzMan is still alive? Do you plan to maintain it?

Best regards.

New Post: NetSqlAzMan futur ?

$
0
0
Hi,
unfortunately, my personal commitments do not allow me to continue the NetSqlAzMan experience as main developer.
However there are other developers in the team.
Let us ask them.

Regards,
Andrea.

New Post: Upgrading project to MVC4 and .NET 4.5

$
0
0
The upgrade went great and NetSqlAzMan is working beautifully!

Thanks Andrea!

New Post: SqlAzManStorage.DBUsers "An item with the same key has already been added."

$
0
0
Hey,
We're developing a multi-tenancy application and our NetSqlAzMan schema is directed to work with our users table (tblUser).
This table contains all the users in the system, therefore user name duplication is normal and differentiated by Application column.

While using the SqlAzManStorage, when first accessing the DBUsers attribute, a dictionary with user name as key and the user as value gets instantiated.
The DBUsers attribute is calling the GetDBUsers method which results in DB function call to netsqlazman_GetDBUsers with no parameters and we're receiving the whole tblUsers table.
An exception is being thrown ("An item with the same key has already been added.") because of the user name duplication in our table which uses as key in the DBUsers dictionary.

Commented Issue: Object reference error on Effective Permissions Report [11419]

$
0
0
I'm running version 3.6.0.15 on Windows 7 x64. I have an app store setup, with operations, tasks, roles, and application groups. My web apps run correctly using the authorization provider. However, when I try to run the Effective Permissions report I always get an error. I've tried from the web interface (see screenshot) and from the snap-in console. I've included the event log message below:

Error Caught in Application_Error eventError in: http://localhost/NetSqlAzMan-WebConsole/rptEffectivePermissions.aspxError Message: Exception of type 'System.Web.HttpUnhandledException' was thrown.Stack Trace:System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at System.Data.Linq.SqlClient.QueryConverter.VisitInvocation(InvocationExpression invoke)
at System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node)
at System.Data.Linq.SqlClient.QueryConverter.VisitExpression(Expression exp)
at System.Data.Linq.SqlClient.QueryConverter.VisitMethodCall(MethodCallExpression mc)
at System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node)
at System.Data.Linq.SqlClient.QueryConverter.VisitExpression(Expression exp)
at System.Data.Linq.SqlClient.QueryConverter.VisitBinary(BinaryExpression b)
at System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node)
at System.Data.Linq.SqlClient.QueryConverter.VisitExpression(Expression exp)
at System.Data.Linq.SqlClient.QueryConverter.VisitBinary(BinaryExpression b)
at System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node)
at System.Data.Linq.SqlClient.QueryConverter.Visit(Expression node)
at System.Data.Linq.SqlClient.QueryConverter.VisitWhere(Expression sequence, LambdaExpression predicate)
at System.Data.Linq.SqlClient.QueryConverter.VisitSequenceOperatorCall(MethodCallExpression mc)
at System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node)
at System.Data.Linq.SqlClient.QueryConverter.VisitSelect(Expression sequence, LambdaExpression selector)
at System.Data.Linq.SqlClient.QueryConverter.VisitSequenceOperatorCall(MethodCallExpression mc)
at System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node)
at System.Data.Linq.SqlClient.QueryConverter.VisitSelect(Expression sequence, LambdaExpression selector)
at System.Data.Linq.SqlClient.QueryConverter.VisitSequenceOperatorCall(MethodCallExpression mc)
at System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node)
at System.Data.Linq.SqlClient.QueryConverter.ConvertOuter(Expression node)
at System.Data.Linq.SqlClient.SqlProvider.BuildQuery(Expression query, SqlNodeAnnotations annotations)
at System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query)
at System.Data.Linq.DataQuery`1.System.Collections.Generic.IEnumerable.GetEnumerator()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at NetSqlAzMan.Cache.StorageCache.BuildStorageCache(String storeNameFilter, String applicationNameFilter)
at NetSqlAzManWebConsole.rptEffectivePermissions.Page_Load(Object sender, EventArgs e) in D:\Documenti\Visual Studio 2005\Projects\NetSqlAzMan_Solution\NetSqlAzManWebConsole\rptEffectivePermissions.aspx.cs:line 49
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.rpteffectivepermissions_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\netsqlazman-webconsole\c0dd8cd5\e68e4f7b\App_Web_y3ngrwl1.5.cs:line 0
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Comments: ** Comment from web user: meno **

I get this as well.

New Post: Using .NET SQL Azman w VS2012 y .NET 4.5

$
0
0
It would be pretty cool if netsqlazman shipped with instructions how to do this. Even the forum post linked doesn't actually explain how to regenerate the pfx, making the project quite complicated to actually even build as is. In my opinion it should compile out of the box.


Edit: For anyone reading -- in visual studio find the project that has the PFX in it. Delete the PFX, right click on the project in solution explorer, click properties. On the properties window go to Signing. Then from there you can choose <New> and create a new PFX to sign with.

New Post: SQL Server Compact Edition Support

$
0
0
Hello!

I would like to use a NetSqlAzMan with SQL Server Compact Edition (3.5 or 4.0), but I can't find any information how I can do this. Experiments with some options didn't help me to set a SQL CE as a store. Can some one help me on setting a SQL CE for the use with NetSqlAzMan?

Thank you!!!
Viewing all 163 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>