ResX error after updating control
-
Hello I have just updated a control in my project and cannot access the Design panel because of teh following error:
ResX file Could not load file or assembly 'Xceed.Chart.Core, Version=4.2.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6' or one of its dependencies. The system cannot find the file specified. Line 7585, position 5. cannot be parsed. ---> System.Xml.XmlException: Could not load file or assembly 'Xceed.Chart.Core, Version=4.2.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6' or one of its dependencies. The system cannot find the file specified. Line 7585, position 5. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Xceed.Chart.Core, Version=4.2.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6' or one of its dependencies. The system cannot find the file specified.
File name: 'Xceed.Chart.Core, Version=4.2.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6'Where do i delete the bad reference? The program works but i cannot edit the GUI because of the error. I am using VS2008 SP1 is there a workaround? Thanks
Have a nice Day
-
Hello I have just updated a control in my project and cannot access the Design panel because of teh following error:
ResX file Could not load file or assembly 'Xceed.Chart.Core, Version=4.2.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6' or one of its dependencies. The system cannot find the file specified. Line 7585, position 5. cannot be parsed. ---> System.Xml.XmlException: Could not load file or assembly 'Xceed.Chart.Core, Version=4.2.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6' or one of its dependencies. The system cannot find the file specified. Line 7585, position 5. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Xceed.Chart.Core, Version=4.2.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6' or one of its dependencies. The system cannot find the file specified.
File name: 'Xceed.Chart.Core, Version=4.2.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6'Where do i delete the bad reference? The program works but i cannot edit the GUI because of the error. I am using VS2008 SP1 is there a workaround? Thanks
Have a nice Day
Go to the solution explorer, and look at the properties of the reference to the Xceed library. It should have a property called "Specific Version". Set the property to false and rebuild. If it's a custom library, then check wether the ResX is read-only. I've had some issues with the Interop-toolkit on the generation of resource-files (binary resource not checked out by sourcesafe and being readonly) Good luck :)
I are troll :)