Hi,
.NET provides a standard mechanism to resolve any needed assembly via the AssemblyResolve event (https://msdn.microsoft.com/en-us/library/system.appdomain.assemblyresolve(v=vs.110).aspx).
Besides self-implementing this event there are tools (like SmartAssembly) which use this mechanism.
We use this mechanism to make application deployment (including ASP.NET applications) as painless and easy as possible.
With Telerik ASP.NET this does not work :-(
Please provide some way/sample/API to make it possible to embed Telerik ASP.NET assemblies.
Thanks in advance.
Best Regards
Yahia El-Qasem