如何在C#中修复Rhis错误 [英] How Do I Fix Rhis Errors In C#

查看:81
本文介绍了如何在C#中修复Rhis错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

设计师表格也不可见









变量'axVideoTranscoder1'未声明或从未分配过。





找不到类型'AxVIDEOTRANSCODERLib.AxVideoTranscoder'。请确保引用包含此类型的程序集。如果此类型是开发项目的一部分,请确保使用当前平台或任何CPU的设置成功构建项目。

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.

推荐答案

添加引用到你的项目的DLL并重建所有。

直到你的InitializeComponent方法(从你的表单构造函数调用,并在designer.cs文件中)编译,你将无法查看您的表单在设计师。
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.


这篇关于如何在C#中修复Rhis错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