Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jaso77

    Help with Caching in C#

    Yes I am running my application as a console application. Does that mean that the Cache class can only be used in web applications?
  2. jaso77

    Help with Caching in C#

    when I compile the code below it compiles successfully. But when i run it it gives me the following error: Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object. What am i doing wrong? using System.IO; using System; using System.Web; using...

Part and Inventory Search

Back
Top