sharp architecture question - no strongly typed views
I am trying to get my head around the sharp architecture and used the visual studio template as described on the web:
http://wiki.sharparchitecture.net/VSTemplatesAndCodeGen.ashx
开发者_如何学JAVAThis is all cool. Unfortunately, I cannot add a strongly typed view as easily as I am used to ‘under’ asp.net mvc.
What can I do to ‘enable’ this in VS 2008 Prof? I have also installed asp.net mvc 2.0 and would like to reflect this in my ‘vs studio sharp environment’.
Any pointers would be very much appreciated. Many thanks in advance.
Best wishes,
Christian
I found this which did the trick:
http://groups.google.com/group/sharp-architecture/browse_thread/thread/43c5131456719b39/cae8904a0a8f2c0e?lnk=gst&q=view+template#cae8904a0a8f2c0e
精彩评论