找不到类型或命名空间名称“WelcomeScreen”

时间:2015-04-20 20:20:00

标签: c# visual-studio-2013

我有一个c#应用程序,我正在添加一个新按钮。单击按钮后,我想执行以下行:

WelcomeScreen channelBar = new WelcomeScreen(true, "http://www.trade-ideas.com/cms_static/ChannelBar/channelbar.html");

问题是当我尝试编译时,我收到错误消息:

The type or namespace name 'WelcomeScreen' could not be found (are you missing a using directive or an assembly reference?) 

WelcomeScreen是我引用的dll中的一个类:TIProGUI。任何想法我需要做什么?

1 个答案:

答案 0 :(得分:0)

可能是你的"使用"声明不完全符合参考资格。例如,SystemSystem.Web.UI.WebControls将有单独的用途。