Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Version 4.4 -> invalid .resx error (Read 2883 times)
quaint
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Jan 11th, 2008
Version 4.4 -> invalid .resx error
Apr 2nd, 2008 at 11:46am
Print Post  
Hello,

We just installed version 4.4 and now we can't compile anymore. We changed the references in all projects to the new version 4.4.0.26041 (.net 3.5).

The error:
Error1Invalid Resx file. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) Line 166, position 5.C:\Projects\ZorgPlan .NET\Libraries\BaseControls\PlanningRoster\PlanRosterGrid.resx1665BaseControls


We tried deleting the .resx file, but it wasn't regenerated..

Please help us out, we can't get on with our work right now..
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Version 4.4 -> invalid .resx error
Reply #1 - Apr 2nd, 2008 at 12:18pm
Print Post  
Try to close your project, delete the 'obj' and 'bin' folders, then rebuild the entire project. If this does not help, I can suggest to manually edit the form's InitializeComponent method and remove all resources.GetObject calls regarding various Calendar properties that are saved and loaded from the form's resources. You may have to also edit the resx file of the form and remove the stored representation of these properties. Unfortunately this means that you have to reenter those properties once you are able to show the form in the design environment.

Hope this helps.

Meppy
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint