Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个运行良好的 Silverlight 4 项目,但前提是我在 VS2010 的调试模式下构建/运行。如果我尝试在发布模式下构建,则会收到多个错误,例如 ..“找不到类型或命名空间名称 'Expander'”,我在这里遗漏了什么吗?
您使用的工具包都应该在发布项目时包含在内。
选择工具包,然后在“属性”选项卡中,有一个“复制到输出目录”选项,选择“始终复制”。
我希望能解决你的问题!