Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

ASP+ development tools/ V.Interdev?

I cannot get Visual Interdev to display *.aspx or *.asax files.
Does anyone know of any fixes for this, or, any other
development tools to use for ASP+ besides notepad?
Any help is greatly appreciated!!
Thanks!
M.Gibson
mgibson@usbid.com
[281 byte] By [Michael Gibson] at [2007-11-9 16:23:52]
# 1 Re: ASP+ development tools/ V.Interdev?
Not yet... visual studio.net or visual studio 7 will be the new one... there
is an application to get in the beta.

Currently, you can either develope it as an .asp page for the initial design,
and rename it before moving it to the server, or do the lame 'add existing'
in interdev, and set the filter to all files, and do a right-click->new text
file and rename it to add it to your project, but interdev doesn't know what
it is and edits it as flat text.

"Michael Gibson" <mgibson1@cfl.rr.com> wrote:
>
>I cannot get Visual Interdev to display *.aspx or *.asax files.
>
>Does anyone know of any fixes for this, or, any other
>development tools to use for ASP+ besides notepad?
>
>Any help is greatly appreciated!!
>
>Thanks!
>
>M.Gibson
>mgibson@usbid.com
>
>
Steve at 2007-11-11 23:26:14 >
# 2 Re: ASP+ development tools/ V.Interdev?
Thanks!

"Steve" <spetty@a2corp.com> wrote in message
news:39a2a14a$1@news.dev-archive.com...
>
> Not yet... visual studio.net or visual studio 7 will be the new one...
there
> is an application to get in the beta.
>
> Currently, you can either develope it as an .asp page for the initial
design,
> and rename it before moving it to the server, or do the lame 'add
existing'
> in interdev, and set the filter to all files, and do a right-click->new
text
> file and rename it to add it to your project, but interdev doesn't know
what
> it is and edits it as flat text.
>
> "Michael Gibson" <mgibson1@cfl.rr.com> wrote:
> >
> >I cannot get Visual Interdev to display *.aspx or *.asax files.
> >
> >Does anyone know of any fixes for this, or, any other
> >development tools to use for ASP+ besides notepad?
> >
> >Any help is greatly appreciated!!
> >
> >Thanks!
> >
> >M.Gibson
> >mgibson@usbid.com
> >
> >
>
Michael Gibson at 2007-11-11 23:27:20 >
# 3 Re: ASP+ development tools/ V.Interdev?
> Not yet... visual studio.net or visual studio 7 will be the new one...
there
> is an application to get in the beta.

Visual Studio.NET +is+ the new name for Visual Studio 7.0. (They are the
same thing).

Yes, the only way to get on the beta will be to sign up for it. A link to
the beta is at http://www.dev-archive.com/free/press/2000/vsnet/vsresources.asp

--
Robert Scoble
http://conferences.dev-archive.com <<-- VSLIVE is The Largest Visual Studio Event
This Fall
Robert Scoble at 2007-11-11 23:28:23 >
# 4 Re: ASP+ development tools/ V.Interdev?
Here's what i did to get VS6/VI6 to display the ASPX files in color-ized
editor mode:

1 - create a VI Project
2 - add a new file to the project called "myfile.aspx"
3 - right click over the file
4 - select Open With... from the context menu
5 - select HTML EDITOR from the list of options
6 - press the SET DEFAULT button
7 - press OK to dimiss the dialog and open the file in HTML Edit mode.

Now all .ASPX files will be opened in the VI editor in HTML edito mode.

You won't get code-complete help for ASPX assemblies, the syntax for web
controls will look a bit oddly colored, etc., but at least you have a decent
color-coded editor now!

MCA
Mike Amundsen
Vertigo Software, Inc.

Michael Gibson <mgibson1@cfl.rr.com> wrote in message
news:39a26563$1@news.dev-archive.com...
>
> I cannot get Visual Interdev to display *.aspx or *.asax files.
>
> Does anyone know of any fixes for this, or, any other
> development tools to use for ASP+ besides notepad?
>
> Any help is greatly appreciated!!
>
> Thanks!
>
> M.Gibson
> mgibson@usbid.com
>
>
Mike Amundsen at 2007-11-11 23:29:23 >
# 5 Re: ASP+ development tools/ V.Interdev?
Thanks for the help!
This should tide me over until the .NET release!
Much appreciated!

