Posted 6 December 2017, 6:50 am EST
Hi Esha,
Thanks for looking in to this. We have followed below steps
- We are working on this existing project on a new PC where we installed the latest C1
- We have removed all the C1 references from the project and added the latest installed .dlls.
Regarding the main error where it says “Only objects of the type C1Docking…” (relates with previous Error message.PNG), we have verified that and all those code are designer generated.
private C1.Win.C1Command.C1DockingTab BookingTabs;
private C1.Win.C1Command.C1DockingTabPage tabSummary;
private C1.Win.C1Command.C1DockingTabPage tabDetail;
this.BookingTabs = new C1.Win.C1Command.C1DockingTab();
this.tabSummary = new C1.Win.C1Command.C1DockingTabPage();
this.tabDetail = new C1.Win.C1Command.C1DockingTabPage();
this.BookingTabs.Controls.Add(this.tabSummary);
this.BookingTabs.Controls.Add(this.tabDetail);
Regarding the other error " Value cannot be null, parameter name String", we have tried completely commenting that line out but still it comes up with the same error message and refer to the same line which is commented.
Since this PC doesn’t have any previous version of C1 references, do you still suggest to run the C1ProjectUpdater? Also with the latest install there is no such a utility been installed but other developers who use the old version have this utility.
Can you please check this and let us know
Thanks