Base solution for your next web application

Activities of "lcyhjx"

Thanks your clarification. Hikalkan.

Hi,

I create a sample SimpleTaskSystem project which using angualjs and entityframework. When I run it, If found, there are many SginalR http requests sent out? I didn't see any introduction about SignalR used in asp.net boilerplate in the articles. So, I would like to know, what the SignalR used for in the sample project? If I would like to use SignalR to push service notification to client by using asp.net boilerplate, Is there a sample I can follow?

1 go to <a class="postlink" href="http://www.aspnetboilerplate.com/Templates">http://www.aspnetboilerplate.com/Templates</a> to create a new project (AngularJs + EntityFramework) 2 Run it in local, works fine. the version of abp.dll is 0.5.5.0 3 go to nuget, update abp.dll to 0.5.12.1 4 run it again, the error "Cannot read property 'AbpWeb' of undefined" is thrown 5 go to nuget, update abp.web.dll to 0.5.12.0 6 run it agian, the issue is disapper, works fine agian. May help you.

I encountered same issue. I re-produced it and fixed it as following: 1 go to <a class="postlink" href="http://www.aspnetboilerplate.com/Templates">http://www.aspnetboilerplate.com/Templates</a> to create new project (AngularJs + Entity Framework) 2 run in local, works fine - abp.dll version is 0.5.5.0 3 Go to Nuget, update abp.dll version to 0.5.12.1 4 Run the project again, the exception "Cannot read property 'AbpWeb' of undefined" is thrown 5 Go to Nuget, update abp.web.dll to 0.5.12.0 6 run the project again, the issue is disapper. May help you.

Showing 51 to 54 of 54 entries