Hi,
i'm trying to create a strongly-typed view using Visual Studio 2008. I can right-click a controller action and choose: Add view... In the next dialog window there is an option 'Create a strongly-typed view'. If I check this option I can select a list of classes that are in my current project.
However I cannot select the class I need which is in a class-library that I referenced.
- The classlibrary is a strongly-typed assembly which is loaded in the GAC.
- Obviously the library is referenced in the project.
- I've added a <add namespace="namespace" /> in web.config
- I've rebuilt multiple times, and restarted VS
- Classlibrary doesn't have any problems...
Any suggestions?