English 中文(简体)
Intellisense not working
原标题:

Intellisense is not working correctly for new user Controls. Any class in the same namespace as my new class is not visible in intellisense. It compiles without any problem. I m using VS 2008.

最佳回答

I solved the problem. I was trying to use another userControl inside my userControl and didn t register it. Since both userControls were in same namespace, it was compiling correctly.

问题回答

Can you restart your VS 2008 and see whether the problem goes away?

Close visual studio, delete the ncb file, then open it again





相关问题
Intellisense not showing anything I write

I am using Visual C# 2008 express. I m also running Windows 7. I created a simple form, but Intellisense doesn t show anything I wrote. I write: private RadioButton rbtn_sortLocation; And then when ...

Intellisense not working

Intellisense is not working correctly for new user Controls. Any class in the same namespace as my new class is not visible in intellisense. It compiles without any problem. I m using VS 2008.

Shortlisting Intellisense

Does anyone know if there s a way in VS 2008 to shortlist the Intellisense to show only, say, events or properties? Or is there possibly a plug-in for this? I use Intellisense over going to the ...

Intellisense for C# User Control in VB.NET project

I have created a C# user control which I want to use in VB.NET .. the control works fine, but in VB.NET the Intellisense does not show any of the C# user control function descriptions (in summary xml ...

visual studio intellisense error

template <typename T> class Test { friend Test<T> & operator * (T lhs, const Test<T> & rhs) { Test<T> r(rhs); // return r *= lhs; ...

Jquery and Intellisense in VS 2008 with hotfix and SP1

I followed Scott Guthrie s instructions as outlined at http://weblogs.asp.net/scottgu/archive/2008/11/21/jquery-intellisense-in-vs-2008.aspx but no avail: intellisense still doesn t work. Any tips?

热门标签