Group: Forum Members
Last Active: 12 Years Ago
Posts: 2,
Visits: 1
|
Hi, After a long while developing a WinForms application it is now time to wrap it and publish, so an upgrade to the latest version of Nevron was done and everything worked fine apart from a problem with the NUIPalette. The compiler is showing the following message for around 8 forms:
Invalid Resx file. Could not load type Nevron.UI.WinForm.Controls.NUIPalette, Nevron.Presentation, Version=10.12.9.12, Culture=neutral, PublicKeyToken=6656c5d1103e75cc which is used in the .RESX file. Ensure that the necessary references have been added to your project. ...\Forms\FrmNamingConventions.resx and Invalid Resx file. Could not load type Nevron.UI.WinForm.Controls.NUIPalette, Nevron.Presentation, Version=9.2.18.12, Culture=neutral, PublicKeyToken=6656c5d1103e75cc which is used in the .RESX file. Ensure that the necessary references have been added to your project. ...\Forms\FrmProjectFilter.resx
The references to the project are correctly added.
Tried to rebuild the solution referencing the old dlls and it works, when replacing the new dlls Presentation and System it breaks.
|