"Mike Amundsen" <news@amundsen.com> wrote in message
news:39a2f453$1@news.dev-archive.com...
> Here's what i did to get VS6/VI6 to display the ASPX files in color-ized
> editor mode:
>
> 1 - create a VI Project
> 2 - add a new file to the project called "myfile.aspx"
> 3 - right click over the file
> 4 - select Open With... from the context menu
> 5 - select HTML EDITOR from the list of options
> 6 - press the SET DEFAULT button
> 7 - press OK to dimiss the dialog and open the file in HTML Edit mode.
>
> Now all .ASPX files will be opened in the VI editor in HTML edito mode.
>
> You won't get code-complete help for ASPX assemblies, the syntax for web
> controls will look a bit oddly colored, etc., but at least you have a
decent
> color-coded editor now!
>
> MCA
> Mike Amundsen
> Vertigo Software, Inc.
>
> Michael Gibson <mgibson1@cfl.rr.com> wrote in message
> news:39a26563$1@news.dev-archive.com...
> >
> > I cannot get Visual Interdev to display *.aspx or *.asax files.
> >
> > Does anyone know of any fixes for this, or, any other
> > development tools to use for ASP+ besides notepad?
> >
> > Any help is greatly appreciated!!
> >
> > Thanks!
> >
> > M.Gibson
> > mgibson@usbid.com
> >
> >
>
>
Michael Gibson at 2007-11-11 23:30:19 >
# 6 Re: ASP+ development tools/ V.Interdev?
You could always use a seperate editor like EditPlus, my personal favorite,
and create your own color-highlighting template. I haven't looked on their
site (www.editplus.com), but people usually create new templates quickly
and they share them on the web site.

Chris Kowalske

"Michael Gibson" <mgibson1@cfl.rr.com> wrote:
>Thanks for the help!
>This should tide me over until the .NET release!
>Much appreciated!
>
>
>
>"Mike Amundsen" <news@amundsen.com> wrote in message
>news:39a2f453$1@news.dev-archive.com...
>> Here's what i did to get VS6/VI6 to display the ASPX files in color-ized
>> editor mode:
>>
>> 1 - create a VI Project
>> 2 - add a new file to the project called "myfile.aspx"
>> 3 - right click over the file
>> 4 - select Open With... from the context menu
>> 5 - select HTML EDITOR from the list of options
>> 6 - press the SET DEFAULT button
>> 7 - press OK to dimiss the dialog and open the file in HTML Edit mode.
>>
ChrisKo at 2007-11-11 23:31:19 >
# 7 Re: ASP+ development tools/ V.Interdev?
One trick is to fool Visual Interdev to recognize .aspx pages as an
ASP page. It doesn't give you the full features of that an ASP+ editor
should, but it sure beats Notepad.

If you save the following text (between but not including the BEGIN and END
Line) into a vbs.reg file and double click on it, it will register .aspx as
a valid extension for Visual Interdev. Please note that this has worked for
me on WinNT 4.0 and Win2K and I make no guarantees. As always, when editing
the registry, be careful.

--BEGIN--
REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\6.0\Editors\{C76D83F8-A4
89-11D0-8195-00A0C91BBEE3}\Extensions]
"alx"=dword:00000028
"asa"=dword:00000028
"asp"=dword:00000028
"aspx"=dword:00000028
"htm"=dword:00000028
"html"=dword:00000028
"sct"=dword:00000028
"stm"=dword:00000028
"stml"=dword:00000028
"vbs"=dword:00000028
"vbi"=dword:00000028
"inc"=dword:00000028
"cdf"=dword:00000028
-END--

"Michael Gibson" <mgibson1@cfl.rr.com> wrote in message
news:39a26563$1@news.dev-archive.com...
>
> I cannot get Visual Interdev to display *.aspx or *.asax files.
>
> Does anyone know of any fixes for this, or, any other
> development tools to use for ASP+ besides notepad?
>
> Any help is greatly appreciated!!
>
> Thanks!
>
> M.Gibson
> mgibson@usbid.com
>
>
Phil Haack at 2007-11-11 23:32:29 >