I need know how can I distribute the project. I am receiving the following error when I attempt to run the project in other PC :
Could not load file or assembly 'Telerik.WinControls.UI...'.
What can I do to resolve this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
@Jesus is right: many of these controls are in GAC on your pc so everything works; in your project, in dependencies part, select to copy these DLLs in BIN folder, so you will find the EXE and dlls it needs…
Or, if you’re deploying your project with an installer, select those dlls to be installed in GAC (if they are signed with a strong name) or in your application folder.