in

DotNetDeveloper

Bits o this Bits o that

Browse by Tags

  • cryptographic failure while signing assembly

    The problem is that you cannot delete a key and you cannot add the key as you do not have access to the key to delete it and the .NET framework cannot add it because of constraints on the StrongName data store. The solution is to give yourself access to C:\Documents and Settings\AllUsers\ApplicationData...
    Posted to SharePoint (Weblog) by Steve on 08-26-2009
  • c# how to sort an ArrayList alphabetically

    With an ArrayList populated with strings we all know this is easy you call just the ArrayList.Sort() method. However if you have objects within your ArrayList then its a different matter as when you sort you get the following error message (At least one object must implement IComparable) To get round...
    Posted to Asp.Net (Weblog) by Steve on 07-03-2008
  • A potentially dangerous Request.Form value was detected

    This issue is caused by a form element within your page posting back what it believes to be HTML code. The text does not need to be a full HTML statement, but anything with open and close brackets (<>). This is actually a fantastic error because it is an inbuilt security device offered by Asp.Net...
    Posted to Asp.Net (Weblog) by Steve on 02-05-2008
Page 1 of 1 (3 items)
DotNetDeveloper.co.uk
Powered by Community Server (Non-Commercial Edition), by Telligent Systems