Windows Forms在visual studio 2013终极版中消失了! [英] Windows Forms disappear in visual studio 2013 ultimate !

查看:96
本文介绍了Windows Forms在visual studio 2013终极版中消失了!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这就是我正在做的事情:

This is what i am doing:

创建一个新项目

- 添加多个表格

- 添加基于服务的数据库

-Adding service-based database

- 在SBD中添加多个表

-Adding multiple tables in SBD

- 添加Ado .Net实体数据模型

-Adding Ado.Net Entity Data Model

   - 从数据库中选择EF设计师

   -Choosing EF designer from database

   - 选择数据库(.mdf)并保存与app config的连接(默认情况下都是这样)

   -Choosing the database (.mdf) and saving the connection to the app config (both by default)

   - 选择所有表格

   -Choosing all the tables

   -Finish

   -Finish

- 从解决方案资源管理器中消失 - 如果我尝试添加新表单,则表示现有表单位于同一名称,如果我尝试添加现有表单则无效。

-Now forms disappear from solution explorer, if i try to add new it says existing form is located with the same name, if i try to add existing it does nothing.

当我从资源管理器中打开它们时,我收到这些错误http://prntscr.com/77hma2

When i open them from explorer, i am getting these errors http://prntscr.com/77hma2

其他信息:如果您需要翻译,AvtoriiKnigi.Avtori会将英语翻译为AuthorsAndBooks.Authors。

Additional info : AvtoriiKnigi.Avtori translates to English as AuthorsAndBooks.Authors if you need a translation.

我重新安装了IDE仍未修复。

I reinstalled the IDE still not fixed.

Visual Studio设置为从Windows更新更新并且最新更新。

Visual Studio set to update from windows update and is max updated.

Windows 8.1最新更新。

Windows 8.1 max updated.

安装和管理SQL服务器工作室2012。

SQL server installed and management studio 2012.

如果您需要其他信息,请立即考虑这些信息。

These infos came in mind right now, if you need other info feel free to ask.

谢谢

Nikola

推荐答案

对象不包含Dispose函数。这是IDisposable接口的功能。
您是否忘记实施界面

class MyClass : ParentClass, IInterface, IDisposable { }

这将允许您的班级允许函数调用Dispose。 

This would allow your class to allow the function call Dispose. 


这篇关于Windows Forms在visual studio 2013终极版中消失了!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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