|
Subject:
|
Chapter 6 Problem
|
|
Posted By:
|
Dennis Mollet
|
Post Date:
|
8/15/2005 1:48:54 PM
|
I'm having a problem with the code on pages 131-132. When I run the project I get an error:
"An unhandled exception of type 'System.Security.SecurityException' occurred in Time Tracker.exe" and the "Call LoadProjects()" line is highlighted.
If I wrap the "Call LoadProjects()" in a try-catch, I get the following exception:
"Request Failed."
Any idea what I'm doing wrong? Does this have anything to do with the fact that when I open the project it says "The project location is not fully trusted by the .NET runtime..."???
Let me know,
Dennis
|
|
Reply By:
|
Dennis Mollet
|
Reply Date:
|
8/15/2005 1:56:21 PM
|
Funny thing...I looked at the code for 2 days, then as soon as I posted my problem I figured it out ;p.
Two things, in case anyone cares: First, I had the project saved on a network share, so I just moved the whole project. Second, my .config file had a capital V in "value"
Dennis
|