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

Internal build library

1 Answer 49 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Juzailie
Top achievements
Rank 2
Juzailie asked on 17 Jun 2014, 02:03 AM
Hi there, I have an issue which is when I change my current official release telerik library to latest internal build, the xmlns:telerik instant throw an error, I already do clean rebuild add reference manually seems not fixed any recommendation to solve this issue?

1 Answer, 1 is accepted

Sort by
0
Lance | Manager Technical Support
Telerik team
answered on 18 Jun 2014, 08:34 AM
Hi,

Those errors are most likely due to your project retaining the last version's DLLs. Visual Studio may sometimes not completely clean the project during a rebuild/clean or similar reference mismatch.

To rectify this, you can clean your project manually, then re-add the current DLLs.

Follow these steps:
  1. Remove all the Telerik references from your project, save and close Visual Studio.
  2. Open your solution in Windows File Explorer and drill down to the project for which you have this problem
  3. Locate the bin and obj folders for that project (see the attached screenshot for guidance)
  4. Permanently delete the bin and obj folders (Visual Studio will rebuild these)
  5. Open the project again in Visual Studio
  6. Re-add the Telerik references to the project (make sure you are using the same version for all DLLs, you can find the binaries at C:\Program Files (x86)\Telerik\RadControls for WPF [version here]You can use the Telerik VS Extensions to help wit this.
  7. Rebuild the project.

This should fix the errors you are seeing. If you are still experiencing the errors, please reply with the following information so that I can investigate further:

-Version of UI for WPF you previously were using
-Version of UI for WPF you are trying to upgrade to
-The XAML for the page(s) you are having an issue with so that I can replicate it  in a sample project

Thank you for choosing Telerik.

Regards,

Lance
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
General Discussions
Asked by
Juzailie
Top achievements
Rank 2
Answers by
Lance | Manager Technical Support
Telerik team
Share this question
or