473,382 Members | 1,329 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

having visual studio recognize my own extension

Hi,

I have renamed aspx to .ret and would like visual studio to recognize .ret
file as an aspx file

recognize = show designer, intellisense, group up with corresponding
codebehind in solution explorer, etc.

Many thanks
J
Jun 25 '06 #1
4 1332
Hmmm...I'd like to know how to do that, too.

Probably, the best place to ask that question is the MSDN Forums and,
in particular, the Visual Studio Extensibility Forum, which is manned by
the Visual Studio Development Team.

http://forums.microsoft.com/MSDN/Sho...ID=57&SiteID=1

You will need to register with an MS Passport account to be able to post questions.

If it's not too much trouble, could you post back the answer here if you get it ?

Thanks...and good luck!

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"John Mick" <mf**@yahoo.com> wrote in message news:eK**************@TK2MSFTNGP05.phx.gbl...
Hi,

I have renamed aspx to .ret and would like visual studio to recognize .ret file as an aspx file

recognize = show designer, intellisense, group up with corresponding codebehind in solution
explorer, etc.

Many thanks
J

Jun 25 '06 #2
Hi, Thank you very much for the advice...

Sure definitly will let you know/others when i get a workaround from MS
forum.

Thanks
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:u2*************@TK2MSFTNGP05.phx.gbl...
Hmmm...I'd like to know how to do that, too.

Probably, the best place to ask that question is the MSDN Forums and,
in particular, the Visual Studio Extensibility Forum, which is manned by
the Visual Studio Development Team.

http://forums.microsoft.com/MSDN/Sho...ID=57&SiteID=1

You will need to register with an MS Passport account to be able to post
questions.

If it's not too much trouble, could you post back the answer here if you
get it ?

Thanks...and good luck!

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"John Mick" <mf**@yahoo.com> wrote in message
news:eK**************@TK2MSFTNGP05.phx.gbl...
Hi,

I have renamed aspx to .ret and would like visual studio to recognize
.ret file as an aspx file

recognize = show designer, intellisense, group up with corresponding
codebehind in solution explorer, etc.

Many thanks
J


Jun 25 '06 #3
Here is the reply from MSFT Forum:
-------
You can get basic coloring by simply associating your extension with the
html editor. You can do so in the registry by adding a key under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio \8.0\Languages\File
Extensions

Next, you will need to support for the web site related features. You can
check out the WebSiteProjectAttribute.cs and
WebSiteProjectRelatedFilesAttribute.cs under
\VSIntegration\Common\Source\CSharp\

These files appear in the June VS SDK CTP and they show how to register new
extensions with a web editor.

--------------------------------------------------------------------------------

Carl Brochu, Visual Studio SDK
-----------------

It worked in my case :)

"John Mick" <mf**@yahoo.com> wrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
Hi, Thank you very much for the advice...

Sure definitly will let you know/others when i get a workaround from MS
forum.

Thanks
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:u2*************@TK2MSFTNGP05.phx.gbl...
Hmmm...I'd like to know how to do that, too.

Probably, the best place to ask that question is the MSDN Forums and,
in particular, the Visual Studio Extensibility Forum, which is manned by
the Visual Studio Development Team.

http://forums.microsoft.com/MSDN/Sho...ID=57&SiteID=1

You will need to register with an MS Passport account to be able to post
questions.

If it's not too much trouble, could you post back the answer here if you
get it ?

Thanks...and good luck!

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"John Mick" <mf**@yahoo.com> wrote in message
news:eK**************@TK2MSFTNGP05.phx.gbl...
Hi,

I have renamed aspx to .ret and would like visual studio to recognize
.ret file as an aspx file

recognize = show designer, intellisense, group up with corresponding
codebehind in solution explorer, etc.

Many thanks
J



Jun 27 '06 #4
Fantastic, John!

Thanks for the update...


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"John Mick" <mf**@yahoo.com> wrote in message news:Os**************@TK2MSFTNGP03.phx.gbl...
Here is the reply from MSFT Forum:
-------
You can get basic coloring by simply associating your extension with the html editor. You can do
so in the registry by adding a key under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio \8.0\Languages\File Extensions

Next, you will need to support for the web site related features. You can check out the
WebSiteProjectAttribute.cs and WebSiteProjectRelatedFilesAttribute.cs under
\VSIntegration\Common\Source\CSharp\

These files appear in the June VS SDK CTP and they show how to register new extensions with a web
editor.

--------------------------------------------------------------------------------

Carl Brochu, Visual Studio SDK
-----------------

It worked in my case :)

"John Mick" <mf**@yahoo.com> wrote in message news:%2****************@TK2MSFTNGP04.phx.gbl...
Hi, Thank you very much for the advice...

Sure definitly will let you know/others when i get a workaround from MS forum.

Thanks
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:u2*************@TK2MSFTNGP05.phx.gbl...
Hmmm...I'd like to know how to do that, too.

Probably, the best place to ask that question is the MSDN Forums and,
in particular, the Visual Studio Extensibility Forum, which is manned by
the Visual Studio Development Team.

http://forums.microsoft.com/MSDN/Sho...ID=57&SiteID=1

You will need to register with an MS Passport account to be able to post questions.

If it's not too much trouble, could you post back the answer here if you get it ?

Thanks...and good luck!

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"John Mick" <mf**@yahoo.com> wrote in message news:eK**************@TK2MSFTNGP05.phx.gbl...
Hi,

I have renamed aspx to .ret and would like visual studio to recognize .ret file as an aspx file

recognize = show designer, intellisense, group up with corresponding codebehind in solution
explorer, etc.

Many thanks
J



Jun 27 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Martin Bless | last post by:
The good news: Along with Python-2.4 comes really good news to Windows users. Yes, you now CAN build extension modules yourself using the SAME C++ compiler and linker Python is built with...
5
by: blackdog | last post by:
I have installed Visual Studio 2005, on the CD show Visual Studio 2005 team suite with 3 disks. I used to use Visual studio .NET 2003 and I used command csc.exe to compile csharp program. but...
0
by: ToadLurker | last post by:
Usually, to debug my .NET dll, I typically just run my web application until the DLL in question is invoked - at which point I can just attach to it via Visual Studio .Net, and debug it. Two weeks...
0
jwwicks
by: jwwicks | last post by:
Introduction This tutorial describes how to use Visual Studio to create a new C++ program, compile/run a program, resume work on an existing program and debug a program. It is aimed at the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.