#include kills intellisense

ltmack

New member
Joined
Apr 29, 2006
Messages
2
Programming Experience
Beginner
I'm new to asp.net so this may be a stupid question but has anyone else noticed that if you use <!-- #include file="filename.aspx"--> in an .aspx page that this will cause Intellisense to stop working for that page?

If you remove the #include line, intellisense begins working almost immediately. The reason I am using #include is because I am converting a website from Coldfusion to ASP.net. The Coldfusion site in question uses a lot of template includes (ie <cfinclude template="filename.cfm">). Is there a way to emulate this code in ASP.net without using the code referenced in the first paragraph above?

I'm using VS 2005 and VB.net

Any suggestion?
 
Last edited:
Back
Top