Errors



System.Security.Cryptography.CryptographicException: Keyset does not exist or Access is denied.

Posted on: 11/11/2008

This article provides a possible solution to fix the following exception: System.Security.Cryptography.CryptographicException - Keyset does not exist or Access is denied.


System.Data.OracleClient.OracleException: ORA-01460: unimplemented or unreasonable conversion requested

Posted on: 12/05/2007

If you are using the Microsoft Oracle provider to call an Oracle Stored Procedure and passing a lot of data to a CLOB parameter, you get the following exception: ORA-01460: unimplemented or unreasonable conversion requested. This article will describe how to fix this.


Nullable type fields not showing up in GridView

Posted on: 8/20/2007

When you have a collection of objects with nullable datatype members, they don't get rendered when binding to a GridView automatically.


Client application does not recieve any soap exceptions when the web service property named "OneWay" is set to true

Posted on: 8/13/2007

This article is about the OneWay property effects on a web service method


DropDownList OnSelectedIndexChanged Event Not Firing

Posted on: 7/18/2007

This article will help you troubleshoot why the OnSelectedIndexChanged Event is not firing for a DropDownList.


HttpHandler Session Error: Session state can only be used when enableSessionState is set to true

Posted on: 6/06/2007

This error occurs when trying to access the session object inside a HttpHandler.


Losing your mind over your MemoryStream

Posted on: 5/25/2007

After writing to the MemoryStream object, the MemoryStream object seems to have nothing in it when trying to use it. This article will describe how to resolve this issue.


Passing QueryString values with plus signs in the Url become spaces

Posted on: 5/16/2007

When trying to retrieve a QueryString value with plus signs, the plus signs are automatically converted to a space. This article will describe how to resolve this problem.


A constant value is expected

Posted on: 4/24/2007

A constant value is expected when using a switch statement in c#


Code blocks are not supported in this context.

Posted on: 4/23/2007

This error occurs when you are trying to dynamically bind a label to a ListItem of a DropDownList in the ASPX page.


Invalid URI: The Uri scheme is too long.

Posted on: 4/12/2007

Invalid URI: The Uri scheme is too long.