|
|
Errors
If your getting the following error in ASP.NET Crystal Report or Tnsping
ora-12154: TNS:could not resolve service name
Here's a possible solution.
Posted by LazyAssCoder on Nov 26, 2008
1999 Views
This article provides a possible solution to fix the following exception: System.Security.Cryptography.CryptographicException - Keyset does not exist or Access is denied.
Posted by LazyAssCoder on Nov 11, 2008
4143 Views
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.
Posted by LazyAssCoder on Dec 05, 2007
2677 Views
When you have a collection of objects with nullable datatype members, they don't get rendered when binding to a GridView automatically.
Posted by LazyAssCoder on Aug 20, 2007
172 Views
This article is about the OneWay property effects on a web service method
Posted by LazyAssCoder on Aug 13, 2007
95 Views
This article will help you troubleshoot why the OnSelectedIndexChanged Event is not firing for a DropDownList.
Posted by LazyAssCoder on Jul 18, 2007
94 Views
This error occurs when trying to access the session object inside a HttpHandler.
Posted by LazyAssCoder on Jun 06, 2007
868 Views
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.
Posted by LazyAssCoder on May 25, 2007
104 Views
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.
Posted by LazyAssCoder on May 16, 2007
102 Views
A constant value is expected when using a switch statement in c#
Posted by LazyAssCoder on Apr 24, 2007
2242 Views
This error occurs when you are trying to dynamically bind a label to a ListItem of a DropDownList in the ASPX page.
Posted by LazyAssCoder on Apr 23, 2007
1896 Views
Invalid URI: The Uri scheme is too long.
Posted by LazyAssCoder on Apr 12, 2007
2457 Views
|
|