Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Visual Studio.NET / IDE / March 2006

Tip: Looking for answers? Try searching our database.

Intellisense for ASP

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
lukics - 14 Mar 2006 11:37 GMT
We have a huge project in ASP. When our project is opened in visual studio
2005 the asp file get displayed just fine, problems we have with the include
files, which have extension *.inc. These files are mostly not displayed as
source files. Intellisense is not working at all on these files, setting
breakpoint is sometime not possible too.
We had similar problems in visual studio 6, but got some rgs files to fix
it, and the *.inc file got the right handling bu the visual interdev.
Noozer - 14 Mar 2006 13:43 GMT
Add the following to the top of each .inc file:

<%@ language="VBScript"%>

...and intellisense will work. Of course the pages won't work if left like
that, but you can comment it out after editing:

<%'@ language="VBScript"%>

> We have a huge project in ASP. When our project is opened in visual studio
> 2005 the asp file get displayed just fine, problems we have with the
[quoted text clipped - 4 lines]
> We had similar problems in visual studio 6, but got some rgs files to fix
> it, and the *.inc file got the right handling bu the visual interdev.
lukics - 14 Mar 2006 17:10 GMT
^The code inside still stays black (not recognized as code)

> Add the following to the top of each .inc file:
>
[quoted text clipped - 13 lines]
> > We had similar problems in visual studio 6, but got some rgs files to fix
> > it, and the *.inc file got the right handling bu the visual interdev.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.