I am trying to determine what could be causing the registry keys to be open when I have no code form them.
I am thinking the problem can be one of the following:
1.objects are created? would you dispose of all the objects?2. The connections to the database are linq to sql statements. Is there a way to close all the objects?3. When I create a linq to sql database object, should I be disposing of each object after it is no longer needed?