intellesence in web.config

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am not getting intellesence in web.config any ideas.

Visual Studio 2005, framework 2 , visual basic

Thank you
 
Hello Jerry,

From your description, I understand you can not get intellisence in VS 2005
when editing the web.config file, correct?

As for the problem behavior, does it occurs from beginning or does it used
to work, but not work after some changes?

Based on my experience, there is a known issue of the VS 2005 Web admin
tool, after we use the web admin tool to manage our ASP.NET 2.0
application, it will modify the root element of our web.config file and add
the following namespace(as below):

==========
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
...............
==========

and the xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"
attribute will prevent the VS 2005 intellisence from working. Therefore,
if you found there exists this attribute in your web.config file's root
element, please remove it and save the configure file to see whether the
intellisense works.

Please feel free to let me know if you have any other questions.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.



Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================



This posting is provided "AS IS" with no warranties, and confers no rights.
 
Hello Jerry,

Have you got progress on this issue or does my suggestion helps you some?
If there is still anything we can help, please feel free to let me know.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top