Hello, I'm trying to setup the example explained in the white paper "Creating a web application" and everything seems to finish perfectly, but when I try to debug the solution I can't because of a lot of errors related with the class LoadPropertySystem. For example: LoadPropertySystem.Byte[](_lastChanged, DTOProject.LastChanged); When you put the mouse over the text, the following text is shown: "The type or namespace name LoadPropertySystem could not be found (are you missing a using directive or an assembly?) It seems that I have to add an assembly but, which one? Thanks for advance! |