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?