I have my Website on Uaas and I'm trying to RouteHijack one of the Documenttypes.
The used the automatic Project setup so I have my Models and Controllers in a seperate Project "mypage-website-uaas.Core" while the views are in the project "mypage-website-uaas.Web".
To create a new Model I derived my class from "RenderModel". And I created a controller which generates the data for this model.
Now I want to create a view in the "mypage-website-uaas.Web" but I cant use the created Model.
ViewModel not known in Project
I have my Website on Uaas and I'm trying to RouteHijack one of the Documenttypes.
The used the automatic Project setup so I have my Models and Controllers in a seperate Project "mypage-website-uaas.Core" while the views are in the project "mypage-website-uaas.Web".
To create a new Model I derived my class from "RenderModel". And I created a controller which generates the data for this model.
Now I want to create a view in the "mypage-website-uaas.Web" but I cant use the created Model.
This doesnt work.
Hi NDDT,
Why you can't use the created model?
Is it accessible?
Thanks,
Alex
Visual Studio shows an error that it doesnt know about that model. I'm wondering how to fix that.
The required dll is in the bin-Folder
is working on a reply...