vs2013、Windows7 1、select Multi Page Web Application download
2、nuget Microsoft.AspNet.WebApi.HelpPage
3、when view WebApi action Description ,like: <a class="postlink" href="http://localhost:61759/Help/Api/GET-api-MyTestWebApi-GetString">http://localhost:61759/Help/Api/GET-api ... -GetString</a>
4、dubug : at Areas\HelpPage\Views\Help\DisplayTemplatesHelpPageApiModel.cshtml Samples error: D:\ project \MyWeb\MyWeb.Web\Areas\HelpPage\Views\Help\DisplayTemplates\Samples.cshtml (6): error CS0012: Type "System.Collections.Generic.Dictionary'2 <T0,T1>" defined in the Assembly that is not referenced. You must add the assemblies "System.Collections, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" reference.
but If you set up a separate project, you do not have this error。
Anyone encountered this problem? Can anyone help me find the cause of the problem Thank you ~ ~
Hi I am learning. When I download ABP + module zero, I don't understand why Web of layers depends on the Core User, Role entities. Isn't it should build data transfer objects to register, log in? Dependent on application layer. May I ask why you want to do? Thanks