Click here to Skip to main content
15,890,897 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
MultiColumnCombo does not open and Ignore and continue screen opens.Then the form is reset and blank.I try with VS 2008, 2010, 2012,2015 and Windows 8.1. Try with VB.NET AND ALSO c++

ERRORS WHEN OPEN FORM:
	 	Could not find type 'MyCustomControls.InheritedCombo.MultiColumnComboBox'. 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.
		  
Instances of this error (1) 

1. 		There is no stack trace or error line information available for this error 
  
Help with this error 
MSDN Help 	  
Forum posts about this error 
Search the MSDN Forums for posts related to this error
	
	 	The variable 'multiColumnComboBox1' is either undeclared or was never assigned. 	


What I have tried:

MultiColumnCombo does not open and Ignore and continue screen opens.Then the form is reset and blank.I try with VS 2008, 2010, 2012,2015 and Windows 8.1. <pre>I try with VS 2008, 2010, 2012,2015 and Windows 8.1. Try with VB.NET AND ALSO c++


ERRORS WHEN OPEN FORM:
	
	 	Could not find type 'MyCustomControls.InheritedCombo.MultiColumnComboBox'. 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.
		  
Instances of this error (1) 

1. 		There is no stack trace or error line information available for this error 
  
Help with this error 
MSDN Help 	  
Forum posts about this error 
Search the MSDN Forums for posts related to this error
	
	 	The variable 'multiColumnComboBox1' is either undeclared or was never assigned. 	
Posted
Updated 6-Jun-18 7:24am
v3
Comments
Richard MacCutchan 6-Jun-18 13:00pm    
Could not find type 'MyCustomControls.InheritedCombo.MultiColumnComboBox'.
That message is quite clear, which part do you not understand?
Member 12575668 6-Jun-18 13:11pm    
Going to double check and work on it and let you know. One question why do I get this warning screen with this message ?. Can you give me some tips. Thank you.
Member 12575668 6-Jun-18 13:23pm    
Good news !!. Its working now. In C++. A question. I work with VB.NET and not familiar with C++. If is not to much problem is it possible to get the example and others od Code Project in Visual Basic ? . Thank you very much.

1 solution

Good news !!. Its working now. In C++. A question. I work with VB.NET and not familiar with C++. If is not to much problem is it possible to get the example and others od Code Project in Visual Basic ? . Thank you very much.
 
Share this answer
 
Comments
Richard Deeming 6-Jun-18 13:31pm    
You have already posted this as a comment. Why have you posted it as a "solution" as well?!

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