简体   繁体   English

VS2010失去了Intellisense

[英]VS2010 loses Intellisense

I have a solution which has mixed .net framework. 我有一个混合的.net框架的解决方案。 Environment(in solution) : Website 3.5 Framwork Class Library 2.0 Framwork another Class Library 3.5 Framwork 环境(在解决方案中):网站3.5 Framwork类库2.0 Framwork另一个类库3.5 Framwork

I have added another class library with 3.5 framwork to use LINQ to SQL add new item linq-to-sql and then added reference to website . 我使用3.5框架添加了另一个类库,以使用LINQ to SQL添加新项linq-to-sql,然后添加了对website的引用。 once I have added this additional classLibrary with linq-to-sql my intellisense is lost. 一旦我使用linq-to-sql添加了这个额外的classLibrary,我的智能感知就会丢失。 Even it doesn't recongnise txtBox in the markup. 即使它不能识别标记中的txtBox。 I can only include stadard data types like string , int etc..(If I force using Ctrl+spacebar). 我只能包括标准数据类型,例如string,int等。(如果我强制使用Ctrl +空格键)。

Unfortunately there are probably quite a few reasons why this could happen. 不幸的是,可能有很多原因导致这种情况发生。 According to here there is something called "Low-Impact Intellisense" which can be toggled on and off by pressing Ctrl+Alt+Space. 根据这里,有一个叫做“低影响智能”的东西,可以通过按Ctrl + Alt + Space来打开和关闭。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM