I don't know what I did but when I compile my web app and go run it in a web browser I get the following error:
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0006: Metadata file 'c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\expensereimbursment.gui\1512b04c\9c0cf0a7\ assembly\dl2\eafb3e9e\00cd9e21_48ffc401\sd.llblgen.pro.ormsupportclasses.net11.dll' could not be found
Now if I recompile again it will work. So basically I have to compile twice every time as I debug the app. I have tired removing and reading the reference to sd.llblgen.pro.ormsupportclasses.net11.dll but the problem still persists. I have been living with it for a couple of days now but I cannot take it any longer. I realize this is probably not a problem specific to llblgen but since it is an llblgen assembly I thought that I would trying posting here. Anybody have any ideas?