Guest User

Untitled

a guest
Jan 19th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. mscorlib.dll!System.StringComparer.GetHashCode(object obj) + 0xc bytes
  2. mscorlib.dll!System.Collections.Hashtable.GetHash(object key) + 0x10 bytes
  3. mscorlib.dll!System.Collections.Hashtable.InitHash(object key, int hashsize, out uint seed, out uint incr) + 0xf bytes
  4. mscorlib.dll!System.Collections.Hashtable.Remove(object key) + 0x38 bytes
  5. System.dll!System.Collections.Specialized.NameObjectCollectionBase.BaseRemove(string name) + 0x2e bytes
  6. System.Web.dll!System.Web.SessionState.SessionStateItemCollection.Remove(string name) + 0x56 bytes
  7. System.Web.dll!System.Web.SessionState.HttpSessionStateContainer.Remove(string name) + 0xc bytes
  8. System.Web.dll!System.Web.HttpSessionStateWrapper.Remove(string name) + 0xf bytes
  9. Dive7.Site.dll!Dive7.Site.D7WebViewPage<object>.IsAdmin.get() Line 56 + 0x19 bytes C#
  10.  
  11. mscorlib.dll!System.StringComparer.GetHashCode(object obj) + 0x33 bytes
  12. mscorlib.dll!System.Collections.Hashtable.GetHash(object key) + 0x10 bytes
  13. mscorlib.dll!System.Collections.Hashtable.InitHash(object key, int hashsize, out uint seed, out uint incr) + 0xf bytes
  14. mscorlib.dll!System.Collections.Hashtable.Remove(object key) + 0x38 bytes
  15. System.dll!System.Collections.Specialized.NameObjectCollectionBase.BaseRemove(string name) + 0x2e bytes
  16. System.Web.dll!System.Web.SessionState.SessionStateItemCollection.Remove(string name) + 0x56 bytes
  17. System.Web.dll!System.Web.SessionState.HttpSessionStateContainer.Remove(string name) + 0xc bytes
  18. System.Web.dll!System.Web.HttpSessionStateWrapper.Remove(string name) + 0xf bytes
  19. Dive7.Site.dll!Dive7.Site.D7WebViewPage<object>.IsAdmin.get() Line 56 + 0x19 bytes C#
  20.  
  21. <appSettings>
  22. <add key="webpages:Version" value="1.0.0.0"/>
  23. <add key="ClientValidationEnabled" value="true"/>
  24. <add key="UnobtrusiveJavaScriptEnabled" value="true"/>
  25. </appSettings>
  26.  
  27. <Reference Include="System.Web.WebPages"/>
  28. <Reference Include="System.Web.Helpers" />
  29.  
  30. <Reference Include="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  31. <SpecificVersion>False</SpecificVersion>
  32. <HintPath>........Program Files (x86)Microsoft ASP.NETASP.NET Web Pagesv1.0AssembliesSystem.Web.WebPages.dll</HintPath>
  33. </Reference>
  34. <Reference Include="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  35. <SpecificVersion>False</SpecificVersion>
  36. </Reference>
  37.  
  38. <Reference Include="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL "/>
  39. <Reference Include="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
Add Comment
Please, Sign In to add comment