开发者

What is relationship between App_Licenses.dll and licx?

开发者 https://www.devze.com 2023-04-10 02:43 出处:网络
I am trying to understand how the licensing works in ASP.NET. There is l开发者_如何学Pythonicx file, App_Licenses.dll file. And then there is a difference between how the licensing works for a WebSite

I am trying to understand how the licensing works in ASP.NET. There is l开发者_如何学Pythonicx file, App_Licenses.dll file. And then there is a difference between how the licensing works for a WebSite and a WebApp project.

Any insight into these would be of great help. Links, explanation are most welcome.

Thanks.


I'm not sure of any differences between WebSite and WebApp, but with a licx file, it is compiled into the app_Licenses.dll file. If its not generating for you - you can right click on your licx file and regenerate the dll.

As per MS -

http://connect.microsoft.com/VisualStudio/feedback/details/499908/app-license-dll-can-not-be-generated-automatically-in-asp-net-website

In a web application project, manually copy the .lic file to /bin folder. In a Website, this is done automatically.

At this pointm refresh the designer or rerun the project and the licensed control should work as expected.

Note: App_LICENSES.dll isn't required in a WAP. In Websites, App_LICENSES.dll is generated to contain the LICX as an embedded resource. In WAP, there is a project assembly which contains the embedded LICX resource, so a separate DLL is not necessary

0

精彩评论

暂无评论...
验证码 换一张
取 消