I'm writing a fairly simple Windows Forms tool to help me perform some things on a database. I frequently need to go to the database to get IDs and I can't do away with getting the IDs.
I found some references to it such as this one, which all suggest I should be looking for System.Runtime.Caching, but when I go to Add Reference, There are no System.Runtime.Caching components.
Am I missing something here?