Declined
Last Updated: 03 Jan 2020 21:18 by Yahia
Yahia
Created on: 12 Sep 2016 10:51
Category: UI for ASP.NET AJAX
Type: Feature Request
1
embed assemblies Telerik asp.net
.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
2 comments
Yahia
Posted on: 03 Jan 2020 21:18

Hi Rumen,

thank you for your comment.

I know about those options BUT this does NOT help me.

The goal is to ease deployment as much as possible.

.NET provides official ways to embed .NET assemblies - this works fine with all 3rd-party DLLs we use EXCEPT for Telerik.

What I am asking is basically:

Please provide some way/mechanism so that the .NET standard embedding technique works with Telerik ASP.NET assemblies too.

 

Best Regards

Yahia

ADMIN
Rumen
Posted on: 03 Jan 2020 16:45

Hi Yahia,

The Telerik.Web.UI.dll is a standard .NET assembly and as such, you can reference it from other folders and location:

  • via the reference functionality of Visual Studio which modifies the solution sln file of the application.
  • via the GAC - see Using the Global Assembly Cache.

Those are the standard methods that the majority of the customers and ASP.NET developers work with.

Regards,
Rumen
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.