This is a migrated thread and some comments may be shown as answers.

Ignore GAC module, use the Bin to Build

1 Answer 647 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Marianne
Top achievements
Rank 1
Marianne asked on 01 Dec 2017, 04:56 PM

I am working on a laptop maintaining web applications for 2 different clients
they both purchased Telerik - Web UI for Ajax - yay
unfortunately, different versions - the main client just bought it but the other client has the version from 2013
I need to write a simple CRUD page and WOULD LOVE TO USE A RADGRID not go back to Microsoft's GridView (ugh!)
how do I configure the web config to ignore the version in the GAC?

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 04 Dec 2017, 12:23 PM
Hello Marianne,

The Telerik Web UI assemblies are standard .NET assemblies and all deployment rules apply to them. The CopyLocal=True attribute should be set in Visual Studio too.
You can put the Telerik.Web.UI.dll in the bin folder of the project, add reference to it in the project and remove all fully qualified names of this assembly in the web.config file.

You can find more information and ideas in these online resources:

Regards,
Rumen
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
General Discussions
Asked by
Marianne
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or