Hi, I hope this was not answered before, if so - I would like the reference. My problem is that after I change some App_code file and build the site, the Error List only shows compilation errors on other App_Code files, and on the DestopModules files that are open in the IDE, but not on the closed DesktopModules files. Foe example, if i have a Company object under Add_Code with public property CompanyId, if I change the property name to CompanyId2, and then build, I will only see the App_code files that now has compilation errors. If I now open a DM file that has an error in it - I will see that error. If I close that file - the error disappears. What to do? |