Expression Blend 3 (Silverlight) 没有给我任何项目编译的信息
当我按 F5 时,项目将进行编译,并启动新的网页。然而,silverlight 控件加载(标准加载计数器计数为 100%),但随后整个控件就消失了。仅左侧默认菜单栏(反馈等)可见。这是一个非常小的项目,实际上是我的第一个项目。今天早些时候也发生过这种情况,但后来我一次删除了每一项,发现是一些单选按钮引起的。我删除了它们并重新制作了它们,它再次运行良好。现在同样的事情又发生了,但又是另外一回事,还不确定。问题是;这是一个熟悉的错误还是我只是做错了什么?我的代码隐藏主要由可见性更改组成,大约 20 行代码。
When I press F5 the project compiles, and the new web page launches. However, the silverlight control loads (the standard load counter counts to 100%) but then the whole control just disappear. Only the left default menu bar (feedback etc) is visible. It's a very small project, my first actually. This also happened earlier today, but then I removed each thing one at a time and found that it was some radio buttons that caused it. I deleted them and remade them and it ran fine again. Now the same thing happened again, but it is something else, not sure yet. The question is; is this a familiar bug or am I just doing something wrong? My code-behind consist mostly of visibility changes, around 20 lines of code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道为什么这种情况发生在我身上,但是当我使用状态时,错误就不再发生了。
I'm not sure why this happened to me, but the error stopped occurring when I used states instead.