Hi Igor,
Thank you for your help so far. And I am happy to say that I am making progress. I have got iGrid working again and all 10Tec components are visible in the Toolbox also. No more
"Already exists in project".I am using iGrid.Net v2.5 but now when I use the igPrintManager with iGrid I get a different error message.
=====Error message===========Could not load file or assembly 'TenTec.Windows.iGridLib.iGrid, Version=2.50.15.0, Culture=neutral, PublicKeyToken=9d47002745f2416c' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
=====End of Error message===========This happens with only a New From with just one iGrid and one igPrintManager added. None of my code is used. This error occurs within the call to InitializeComponent():
public Form1()
{
InitializeComponent();
}
As shown in the error message, the igPrintManger is version 2.50.15.0 while I am using iGrid.net version 2.50.27.0.
Can you tell me if these product versions compatible?
Perhaps while transferring to the new machine I just managed to salvage these versions of the downloaded zip files.
Regards
ch