wpf-diagram-custom-layout
wpf-diagram-custom-layout copied to clipboard
ContentTemplate is not recognized or is not accessible.
Needed to upgrade the SyncFusion library references to 16.3.0.29 since 16.2.x.x. is not available in NuGet anymore. After this however I'm getting the error "ContentTemplate" is not recognized or is not accessible. Not sure how to solve this issue.
Make sure that assembles are properly referred in your project. Also check if all your Syncfusion assemblies are upgraded to same version (16.3). You can also try to
- Clean and rebuild your project.
- Delete bin and obj files and then recompile.
- Delete your nuget package, and try restoring them again.
This example is working fine in 16.3 version If you still have problem you can contact Syncfusion support Support: https://www.syncfusion.com/support/ Forum: https://www.syncfusion.com/forums/
Needed to upgrade the SyncFusion library references to 16.3.0.29 since 16.2.x.x. is not available in NuGet anymore. After this however I'm getting the error
"ContentTemplate" is not recognized or is not accessible.Not sure how to solve this issue.
As 16.2.0.41 is no more available, upgraded to 16.2.0.50. Now you should be able to restore.