partials and new classes not being compiled

Posts   
 
    
peschkaj
User
Posts: 30
Joined: 21-Sep-2006
# Posted on: 03-Oct-2007 03:59:24   

we have added a new partial class, and a new static class to a project in studio 2005 (llblgen pro v2.5). When we go to compile, the new classes/methods are not showing up in a project that references this library. The classes are both marked public. The partial (which is a partial of a generated entity) was visible in intellisense until we regenerated the code.

I cannot figure out why this would be happening. Any thoughts or suggestions would be greatly appreciated.

Thanks,

Jeremiah

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 03-Oct-2007 11:14:04   

we have added a new partial class, and a new static class to a project in studio 2005 (llblgen pro v2.5). When we go to compile, the new classes/methods are not showing up in a project that references this library.

Most probably the application is referncing an old version of the library. Would you try to reference the library/generated code as a project not as a dll. (Add the project to the same solution of the application and add a reference to the generated project). Then re-build everything.

The classes are both marked public. The partial (which is a partial of a generated entity) was visible in intellisense until we regenerated the code.

Are you sure these classes still exist after re-generation?