Click here to Skip to main content
15,893,663 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Everyone,

I converted my VB application in to C# using VBUC tool. Now when I try to load a form from C# code, I get below error.



Could not find type 'C1.Win.C1TrueDBGrid.C1TrueDBGrid'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built using settings for your current platform or Any CPU.

The variable 'GridClas' is either undeclared or was never assigned.
The variable 'GridParameters' is either undeclared or was never assigned.
The variable 'GridValues' is either undeclared or was never assigned.

Is there any assembly that is missing?

Please help in this regard.

Regards,
Joy
Posted
Comments
Alexander Dymshyts 20-Dec-13 2:47am    
can you Show how do you declare this 3 variables?

1 solution

Chances are good that your missing a reference the Component1 TrueDBGrid component.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900