<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>netsqlazman Issue Tracker Rss Feed</title><link>http://netsqlazman.codeplex.com/WorkItem/List.aspx</link><description>netsqlazman Issue Tracker Rss Description</description><item><title>Created Unassigned: check if a user has permissions [11794]</title><link>http://netsqlazman.codeplex.com/workitem/11794</link><description>as I can tell if a LDAP-authenticated user has permissions on the application&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve tried everything.&lt;br /&gt;thanks&lt;br /&gt;</description><author>motoquerocbr</author><pubDate>Mon, 20 May 2013 22:01:36 GMT</pubDate><guid isPermaLink="false">Created Unassigned: check if a user has permissions [11794] 20130520100136P</guid></item><item><title>Commented Issue: Getting error "An item with the same key has already been added". [11551]</title><link>http://netsqlazman.codeplex.com/workitem/11551</link><description>I am getting error &amp;#38;quot&amp;#59;An item with the same key has already been added&amp;#38;quot&amp;#59; when initializing the NetSqlAzManRoleProvider using the code approach &amp;#40;instead of config&amp;#41;&lt;br /&gt;&lt;br /&gt;Below is the code&amp;#58;&lt;br /&gt;&lt;br /&gt;            var roleProvider &amp;#61; new NetSqlAzMan.Providers.NetSqlAzManRoleProvider&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            &lt;br /&gt;            roleProvider.Initialize&amp;#40;&amp;#38;quot&amp;#59;AuthorizationRoleProvider&amp;#38;quot&amp;#59;, ConfigureAuthorizationRoleProvider&amp;#40;appConfig&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;        private NameValueCollection ConfigureAuthorizationRoleProvider&amp;#40;ApplicationConfigurationManager appConfig&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            var config &amp;#61; new NameValueCollection&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;            config&amp;#91;&amp;#38;quot&amp;#59;connectionStringName&amp;#38;quot&amp;#59;&amp;#93; &amp;#61; appConfig.AuthorizationDatabaseConnectionName&amp;#59;&lt;br /&gt;            config&amp;#91;&amp;#38;quot&amp;#59;storeName&amp;#38;quot&amp;#59;&amp;#93; &amp;#61; appConfig.AuthorizationStoreName&amp;#59;&lt;br /&gt;            config&amp;#91;&amp;#38;quot&amp;#59;applicationName&amp;#38;quot&amp;#59;&amp;#93; &amp;#61; appConfig.AuthorizationApplicationName&amp;#59;&lt;br /&gt;            config&amp;#91;&amp;#38;quot&amp;#59;userLookupType&amp;#38;quot&amp;#59;&amp;#93; &amp;#61; &amp;#38;quot&amp;#59;LDAP&amp;#38;quot&amp;#59;&amp;#59;&lt;br /&gt;            config&amp;#91;&amp;#38;quot&amp;#59;defaultDomain&amp;#38;quot&amp;#59;&amp;#93; &amp;#61; &amp;#38;quot&amp;#59;DOMAINNAME&amp;#38;quot&amp;#59;&amp;#59;&lt;br /&gt;            config&amp;#91;&amp;#38;quot&amp;#59;UseWCFCacheService&amp;#38;quot&amp;#59;&amp;#93; &amp;#61; &amp;#38;quot&amp;#59;false&amp;#38;quot&amp;#59;&amp;#59;&lt;br /&gt;&lt;br /&gt;            return config&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;Stack Trace&amp;#58;&lt;br /&gt;&lt;br /&gt;System.TypeInitializationException was unhandled by user code&lt;br /&gt;  HResult&amp;#61;-2146233036&lt;br /&gt;  Message&amp;#61;The type initializer for &amp;#39;Core.Infrastructure.IOC.IocContainer&amp;#39; threw an exception.&lt;br /&gt;  Source&amp;#61;Core.IOC&lt;br /&gt;  TypeName&amp;#61;Core.Infrastructure.IOC.IocContainer&lt;br /&gt;  StackTrace&amp;#58;&lt;br /&gt;       at Core.Infrastructure.IOC.IocContainer.get_Instance&amp;#40;&amp;#41;&lt;br /&gt;       at Core.Infrastructure.IntegrationTest.Security.AuthorizationManagerIntegrationTest.TestAddUserToMultipleRolesForWindowsUser&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;codebase&amp;#92;New folder VS2012&amp;#92;Core&amp;#92;Core.Infrastructure.IntegrationTest&amp;#92;Security&amp;#92;AuthorizationManagerIntegrationTest.cs&amp;#58;line 57&lt;br /&gt;  InnerException&amp;#58; System.ArgumentException&lt;br /&gt;       HResult&amp;#61;-2147024809&lt;br /&gt;       Message&amp;#61;An item with the same key has already been added.&lt;br /&gt;       Source&amp;#61;mscorlib&lt;br /&gt;       StackTrace&amp;#58;&lt;br /&gt;            at System.ThrowHelper.ThrowArgumentException&amp;#40;ExceptionResource resource&amp;#41;&lt;br /&gt;            at System.Collections.Generic.Dictionary&amp;#96;2.Insert&amp;#40;TKey key, TValue value, Boolean add&amp;#41;&lt;br /&gt;            at System.Linq.Enumerable.ToDictionary&amp;#91;TSource,TKey,TElement&amp;#93;&amp;#40;IEnumerable&amp;#96;1 source, Func&amp;#96;2 keySelector, Func&amp;#96;2 elementSelector, IEqualityComparer&amp;#96;1 comparer&amp;#41;&lt;br /&gt;            at System.Linq.Enumerable.ToDictionary&amp;#91;TSource,TKey,TElement&amp;#93;&amp;#40;IEnumerable&amp;#96;1 source, Func&amp;#96;2 keySelector, Func&amp;#96;2 elementSelector&amp;#41;&lt;br /&gt;            at NetSqlAzMan.Cache.StorageCache.BuildStorageCache&amp;#40;String storeNameFilter, String applicationNameFilter&amp;#41;&lt;br /&gt;            at NetSqlAzMan.Providers.NetSqlAzManRoleProvider.InvalidateCache&amp;#40;Boolean waitForCacheBuiltCompletition&amp;#41;&lt;br /&gt;            at NetSqlAzMan.Providers.NetSqlAzManRoleProvider.Initialize&amp;#40;String name, NameValueCollection config&amp;#41;&lt;br /&gt;            at Core.Infrastructure.RegisterModule.Authorization.AuthorizationModule.Load&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;codebase&amp;#92;New folder VS2012&amp;#92;Core&amp;#92;Core.Infrastructure.RegisterModule.Authorization&amp;#92;AuthorizationModule.cs&amp;#58;line 21&lt;br /&gt;            at Ninject.Modules.NinjectModule.OnLoad&amp;#40;IKernel kernel&amp;#41; in c&amp;#58;&amp;#92;Projects&amp;#92;Ninject&amp;#92;ninject&amp;#92;src&amp;#92;Ninject&amp;#92;Modules&amp;#92;NinjectModule.cs&amp;#58;line 85&lt;br /&gt;            at Ninject.KernelBase.Load&amp;#40;IEnumerable&amp;#96;1 m&amp;#41; in c&amp;#58;&amp;#92;Projects&amp;#92;Ninject&amp;#92;ninject&amp;#92;src&amp;#92;Ninject&amp;#92;KernelBase.cs&amp;#58;line 217&lt;br /&gt;            at Ninject.KernelBase.Load&amp;#40;IEnumerable&amp;#96;1 assemblies&amp;#41; in c&amp;#58;&amp;#92;Projects&amp;#92;Ninject&amp;#92;ninject&amp;#92;src&amp;#92;Ninject&amp;#92;KernelBase.cs&amp;#58;line 245&lt;br /&gt;            at Ninject.Modules.CompiledModuleLoaderPlugin.LoadModules&amp;#40;IEnumerable&amp;#96;1 filenames&amp;#41; in c&amp;#58;&amp;#92;Projects&amp;#92;Ninject&amp;#92;ninject&amp;#92;src&amp;#92;Ninject&amp;#92;Modules&amp;#92;CompiledModuleLoaderPlugin.cs&amp;#58;line 82&lt;br /&gt;            at Ninject.Modules.ModuleLoader.LoadModules&amp;#40;IEnumerable&amp;#96;1 patterns&amp;#41; in c&amp;#58;&amp;#92;Projects&amp;#92;Ninject&amp;#92;ninject&amp;#92;src&amp;#92;Ninject&amp;#92;Modules&amp;#92;ModuleLoader.cs&amp;#58;line 60&lt;br /&gt;            at Ninject.KernelBase.Load&amp;#40;IEnumerable&amp;#96;1 filePatterns&amp;#41; in c&amp;#58;&amp;#92;Projects&amp;#92;Ninject&amp;#92;ninject&amp;#92;src&amp;#92;Ninject&amp;#92;KernelBase.cs&amp;#58;line 236&lt;br /&gt;            at Ninject.ModuleLoadExtensions.Load&amp;#40;IKernel kernel, String&amp;#91;&amp;#93; filePatterns&amp;#41; in c&amp;#58;&amp;#92;Projects&amp;#92;Ninject&amp;#92;ninject&amp;#92;src&amp;#92;Ninject&amp;#92;Syntax&amp;#92;ModuleLoadExtensions.cs&amp;#58;line 54&lt;br /&gt;            at Core.Infrastructure.IOC.IocContainer..cctor&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;codebase&amp;#92;New folder VS2012&amp;#92;Core&amp;#92;Core.Infrastructure.IOC&amp;#92;IocContainer.cs&amp;#58;line 39&lt;br /&gt;       InnerException&amp;#58;&lt;br /&gt;Comments: ** Comment from web user: aferende ** &lt;p&gt;Have you given the same name to the Store and to the Application ?!&lt;/p&gt;&lt;p&gt;Try to rename one of them.&lt;/p&gt;</description><author>aferende</author><pubDate>Tue, 05 Feb 2013 17:39:11 GMT</pubDate><guid isPermaLink="false">Commented Issue: Getting error "An item with the same key has already been added". [11551] 20130205053911P</guid></item><item><title>Created Issue: Getting error "An item with the same key has already been added". [11551]</title><link>http://netsqlazman.codeplex.com/workitem/11551</link><description>I am getting error &amp;#38;quot&amp;#59;An item with the same key has already been added&amp;#38;quot&amp;#59; when initializing the NetSqlAzManRoleProvider using the code approach &amp;#40;instead of config&amp;#41;&lt;br /&gt;&lt;br /&gt;Below is the code&amp;#58;&lt;br /&gt;&lt;br /&gt;            var roleProvider &amp;#61; new NetSqlAzMan.Providers.NetSqlAzManRoleProvider&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            &lt;br /&gt;            roleProvider.Initialize&amp;#40;&amp;#38;quot&amp;#59;AuthorizationRoleProvider&amp;#38;quot&amp;#59;, ConfigureAuthorizationRoleProvider&amp;#40;appConfig&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;        private NameValueCollection ConfigureAuthorizationRoleProvider&amp;#40;ApplicationConfigurationManager appConfig&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            var config &amp;#61; new NameValueCollection&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;            config&amp;#91;&amp;#38;quot&amp;#59;connectionStringName&amp;#38;quot&amp;#59;&amp;#93; &amp;#61; appConfig.AuthorizationDatabaseConnectionName&amp;#59;&lt;br /&gt;            config&amp;#91;&amp;#38;quot&amp;#59;storeName&amp;#38;quot&amp;#59;&amp;#93; &amp;#61; appConfig.AuthorizationStoreName&amp;#59;&lt;br /&gt;            config&amp;#91;&amp;#38;quot&amp;#59;applicationName&amp;#38;quot&amp;#59;&amp;#93; &amp;#61; appConfig.AuthorizationApplicationName&amp;#59;&lt;br /&gt;            config&amp;#91;&amp;#38;quot&amp;#59;userLookupType&amp;#38;quot&amp;#59;&amp;#93; &amp;#61; &amp;#38;quot&amp;#59;LDAP&amp;#38;quot&amp;#59;&amp;#59;&lt;br /&gt;            config&amp;#91;&amp;#38;quot&amp;#59;defaultDomain&amp;#38;quot&amp;#59;&amp;#93; &amp;#61; &amp;#38;quot&amp;#59;DOMAINNAME&amp;#38;quot&amp;#59;&amp;#59;&lt;br /&gt;            config&amp;#91;&amp;#38;quot&amp;#59;UseWCFCacheService&amp;#38;quot&amp;#59;&amp;#93; &amp;#61; &amp;#38;quot&amp;#59;false&amp;#38;quot&amp;#59;&amp;#59;&lt;br /&gt;&lt;br /&gt;            return config&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;Stack Trace&amp;#58;&lt;br /&gt;&lt;br /&gt;System.TypeInitializationException was unhandled by user code&lt;br /&gt;  HResult&amp;#61;-2146233036&lt;br /&gt;  Message&amp;#61;The type initializer for &amp;#39;Core.Infrastructure.IOC.IocContainer&amp;#39; threw an exception.&lt;br /&gt;  Source&amp;#61;Core.IOC&lt;br /&gt;  TypeName&amp;#61;Core.Infrastructure.IOC.IocContainer&lt;br /&gt;  StackTrace&amp;#58;&lt;br /&gt;       at Core.Infrastructure.IOC.IocContainer.get_Instance&amp;#40;&amp;#41;&lt;br /&gt;       at Core.Infrastructure.IntegrationTest.Security.AuthorizationManagerIntegrationTest.TestAddUserToMultipleRolesForWindowsUser&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;codebase&amp;#92;New folder VS2012&amp;#92;Core&amp;#92;Core.Infrastructure.IntegrationTest&amp;#92;Security&amp;#92;AuthorizationManagerIntegrationTest.cs&amp;#58;line 57&lt;br /&gt;  InnerException&amp;#58; System.ArgumentException&lt;br /&gt;       HResult&amp;#61;-2147024809&lt;br /&gt;       Message&amp;#61;An item with the same key has already been added.&lt;br /&gt;       Source&amp;#61;mscorlib&lt;br /&gt;       StackTrace&amp;#58;&lt;br /&gt;            at System.ThrowHelper.ThrowArgumentException&amp;#40;ExceptionResource resource&amp;#41;&lt;br /&gt;            at System.Collections.Generic.Dictionary&amp;#96;2.Insert&amp;#40;TKey key, TValue value, Boolean add&amp;#41;&lt;br /&gt;            at System.Linq.Enumerable.ToDictionary&amp;#91;TSource,TKey,TElement&amp;#93;&amp;#40;IEnumerable&amp;#96;1 source, Func&amp;#96;2 keySelector, Func&amp;#96;2 elementSelector, IEqualityComparer&amp;#96;1 comparer&amp;#41;&lt;br /&gt;            at System.Linq.Enumerable.ToDictionary&amp;#91;TSource,TKey,TElement&amp;#93;&amp;#40;IEnumerable&amp;#96;1 source, Func&amp;#96;2 keySelector, Func&amp;#96;2 elementSelector&amp;#41;&lt;br /&gt;            at NetSqlAzMan.Cache.StorageCache.BuildStorageCache&amp;#40;String storeNameFilter, String applicationNameFilter&amp;#41;&lt;br /&gt;            at NetSqlAzMan.Providers.NetSqlAzManRoleProvider.InvalidateCache&amp;#40;Boolean waitForCacheBuiltCompletition&amp;#41;&lt;br /&gt;            at NetSqlAzMan.Providers.NetSqlAzManRoleProvider.Initialize&amp;#40;String name, NameValueCollection config&amp;#41;&lt;br /&gt;            at Core.Infrastructure.RegisterModule.Authorization.AuthorizationModule.Load&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;codebase&amp;#92;New folder VS2012&amp;#92;Core&amp;#92;Core.Infrastructure.RegisterModule.Authorization&amp;#92;AuthorizationModule.cs&amp;#58;line 21&lt;br /&gt;            at Ninject.Modules.NinjectModule.OnLoad&amp;#40;IKernel kernel&amp;#41; in c&amp;#58;&amp;#92;Projects&amp;#92;Ninject&amp;#92;ninject&amp;#92;src&amp;#92;Ninject&amp;#92;Modules&amp;#92;NinjectModule.cs&amp;#58;line 85&lt;br /&gt;            at Ninject.KernelBase.Load&amp;#40;IEnumerable&amp;#96;1 m&amp;#41; in c&amp;#58;&amp;#92;Projects&amp;#92;Ninject&amp;#92;ninject&amp;#92;src&amp;#92;Ninject&amp;#92;KernelBase.cs&amp;#58;line 217&lt;br /&gt;            at Ninject.KernelBase.Load&amp;#40;IEnumerable&amp;#96;1 assemblies&amp;#41; in c&amp;#58;&amp;#92;Projects&amp;#92;Ninject&amp;#92;ninject&amp;#92;src&amp;#92;Ninject&amp;#92;KernelBase.cs&amp;#58;line 245&lt;br /&gt;            at Ninject.Modules.CompiledModuleLoaderPlugin.LoadModules&amp;#40;IEnumerable&amp;#96;1 filenames&amp;#41; in c&amp;#58;&amp;#92;Projects&amp;#92;Ninject&amp;#92;ninject&amp;#92;src&amp;#92;Ninject&amp;#92;Modules&amp;#92;CompiledModuleLoaderPlugin.cs&amp;#58;line 82&lt;br /&gt;            at Ninject.Modules.ModuleLoader.LoadModules&amp;#40;IEnumerable&amp;#96;1 patterns&amp;#41; in c&amp;#58;&amp;#92;Projects&amp;#92;Ninject&amp;#92;ninject&amp;#92;src&amp;#92;Ninject&amp;#92;Modules&amp;#92;ModuleLoader.cs&amp;#58;line 60&lt;br /&gt;            at Ninject.KernelBase.Load&amp;#40;IEnumerable&amp;#96;1 filePatterns&amp;#41; in c&amp;#58;&amp;#92;Projects&amp;#92;Ninject&amp;#92;ninject&amp;#92;src&amp;#92;Ninject&amp;#92;KernelBase.cs&amp;#58;line 236&lt;br /&gt;            at Ninject.ModuleLoadExtensions.Load&amp;#40;IKernel kernel, String&amp;#91;&amp;#93; filePatterns&amp;#41; in c&amp;#58;&amp;#92;Projects&amp;#92;Ninject&amp;#92;ninject&amp;#92;src&amp;#92;Ninject&amp;#92;Syntax&amp;#92;ModuleLoadExtensions.cs&amp;#58;line 54&lt;br /&gt;            at Core.Infrastructure.IOC.IocContainer..cctor&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;codebase&amp;#92;New folder VS2012&amp;#92;Core&amp;#92;Core.Infrastructure.IOC&amp;#92;IocContainer.cs&amp;#58;line 39&lt;br /&gt;       InnerException&amp;#58;&lt;br /&gt;</description><author>nazeem_khan</author><pubDate>Mon, 04 Feb 2013 18:47:46 GMT</pubDate><guid isPermaLink="false">Created Issue: Getting error "An item with the same key has already been added". [11551] 20130204064746P</guid></item><item><title>Created Issue: Object reference error on Effective Permissions Report [11419]</title><link>http://netsqlazman.codeplex.com/workitem/11419</link><description>I&amp;#39;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&amp;#39;ve tried from the web interface &amp;#40;see screenshot&amp;#41; and from the snap-in console.  I&amp;#39;ve included the event log message below&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;b&amp;#62;Error Caught in Application_Error event&amp;#60;&amp;#47;b&amp;#62;&amp;#60;hr&amp;#62;&amp;#60;br&amp;#62;&amp;#60;br&amp;#62;&amp;#60;b&amp;#62;Error in&amp;#58; &amp;#60;&amp;#47;b&amp;#62;http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#47;NetSqlAzMan-WebConsole&amp;#47;rptEffectivePermissions.aspx&amp;#60;br&amp;#62;&amp;#60;b&amp;#62;Error Message&amp;#58; &amp;#60;&amp;#47;b&amp;#62;Exception of type &amp;#39;System.Web.HttpUnhandledException&amp;#39; was thrown.&amp;#60;br&amp;#62;&amp;#60;b&amp;#62;Stack Trace&amp;#58;&amp;#60;&amp;#47;b&amp;#62;&amp;#60;br&amp;#62;System.Web.HttpUnhandledException &amp;#40;0x80004005&amp;#41;&amp;#58; Exception of type &amp;#39;System.Web.HttpUnhandledException&amp;#39; was thrown. ---&amp;#38;gt&amp;#59; System.NullReferenceException&amp;#58; Object reference not set to an instance of an object.&lt;br /&gt;   at System.Data.Linq.SqlClient.QueryConverter.VisitInvocation&amp;#40;InvocationExpression invoke&amp;#41;&lt;br /&gt;   at System.Data.Linq.SqlClient.QueryConverter.VisitInner&amp;#40;Expression node&amp;#41;&lt;br /&gt;   at System.Data.Linq.SqlClient.QueryConverter.VisitExpression&amp;#40;Expression exp&amp;#41;&lt;br /&gt;   at System.Data.Linq.SqlClient.QueryConverter.VisitMethodCall&amp;#40;MethodCallExpression mc&amp;#41;&lt;br /&gt;   at System.Data.Linq.SqlClient.QueryConverter.VisitInner&amp;#40;Expression node&amp;#41;&lt;br /&gt;   at System.Data.Linq.SqlClient.QueryConverter.VisitExpression&amp;#40;Expression exp&amp;#41;&lt;br /&gt;   at System.Data.Linq.SqlClient.QueryConverter.VisitBinary&amp;#40;BinaryExpression b&amp;#41;&lt;br /&gt;   at System.Data.Linq.SqlClient.QueryConverter.VisitInner&amp;#40;Expression node&amp;#41;&lt;br /&gt;   at System.Data.Linq.SqlClient.QueryConverter.VisitExpression&amp;#40;Expression exp&amp;#41;&lt;br /&gt;   at System.Data.Linq.SqlClient.QueryConverter.VisitBinary&amp;#40;BinaryExpression b&amp;#41;&lt;br /&gt;   at System.Data.Linq.SqlClient.QueryConverter.VisitInner&amp;#40;Expression node&amp;#41;&lt;br /&gt;   at System.Data.Linq.SqlClient.QueryConverter.Visit&amp;#40;Expression node&amp;#41;&lt;br /&gt;   at System.Data.Linq.SqlClient.QueryConverter.VisitWhere&amp;#40;Expression sequence, LambdaExpression predicate&amp;#41;&lt;br /&gt;   at System.Data.Linq.SqlClient.QueryConverter.VisitSequenceOperatorCall&amp;#40;MethodCallExpression mc&amp;#41;&lt;br /&gt;   at System.Data.Linq.SqlClient.QueryConverter.VisitInner&amp;#40;Expression node&amp;#41;&lt;br /&gt;   at System.Data.Linq.SqlClient.QueryConverter.VisitSelect&amp;#40;Expression sequence, LambdaExpression selector&amp;#41;&lt;br /&gt;   at System.Data.Linq.SqlClient.QueryConverter.VisitSequenceOperatorCall&amp;#40;MethodCallExpression mc&amp;#41;&lt;br /&gt;   at System.Data.Linq.SqlClient.QueryConverter.VisitInner&amp;#40;Expression node&amp;#41;&lt;br /&gt;   at System.Data.Linq.SqlClient.QueryConverter.VisitSelect&amp;#40;Expression sequence, LambdaExpression selector&amp;#41;&lt;br /&gt;   at System.Data.Linq.SqlClient.QueryConverter.VisitSequenceOperatorCall&amp;#40;MethodCallExpression mc&amp;#41;&lt;br /&gt;   at System.Data.Linq.SqlClient.QueryConverter.VisitInner&amp;#40;Expression node&amp;#41;&lt;br /&gt;   at System.Data.Linq.SqlClient.QueryConverter.ConvertOuter&amp;#40;Expression node&amp;#41;&lt;br /&gt;   at System.Data.Linq.SqlClient.SqlProvider.BuildQuery&amp;#40;Expression query, SqlNodeAnnotations annotations&amp;#41;&lt;br /&gt;   at System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute&amp;#40;Expression query&amp;#41;&lt;br /&gt;   at System.Data.Linq.DataQuery&amp;#96;1.System.Collections.Generic.IEnumerable.GetEnumerator&amp;#40;&amp;#41;&lt;br /&gt;   at System.Collections.Generic.List&amp;#96;1..ctor&amp;#40;IEnumerable&amp;#96;1 collection&amp;#41;&lt;br /&gt;   at System.Linq.Enumerable.ToList&amp;#91;TSource&amp;#93;&amp;#40;IEnumerable&amp;#96;1 source&amp;#41;&lt;br /&gt;   at NetSqlAzMan.Cache.StorageCache.BuildStorageCache&amp;#40;String storeNameFilter, String applicationNameFilter&amp;#41;&lt;br /&gt;   at NetSqlAzManWebConsole.rptEffectivePermissions.Page_Load&amp;#40;Object sender, EventArgs e&amp;#41; in D&amp;#58;&amp;#92;Documenti&amp;#92;Visual Studio 2005&amp;#92;Projects&amp;#92;NetSqlAzMan_Solution&amp;#92;NetSqlAzManWebConsole&amp;#92;rptEffectivePermissions.aspx.cs&amp;#58;line 49&lt;br /&gt;   at System.Web.UI.Control.LoadRecursive&amp;#40;&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.HandleError&amp;#40;Exception e&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.ProcessRequest&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.ProcessRequest&amp;#40;&amp;#41;&lt;br /&gt;   at System.Web.UI.Page.ProcessRequest&amp;#40;HttpContext context&amp;#41;&lt;br /&gt;   at ASP.rpteffectivepermissions_aspx.ProcessRequest&amp;#40;HttpContext context&amp;#41; in c&amp;#58;&amp;#92;Windows&amp;#92;Microsoft.NET&amp;#92;Framework64&amp;#92;v4.0.30319&amp;#92;Temporary ASP.NET Files&amp;#92;netsqlazman-webconsole&amp;#92;c0dd8cd5&amp;#92;e68e4f7b&amp;#92;App_Web_y3ngrwl1.5.cs&amp;#58;line 0&lt;br /&gt;   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute&amp;#40;&amp;#41;&lt;br /&gt;   at System.Web.HttpApplication.ExecuteStep&amp;#40;IExecutionStep step, Boolean&amp;#38;amp&amp;#59; completedSynchronously&amp;#41;&lt;br /&gt;</description><author>jagerm</author><pubDate>Wed, 12 Dec 2012 20:17:43 GMT</pubDate><guid isPermaLink="false">Created Issue: Object reference error on Effective Permissions Report [11419] 20121212081743P</guid></item><item><title>Created Issue: Circular Reference not detected if adding item self as member [11044]</title><link>http://netsqlazman.codeplex.com/workitem/11044</link><description>Added a role as a member role of itself by calling API, it got accepted. It might also happen to Tasks and Operations. The Management Console won&amp;#39;t allow this because item itself is taken out of the list but it can be done by calling API.&lt;br /&gt;</description><author>tangrl</author><pubDate>Wed, 01 Aug 2012 20:24:43 GMT</pubDate><guid isPermaLink="false">Created Issue: Circular Reference not detected if adding item self as member [11044] 20120801082443P</guid></item><item><title>Closed Issue: Cache service installer problem [11012]</title><link>http://netsqlazman.codeplex.com/workitem/11012</link><description>For your information - in windows there is some predefined accounts exists &amp;#40;local service, network service, etc&amp;#41;. You can read about them here&amp;#58; http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;windows&amp;#47;desktop&amp;#47;ms684188&amp;#37;28v&amp;#61;vs.85&amp;#37;29.aspx&lt;br /&gt;&lt;br /&gt;So there is a way to launch service without admin account when installer will ask login&amp;#47;password.&lt;br /&gt;Comments: &lt;p&gt;Closed for user bad language &amp;#33;&lt;/p&gt;</description><author>aferende</author><pubDate>Tue, 24 Jul 2012 20:45:19 GMT</pubDate><guid isPermaLink="false">Closed Issue: Cache service installer problem [11012] 20120724084519P</guid></item><item><title>Closed Issue: MMC Console Bug [11013]</title><link>http://netsqlazman.codeplex.com/workitem/11013</link><description>Default settings&lt;br /&gt;&lt;br /&gt;&amp;#91;dbo&amp;#93;.&amp;#91;netsqlazman_GetDBUsers&amp;#93;&lt;br /&gt;SELECT TOP 100 PERCENT CONVERT&amp;#40;VARBINARY&amp;#40;85&amp;#41;, UserID&amp;#41; AS DBUserSid, UserName AS DBUserName, FullName, OtherFields &lt;br /&gt;FROM dbo.UsersDemo&lt;br /&gt;&lt;br /&gt;UsersDemo&amp;#58;&lt;br /&gt;1, Some, Null, Some guy, Null&lt;br /&gt;&lt;br /&gt;netsqlazman_AuthorizationsTable&amp;#58;&lt;br /&gt;1, 1, 0x0105000000000005150000000BA0D01EF2DF57E0806B04E4E903, 2, 0x00000001, 4, 1, NULL, NULL&lt;br /&gt;&lt;br /&gt;Cache building error &amp;#40;Async&amp;#41;&amp;#58;&lt;br /&gt;Destination array is not long enough to copy all the required data. Check array length and offset.&lt;br /&gt;Parameter name&amp;#58; binaryForm&lt;br /&gt;&lt;br /&gt;Stack Track&amp;#58;&lt;br /&gt;   at System.Security.Principal.SecurityIdentifier.CreateFromBinaryForm&amp;#40;Byte&amp;#91;&amp;#93; binaryForm, Int32 offset&amp;#41;&lt;br /&gt;   at NetSqlAzMan.SqlAzManSID..ctor&amp;#40;Byte&amp;#91;&amp;#93; binaryForm, Boolean customSid&amp;#41;&lt;br /&gt;   at NetSqlAzMan.Cache.StorageCache.&amp;#60;&amp;#62;c__DisplayClass89.&amp;#60;BuildStorageCache&amp;#62;b__4a&amp;#40;AuthorizationsResult a&amp;#41;&lt;br /&gt;   at System.Linq.Enumerable.ToDictionary&amp;#91;TSource,TKey,TElement&amp;#93;&amp;#40;IEnumerable&amp;#96;1 source, Func&amp;#96;2 keySelector, Func&amp;#96;2 elementSelector, IEqualityComparer&amp;#96;1 comparer&amp;#41;&lt;br /&gt;   at System.Linq.Enumerable.ToDictionary&amp;#91;TSource,TKey,TElement&amp;#93;&amp;#40;IEnumerable&amp;#96;1 source, Func&amp;#96;2 keySelector, Func&amp;#96;2 elementSelector&amp;#41;&lt;br /&gt;   at NetSqlAzMan.Cache.StorageCache.BuildStorageCache&amp;#40;String storeNameFilter, String applicationNameFilter&amp;#41;&lt;br /&gt;   at NetSqlAzMan.Cache.Service.CacheService.&amp;#60;&amp;#62;c__DisplayClass7.&amp;#60;startStorageBuildCache&amp;#62;b__5&amp;#40;Object o&amp;#41;&lt;br /&gt;Comments: &lt;p&gt;Closed for user bad language &amp;#33;&lt;/p&gt;</description><author>aferende</author><pubDate>Tue, 24 Jul 2012 20:44:47 GMT</pubDate><guid isPermaLink="false">Closed Issue: MMC Console Bug [11013] 20120724084447P</guid></item><item><title>Closed Issue: Lame architecture [11018]</title><link>http://netsqlazman.codeplex.com/workitem/11018</link><description>var context &amp;#61; new NetSqlAzManStorageDataContext&amp;#40;connection&amp;#41;&amp;#59;&lt;br /&gt;context.ApplicationGroupMemberDelete&amp;#40;groupMemberId, null&amp;#41;&amp;#59; &amp;#60;-- ApplicationId is marked as Int&amp;#63; so i legaly can set null here&lt;br /&gt;&lt;br /&gt;Then &lt;br /&gt;&lt;br /&gt;&amp;#91;netsqlazman_ApplicationGroupMemberDelete&amp;#93;&amp;#58;&lt;br /&gt;&amp;#34;...AND dbo.&amp;#91;netsqlazman_CheckApplicationPermissions&amp;#93;&amp;#40;&amp;#64;ApplicationId, 2&amp;#41; &amp;#61; 1&amp;#34;&lt;br /&gt;&lt;br /&gt;&amp;#91;netsqlazman_CheckApplicationPermissions&amp;#93;&lt;br /&gt;&amp;#34;IF &amp;#64;ApplicationId IS NULL OR &amp;#64;ROLEID IS NULL SET &amp;#64;RESULT &amp;#61; 0&amp;#34;&lt;br /&gt;&lt;br /&gt;And that crap everywhere. Man - you need to hire someone to make code review. I&amp;#39;ve never seen so shitty API as here.&lt;br /&gt;Comments: &lt;p&gt;Closed for user bad-language &amp;#33;&lt;br /&gt;&lt;/p&gt;</description><author>aferende</author><pubDate>Tue, 24 Jul 2012 20:44:10 GMT</pubDate><guid isPermaLink="false">Closed Issue: Lame architecture [11018] 20120724084410P</guid></item><item><title>Commented Issue: Lame architecture [11018]</title><link>http://netsqlazman.codeplex.com/workitem/11018</link><description>var context &amp;#61; new NetSqlAzManStorageDataContext&amp;#40;connection&amp;#41;&amp;#59;&lt;br /&gt;context.ApplicationGroupMemberDelete&amp;#40;groupMemberId, null&amp;#41;&amp;#59; &amp;#60;-- ApplicationId is marked as Int&amp;#63; so i legaly can set null here&lt;br /&gt;&lt;br /&gt;Then &lt;br /&gt;&lt;br /&gt;&amp;#91;netsqlazman_ApplicationGroupMemberDelete&amp;#93;&amp;#58;&lt;br /&gt;&amp;#34;...AND dbo.&amp;#91;netsqlazman_CheckApplicationPermissions&amp;#93;&amp;#40;&amp;#64;ApplicationId, 2&amp;#41; &amp;#61; 1&amp;#34;&lt;br /&gt;&lt;br /&gt;&amp;#91;netsqlazman_CheckApplicationPermissions&amp;#93;&lt;br /&gt;&amp;#34;IF &amp;#64;ApplicationId IS NULL OR &amp;#64;ROLEID IS NULL SET &amp;#64;RESULT &amp;#61; 0&amp;#34;&lt;br /&gt;&lt;br /&gt;And that crap everywhere. Man - you need to hire someone to make code review. I&amp;#39;ve never seen so shitty API as here.&lt;br /&gt;Comments: ** Comment from web user: aferende ** &lt;p&gt;First of all I invite you to use a non-offensive language.&lt;br /&gt;If you do not like the code, do not use the project.&lt;br /&gt;Closed.&lt;/p&gt;</description><author>aferende</author><pubDate>Tue, 24 Jul 2012 20:43:27 GMT</pubDate><guid isPermaLink="false">Commented Issue: Lame architecture [11018] 20120724084327P</guid></item><item><title>Created Issue: Lame architecture [11018]</title><link>http://netsqlazman.codeplex.com/workitem/11018</link><description>var context &amp;#61; new NetSqlAzManStorageDataContext&amp;#40;connection&amp;#41;&amp;#59;&lt;br /&gt;context.ApplicationGroupMemberDelete&amp;#40;groupMemberId, null&amp;#41;&amp;#59; &amp;#60;-- ApplicationId is marked as Int&amp;#63; so i legaly can set null here&lt;br /&gt;&lt;br /&gt;Then &lt;br /&gt;&lt;br /&gt;&amp;#91;netsqlazman_ApplicationGroupMemberDelete&amp;#93;&amp;#58;&lt;br /&gt;&amp;#34;...AND dbo.&amp;#91;netsqlazman_CheckApplicationPermissions&amp;#93;&amp;#40;&amp;#64;ApplicationId, 2&amp;#41; &amp;#61; 1&amp;#34;&lt;br /&gt;&lt;br /&gt;&amp;#91;netsqlazman_CheckApplicationPermissions&amp;#93;&lt;br /&gt;&amp;#34;IF &amp;#64;ApplicationId IS NULL OR &amp;#64;ROLEID IS NULL SET &amp;#64;RESULT &amp;#61; 0&amp;#34;&lt;br /&gt;&lt;br /&gt;And that crap everywhere. Man - you need to hire someone to make code review. I&amp;#39;ve never seen so shitty API as here.&lt;br /&gt;</description><author>gfx00</author><pubDate>Tue, 24 Jul 2012 06:04:32 GMT</pubDate><guid isPermaLink="false">Created Issue: Lame architecture [11018] 20120724060432A</guid></item><item><title>Commented Issue: MMC Console Bug [11013]</title><link>http://netsqlazman.codeplex.com/workitem/11013</link><description>Default settings&lt;br /&gt;&lt;br /&gt;&amp;#91;dbo&amp;#93;.&amp;#91;netsqlazman_GetDBUsers&amp;#93;&lt;br /&gt;SELECT TOP 100 PERCENT CONVERT&amp;#40;VARBINARY&amp;#40;85&amp;#41;, UserID&amp;#41; AS DBUserSid, UserName AS DBUserName, FullName, OtherFields &lt;br /&gt;FROM dbo.UsersDemo&lt;br /&gt;&lt;br /&gt;UsersDemo&amp;#58;&lt;br /&gt;1, Some, Null, Some guy, Null&lt;br /&gt;&lt;br /&gt;netsqlazman_AuthorizationsTable&amp;#58;&lt;br /&gt;1, 1, 0x0105000000000005150000000BA0D01EF2DF57E0806B04E4E903, 2, 0x00000001, 4, 1, NULL, NULL&lt;br /&gt;&lt;br /&gt;Cache building error &amp;#40;Async&amp;#41;&amp;#58;&lt;br /&gt;Destination array is not long enough to copy all the required data. Check array length and offset.&lt;br /&gt;Parameter name&amp;#58; binaryForm&lt;br /&gt;&lt;br /&gt;Stack Track&amp;#58;&lt;br /&gt;   at System.Security.Principal.SecurityIdentifier.CreateFromBinaryForm&amp;#40;Byte&amp;#91;&amp;#93; binaryForm, Int32 offset&amp;#41;&lt;br /&gt;   at NetSqlAzMan.SqlAzManSID..ctor&amp;#40;Byte&amp;#91;&amp;#93; binaryForm, Boolean customSid&amp;#41;&lt;br /&gt;   at NetSqlAzMan.Cache.StorageCache.&amp;#60;&amp;#62;c__DisplayClass89.&amp;#60;BuildStorageCache&amp;#62;b__4a&amp;#40;AuthorizationsResult a&amp;#41;&lt;br /&gt;   at System.Linq.Enumerable.ToDictionary&amp;#91;TSource,TKey,TElement&amp;#93;&amp;#40;IEnumerable&amp;#96;1 source, Func&amp;#96;2 keySelector, Func&amp;#96;2 elementSelector, IEqualityComparer&amp;#96;1 comparer&amp;#41;&lt;br /&gt;   at System.Linq.Enumerable.ToDictionary&amp;#91;TSource,TKey,TElement&amp;#93;&amp;#40;IEnumerable&amp;#96;1 source, Func&amp;#96;2 keySelector, Func&amp;#96;2 elementSelector&amp;#41;&lt;br /&gt;   at NetSqlAzMan.Cache.StorageCache.BuildStorageCache&amp;#40;String storeNameFilter, String applicationNameFilter&amp;#41;&lt;br /&gt;   at NetSqlAzMan.Cache.Service.CacheService.&amp;#60;&amp;#62;c__DisplayClass7.&amp;#60;startStorageBuildCache&amp;#62;b__5&amp;#40;Object o&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: gfx00 ** &lt;p&gt;I forgot to say about operation&amp;#58; &lt;br /&gt;1. Create role &amp;#39;Test1&amp;#39;&lt;br /&gt;2. Apply Db user via console&lt;br /&gt;3. Watch Event log &lt;/p&gt;</description><author>gfx00</author><pubDate>Sat, 21 Jul 2012 13:44:43 GMT</pubDate><guid isPermaLink="false">Commented Issue: MMC Console Bug [11013] 20120721014443P</guid></item><item><title>Created Issue: MMC Console Bug [11013]</title><link>http://netsqlazman.codeplex.com/workitem/11013</link><description>Default settings&lt;br /&gt;&lt;br /&gt;&amp;#91;dbo&amp;#93;.&amp;#91;netsqlazman_GetDBUsers&amp;#93;&lt;br /&gt;SELECT TOP 100 PERCENT CONVERT&amp;#40;VARBINARY&amp;#40;85&amp;#41;, UserID&amp;#41; AS DBUserSid, UserName AS DBUserName, FullName, OtherFields &lt;br /&gt;FROM dbo.UsersDemo&lt;br /&gt;&lt;br /&gt;UsersDemo&amp;#58;&lt;br /&gt;1, Some, Null, Some guy, Null&lt;br /&gt;&lt;br /&gt;netsqlazman_AuthorizationsTable&amp;#58;&lt;br /&gt;1, 1, 0x0105000000000005150000000BA0D01EF2DF57E0806B04E4E903, 2, 0x00000001, 4, 1, NULL, NULL&lt;br /&gt;&lt;br /&gt;Cache building error &amp;#40;Async&amp;#41;&amp;#58;&lt;br /&gt;Destination array is not long enough to copy all the required data. Check array length and offset.&lt;br /&gt;Parameter name&amp;#58; binaryForm&lt;br /&gt;&lt;br /&gt;Stack Track&amp;#58;&lt;br /&gt;   at System.Security.Principal.SecurityIdentifier.CreateFromBinaryForm&amp;#40;Byte&amp;#91;&amp;#93; binaryForm, Int32 offset&amp;#41;&lt;br /&gt;   at NetSqlAzMan.SqlAzManSID..ctor&amp;#40;Byte&amp;#91;&amp;#93; binaryForm, Boolean customSid&amp;#41;&lt;br /&gt;   at NetSqlAzMan.Cache.StorageCache.&amp;#60;&amp;#62;c__DisplayClass89.&amp;#60;BuildStorageCache&amp;#62;b__4a&amp;#40;AuthorizationsResult a&amp;#41;&lt;br /&gt;   at System.Linq.Enumerable.ToDictionary&amp;#91;TSource,TKey,TElement&amp;#93;&amp;#40;IEnumerable&amp;#96;1 source, Func&amp;#96;2 keySelector, Func&amp;#96;2 elementSelector, IEqualityComparer&amp;#96;1 comparer&amp;#41;&lt;br /&gt;   at System.Linq.Enumerable.ToDictionary&amp;#91;TSource,TKey,TElement&amp;#93;&amp;#40;IEnumerable&amp;#96;1 source, Func&amp;#96;2 keySelector, Func&amp;#96;2 elementSelector&amp;#41;&lt;br /&gt;   at NetSqlAzMan.Cache.StorageCache.BuildStorageCache&amp;#40;String storeNameFilter, String applicationNameFilter&amp;#41;&lt;br /&gt;   at NetSqlAzMan.Cache.Service.CacheService.&amp;#60;&amp;#62;c__DisplayClass7.&amp;#60;startStorageBuildCache&amp;#62;b__5&amp;#40;Object o&amp;#41;&lt;br /&gt;</description><author>gfx00</author><pubDate>Sat, 21 Jul 2012 13:41:07 GMT</pubDate><guid isPermaLink="false">Created Issue: MMC Console Bug [11013] 20120721014107P</guid></item><item><title>Created Issue: Cache service installer problem [11012]</title><link>http://netsqlazman.codeplex.com/workitem/11012</link><description>For your information - in windows there is some predefined accounts exists &amp;#40;local service, network service, etc&amp;#41;. You can read about them here&amp;#58; http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;windows&amp;#47;desktop&amp;#47;ms684188&amp;#37;28v&amp;#61;vs.85&amp;#37;29.aspx&lt;br /&gt;&lt;br /&gt;So there is a way to launch service without admin account when installer will ask login&amp;#47;password.&lt;br /&gt;</description><author>gfx00</author><pubDate>Sat, 21 Jul 2012 10:00:42 GMT</pubDate><guid isPermaLink="false">Created Issue: Cache service installer problem [11012] 20120721100042A</guid></item><item><title>Created Issue: InvalidOperationException in the GetDBUser [10791]</title><link>http://netsqlazman.codeplex.com/workitem/10791</link><description>System.InvalidOperationException was unhandled by code&amp;#58;&lt;br /&gt;  var user &amp;#61; _storageCache.Storage&amp;#91;_storeName&amp;#93;&amp;#91;_applicationName&amp;#93;.GetDBUser&amp;#40;genericIdentity.Name&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Invalid operation. The connection is closed.&lt;br /&gt;&lt;br /&gt;   в System.Data.SqlClient.SqlConnection.GetOpenConnection&amp;#40;&amp;#41;&lt;br /&gt;   в System.Data.SqlClient.SqlConnection.get_Parser&amp;#40;&amp;#41;&lt;br /&gt;   в System.Data.SqlClient.SqlConnection.Open&amp;#40;&amp;#41;&lt;br /&gt;   в System.Data.Common.DbDataAdapter.FillInternal&amp;#40;DataSet dataset, DataTable&amp;#91;&amp;#93; datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior&amp;#41;&lt;br /&gt;   в System.Data.Common.DbDataAdapter.Fill&amp;#40;DataTable&amp;#91;&amp;#93; dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior&amp;#41;&lt;br /&gt;   в System.Data.Common.DbDataAdapter.Fill&amp;#40;DataTable dataTable&amp;#41;&lt;br /&gt;   в NetSqlAzMan.LINQ.NetSqlAzManStorageDataContext.GetDBUsersEx&amp;#40;String storeName, String applicationName, Byte&amp;#91;&amp;#93; dBUserSid, String dBUserName&amp;#41;&lt;br /&gt;   в NetSqlAzMan.SqlAzManApplication.GetDBUser&amp;#40;String userName&amp;#41;&lt;br /&gt;   в EW.USSDNavigator.DEAMServer.Security.SecurityManager.CreateIdentity&amp;#40;GenericIdentity genericIdentity&amp;#41;&lt;br /&gt;</description><author>dk_z</author><pubDate>Wed, 23 May 2012 07:18:45 GMT</pubDate><guid isPermaLink="false">Created Issue: InvalidOperationException in the GetDBUser [10791] 20120523071845A</guid></item><item><title>Created Issue: Need static method to create the database for Code First [10760]</title><link>http://netsqlazman.codeplex.com/workitem/10760</link><description>Hi, &lt;br /&gt; &lt;br /&gt;    I am implementing NetSqlAzMan in a new project that uses Entity Framework 4.3.1 code first design. It would be very helpful to have a static method in the .NET SQL AzMan library that could create the entire database structure, including tables, stored procedures, T-SQL functions, etc. for that specific version of the library. I am aware of the SQL script to do so through Query Analyzer but it becomes quite repetitive when doing code-first development.&lt;br /&gt;&lt;br /&gt;    Any alternate suggestions are welcomed.&lt;br /&gt;&lt;br /&gt;Chris&lt;br /&gt;</description><author>alphadon</author><pubDate>Mon, 14 May 2012 23:42:33 GMT</pubDate><guid isPermaLink="false">Created Issue: Need static method to create the database for Code First [10760] 20120514114233P</guid></item><item><title>Commented Issue: Select Users or Groups: Incorrectly assigned WhereDefined.Local [10614]</title><link>http://netsqlazman.codeplex.com/workitem/10614</link><description>When selecting Windows user from Entire Directory location, WhereDefined property is incorrectly assigned as WhereDefined.Local &amp;#40;Should be&amp;#58; WhereDefined.LDAP&amp;#41;.&lt;br /&gt;This is caused by the fact, that &amp;#34;Entire Directory&amp;#34; ADS path is starting with GC&amp;#58;&amp;#47;&amp;#47; prefix &amp;#40;not LDAP&amp;#58;&amp;#47;&amp;#47;&amp;#41;, where GC means Global Catalog.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m proposing changes to following files&amp;#58;&lt;br /&gt;&amp;#92;NetSqlAzMan&amp;#92;NetSqlAzMan.SnapIn&amp;#92;Forms&amp;#92;frmApplicationGroupsProperties.cs&lt;br /&gt;&amp;#92;NetSqlAzMan&amp;#92;NetSqlAzMan.SnapIn&amp;#92;Forms&amp;#92;frmItemAuthorizations.cs&lt;br /&gt;&amp;#92;NetSqlAzMan&amp;#92;NetSqlAzMan.SnapIn&amp;#92;Forms&amp;#92;frmStoreGroupsProperties.cs&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;Comments: ** Comment from web user: 0xfeeddeadbeef ** &lt;p&gt;Attached .patch files for convenience.&lt;/p&gt;</description><author>0xfeeddeadbeef</author><pubDate>Mon, 14 May 2012 06:15:31 GMT</pubDate><guid isPermaLink="false">Commented Issue: Select Users or Groups: Incorrectly assigned WhereDefined.Local [10614] 20120514061531A</guid></item><item><title>Created Issue: Select User or Group: Incorrectly assigned WhereDefined.Local [10614]</title><link>http://netsqlazman.codeplex.com/workitem/10614</link><description>When selecting Windows user from Entire Directory location, WhereDefined property is incorrectly assigned as WhereDefined.Local &amp;#40;Should be&amp;#58; WhereDefined.LDAP&amp;#41;.&lt;br /&gt;This is caused by the fact, that &amp;#34;Entire Directory&amp;#34; ADS path is starting with GC&amp;#58;&amp;#47;&amp;#47; prefix &amp;#40;not LDAP&amp;#58;&amp;#47;&amp;#47;&amp;#41;, where GC means Global Catalog.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m proposing changes to following files&amp;#58;&lt;br /&gt;&amp;#92;NetSqlAzMan&amp;#92;NetSqlAzMan.SnapIn&amp;#92;Forms&amp;#92;frmApplicationGroupsProperties.cs&lt;br /&gt;&amp;#92;NetSqlAzMan&amp;#92;NetSqlAzMan.SnapIn&amp;#92;Forms&amp;#92;frmItemAuthorizations.cs&lt;br /&gt;&amp;#92;NetSqlAzMan&amp;#92;NetSqlAzMan.SnapIn&amp;#92;Forms&amp;#92;frmStoreGroupsProperties.cs&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;</description><author>0xfeeddeadbeef</author><pubDate>Fri, 06 Apr 2012 09:57:37 GMT</pubDate><guid isPermaLink="false">Created Issue: Select User or Group: Incorrectly assigned WhereDefined.Local [10614] 20120406095737A</guid></item><item><title>Closed Issue: The SqlDataAdapter is not wrapped up in a using statement [10538]</title><link>http://netsqlazman.codeplex.com/workitem/10538</link><description>Andrea,&lt;br /&gt;&lt;br /&gt;It could be an issue in GetDBUsersEx method of NetSqlAzManStorageDataContext. The SqlDataAdapter is not wrapped up in a using statement, therefor it&amp;#39;s not &amp;#34;disposed&amp;#34;, which causes its DataReader not closed. I can fix it tonight.&lt;br /&gt;&lt;br /&gt;Let me know your thoughts.&lt;br /&gt;&lt;br /&gt;Richard&lt;br /&gt;Comments: Resolved with changeset 75023.</description><author>tangrl</author><pubDate>Thu, 22 Mar 2012 05:03:42 GMT</pubDate><guid isPermaLink="false">Closed Issue: The SqlDataAdapter is not wrapped up in a using statement [10538] 20120322050342A</guid></item><item><title>Created Issue: The SqlDataAdapter is not wrapped up in a using statement [10538]</title><link>http://netsqlazman.codeplex.com/workitem/10538</link><description>Andrea,&lt;br /&gt;&lt;br /&gt;It could be an issue in GetDBUsersEx method of NetSqlAzManStorageDataContext. The SqlDataAdapter is not wrapped up in a using statement, therefor it&amp;#39;s not &amp;#34;disposed&amp;#34;, which causes its DataReader not closed. I can fix it tonight.&lt;br /&gt;&lt;br /&gt;Let me know your thoughts.&lt;br /&gt;&lt;br /&gt;Richard&lt;br /&gt;</description><author>aferende</author><pubDate>Tue, 20 Mar 2012 21:10:36 GMT</pubDate><guid isPermaLink="false">Created Issue: The SqlDataAdapter is not wrapped up in a using statement [10538] 20120320091036P</guid></item><item><title>Commented Issue: NullReferenceException with UserPermissionCache [8604]</title><link>http://netsqlazman.codeplex.com/workitem/8604</link><description>Calling the WindowsIdentity overload for UserPermissionCache&amp;#40;...&amp;#41; causes a NullReferenceException.&lt;br /&gt;&lt;br /&gt;Database engine&amp;#58; SQLSERVER 2000&lt;br /&gt;OS&amp;#58; Windows 2003 SBS&lt;br /&gt;&lt;br /&gt;I&amp;#39;m using NetSqlAzMan from an ASP.NET 3.5 application with Windows auth and Delegation enabled.&lt;br /&gt;&lt;br /&gt;On development &amp;#40;WinXP&amp;#41; I use SQLSERVER 2008 EXPRESS without problems. I just have to point the DataSource attribute on Web.config to the local development machine to make it work.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m still working on dev machine. The app will be on the same server we&amp;#39;re having trouble with.&lt;br /&gt;&lt;br /&gt;There&amp;#39;re no diferences between development and deployment configs for NetSqlAzMan Storage an the Application.&lt;br /&gt;Comments: ** Comment from web user: petm ** &lt;p&gt;FYI, I have added the info that I was able to find, based on these posts and my own testing, into patch 11632.&lt;/p&gt;</description><author>petm</author><pubDate>Wed, 14 Mar 2012 01:32:03 GMT</pubDate><guid isPermaLink="false">Commented Issue: NullReferenceException with UserPermissionCache [8604] 20120314013203A</guid></item></channel></rss>