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

Deployment Issue

3 Answers 95 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Keith Jusas
Top achievements
Rank 1
Keith Jusas asked on 24 Jan 2011, 10:07 PM
We have included a bunch of Telerik's controls to our windows based application. One of them is Gridview control. While creating a deployment package, we have added all the dlls that are required - one of them is Telerik.Wincontrols.GridView.dll. When we try to install our application on our client's machine, it gives us an error - Unable to load file or reference to Telerik.Wincontrols.Gridview.dll. The dll is physicially present on the machine.
What are we missing here?

3 Answers, 1 is accepted

Sort by
0
Accepted
Richard Slade
Top achievements
Rank 2
answered on 24 Jan 2011, 10:15 PM
Hello Keith,

Where do you have the assembly located? There are also other assemblies that you will need to deploy RadGridView. These are:
  • Telerik.WinControls
  • Telerik.WinControls.UI
  • Telerik.WinControls.GridView
  • TelerikCommon

I'd also advise having a look at the following documentation links

Application Deployment and Redistributing telerik controls

Hope that helps but let me know if you have any questions
Richard

0
Accepted
Keith Jusas
Top achievements
Rank 1
answered on 24 Jan 2011, 10:36 PM
We have included all the assemblies that you have mentioned but haven't checked the option - Copy Local to true for Telerik's reference properties. We will try with that option set to true.
0
Richard Slade
Top achievements
Rank 2
answered on 24 Jan 2011, 10:40 PM
Hi Keith,

I am sure that will be the issue, but if you have more questions, please just let me know. If you find that this helps, please remember to mark as answer so others can find the solution too.
All the best
Richard
Tags
GridView
Asked by
Keith Jusas
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Keith Jusas
Top achievements
Rank 1
Share this question
or