Click here to Skip to main content
16,012,223 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
the designer form is also not visible




The variable 'axVideoTranscoder1' is either undeclared or was never assigned.


Could not find type 'AxVIDEOTRANSCODERLib.AxVideoTranscoder'. 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.
Posted

1 solution

Add the reference to the DLL to your project and rebuild all.
Until your InitializeComponent method (called from your form constructor, and in the "designer.cs" file) compiles, you will not be able to view your form in the designer.
 
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