c# - TwitterBootstrapMVC Could not load file or assembly 'Portable.Licensing, Version=1.0.0.0 -
i trying https://www.twitterbootstrapmvc.com/ work:
mvc 5, .net 4.51 nuget 2.85 installed via nuget twitterbootstrapmvc5 followed instructions licence file , installed in root of application described verified expected packages installed:_
pm> install-package twitterbootstrapmvc5 attempting resolve dependency 't4mvcextensions (≥ 3.6.5)'. attempting resolve dependency 'portable.licensing (≥ 1.1.0)'. 'twitterbootstrapmvc5 3.13.10' installed. myapp.web has reference 'twitterbootstrapmvc5 3.13.10'. pm> install-package portable.licensing 'portable.licensing 1.1.0' installed. myapp.web has reference 'portable.licensing 1.1.0'.
however load view helper in get:
could not load file or assembly 'portable.licensing, version=1.0.0.0, culture=neutral, publickeytoken=null' or 1 of dependencies. scheme cannot find file specified. description: unhandled exception occurred during execution of current web request. please review stack trace more info error , originated in code. exception details: system.exception: not load file or assembly 'portable.licensing, version=1.0.0.0, culture=neutral, publickeytoken=null' or 1 of dependencies. scheme cannot find file specified. source error: line 7: line 8: line 9: @using (var f = html.bootstrap().begin(new form())) line 10: { line 11: @f.formgroup().textboxfor(x => x.abbreviationcode).placeholder("abreviation code")
any ideas need finds licensing assembly?
i got same issue , fixed referencing portable.licensing.dll
c# asp.net-mvc twitter-bootstrap
No comments:
Post a Comment