Anonymous - 2010-01-19

To fix this problem I did two things (not sure what the actual cause was or which on fixed it)...

1) I rebuilt the source code and added the debug dll as a reference in the solution
2) I moved the website location out of my "My Documents" folder (i.e. the default location that Visual Studio wants to put all of your files) and put it in a C:\Development folder. I did this because on the PC that I use at work "My Documents" folder Synchronises with a network location and as far as .NET was concerned my solution & website were running from a Network location rather than from my PC hard drive. This caused security problems and .NET didn't let the application 'see' the windows\fonts folder.

Best of luck !