all groups > visual studio .net general > august 2003 >
You're in the

visual studio .net general

group:

"Intelli-Text," etc. in .cs and .aspx files


"Intelli-Text," etc. in .cs and .aspx files Alex Maghen
8/28/2003 3:30:58 PM
visual studio .net general:
I am starting to do some development in VS.NET for ASPX.
I'm working with .ASPX and .CS files (as code-behind for
the .aspx's). I am NOT creating Web
Application "Solutions" or "Projects." Just the .ASPX
and .CS files themselves. I really have no choice as I'm
creating files for someone else's project. But when I
just edit the files that way, I don't get any of the
Intelli-Text pop-downs or any of the other nice stuff I
used to get when editing plain ol' .ASP files. Why is
this?

Help?

RE: "Intelli-Text," etc. in .cs and .aspx files yhhuang NO[at]SPAM online.microsoft.com
8/29/2003 3:51:54 AM
Hello Alex,

Thanks for posting in the group.

I don't think Intellisense works under this situation. My suggestion for
you is to create a asp.net web application skeleton first. In this project,
you could add web form for aspx and cs file. In this way, you could make
user of Intellisense smoothly. After you writing the code, you could simply
copy the aspx file and cs file to other's project. The files are separate
from the project and could run fine. You could also add other aspx and cs
files into project and then edit them.

Did I answer your question? Please post here if you have any follow up
questions.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! ¨C www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!Content-Class: urn:content-classes:message
!From: "Alex Maghen" <alex@maghen.com>
!Sender: "Alex Maghen" <alex@maghen.com>
!Subject: "Intelli-Text," etc. in .cs and .aspx files
!Date: Thu, 28 Aug 2003 15:30:58 -0700
!Lines: 14
!Message-ID: <061c01c36db4$0daa6ec0$a101280a@phx.gbl>
!MIME-Version: 1.0
!Content-Type: text/plain;
! charset="iso-8859-1"
!Content-Transfer-Encoding: 7bit
!X-Newsreader: Microsoft CDO for Windows 2000
!Thread-Index: AcNttA2qtliMk17qS5WqHL+iXLX8qg==
!X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
!Newsgroups: microsoft.public.vsnet.general
!Path: cpmsftngxa06.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.vsnet.general:11931
!NNTP-Posting-Host: TK2MSFTNGXA09 10.40.1.161
!X-Tomcat-NG: microsoft.public.vsnet.general
!
!I am starting to do some development in VS.NET for ASPX.
!I'm working with .ASPX and .CS files (as code-behind for
!the .aspx's). I am NOT creating Web
!Application "Solutions" or "Projects." Just the .ASPX
!and .CS files themselves. I really have no choice as I'm
!creating files for someone else's project. But when I
!just edit the files that way, I don't get any of the
!Intelli-Text pop-downs or any of the other nice stuff I
!used to get when editing plain ol' .ASP files. Why is
!this?
!
!Help?
!
!Alex
!
RE: "Intelli-Text," etc. in .cs and .aspx files Alex Maghen
8/29/2003 9:34:53 AM
I guess that that answers my question, thanks. It does=20
seem a shame that that's necessary but whaddaya gonna=20
do :)

Alex

[quoted text, click to view]
RE: "Intelli-Text," etc. in .cs and .aspx files yhhuang NO[at]SPAM online.microsoft.com
9/1/2003 9:14:02 AM
Hello Alex,

Thanks very much for your understanding. Anyway, it depends on how
intellisense works.

By the way, If you are developing in team environment, I strongly recommend
you read one MSDN artile:
"Team Development with Visual Studio .NET and Visual SourceSafe"
http://msdn.microsoft.com/architecture/application/default.aspx?pull=/librar
y/en-us/dnbda/html/tdlg_rm.asp

The article demonstrates how to establish development processes that work
in a team environment, how to set up and work with the team development
features supported by the Microsoft Visual Studio .NET integrated
development environment (IDE), and the development techniques (such as how
to set assembly references in the correct way) that must be followed by
your development team members to ensure successful team working.

Hope that helps.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!Content-Class: urn:content-classes:message
!From: "Alex Maghen" <alex@maghen.com>
!Sender: "Alex Maghen" <alex@maghen.com>
!References: <061c01c36db4$0daa6ec0$a101280a@phx.gbl>
<KiQFqDebDHA.1628@cpmsftngxa06.phx.gbl>
!Subject: RE: "Intelli-Text," etc. in .cs and .aspx files
!Date: Fri, 29 Aug 2003 09:34:53 -0700
!Lines: 80
!Message-ID: <07e401c36e4b$797e78c0$a001280a@phx.gbl>
!MIME-Version: 1.0
!Content-Type: text/plain;
! charset="iso-8859-1"
!Content-Transfer-Encoding: quoted-printable
!X-Newsreader: Microsoft CDO for Windows 2000
!Thread-Index: AcNuS3l8vi5EMYDdS4aVzlw96LWFrw==
!X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
!Newsgroups: microsoft.public.vsnet.general
!Path: cpmsftngxa06.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.vsnet.general:11955
!NNTP-Posting-Host: TK2MSFTNGXA08 10.40.1.160
!X-Tomcat-NG: microsoft.public.vsnet.general
!
!I guess that that answers my question, thanks. It does
!seem a shame that that's necessary but whaddaya gonna
!do :)
!Alex
!>-----Original Message-----
!>Hello Alex,
!>
!>Thanks for posting in the group.
!>
!>I don't think Intellisense works under this situation.
!My suggestion for
!>you is to create a asp.net web application skeleton
!first. In this project,
!>you could add web form for aspx and cs file. In this
!way, you could make
!>user of Intellisense smoothly. After you writing the
!code, you could simply
!>copy the aspx file and cs file to other's project. The
!files are separate
!>from the project and could run fine. You could also add
!other aspx and cs
!>files into project and then edit them.
!>
!>Did I answer your question? Please post here if you have
!any follow up
!>questions.
!>
!>Best regards,
!>Yanhong Huang
!>Microsoft Online Partner Support
!>
!>Get Secure! ¨C www.microsoft.com/security
!>This posting is provided "AS IS" with no warranties, and
!confers no rights.
!>
!>--------------------
!>!Content-Class: urn:content-classes:message
!>!From: "Alex Maghen" <alex@maghen.com>
!>!Sender: "Alex Maghen" <alex@maghen.com>
!>!Subject: "Intelli-Text," etc. in .cs and .aspx files
!>!Date: Thu, 28 Aug 2003 15:30:58 -0700
!>!Lines: 14
!>!Message-ID: <061c01c36db4$0daa6ec0$a101280a@phx.gbl>
!>!MIME-Version: 1.0
!>!Content-Type: text/plain;
!>! charset="iso-8859-1"
!>!Content-Transfer-Encoding: 7bit
!>!X-Newsreader: Microsoft CDO for Windows 2000
!>!Thread-Index: AcNttA2qtliMk17qS5WqHL+iXLX8qg==
!>!X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
!>!Newsgroups: microsoft.public.vsnet.general
!>!Path: cpmsftngxa06.phx.gbl
!>!Xref: cpmsftngxa06.phx.gbl
!microsoft.public.vsnet.general:11931
!>!NNTP-Posting-Host: TK2MSFTNGXA09 10.40.1.161
!>!X-Tomcat-NG: microsoft.public.vsnet.general
!>!
!>!I am starting to do some development in VS.NET for
!ASPX.
!>!I'm working with .ASPX and .CS files (as code-behind
!for
!>!the .aspx's). I am NOT creating Web
!>!Application "Solutions" or "Projects." Just the .ASPX
!>!and .CS files themselves. I really have no choice as
!I'm
!>!creating files for someone else's project. But when I
!>!just edit the files that way, I don't get any of the
!>!Intelli-Text pop-downs or any of the other nice stuff I
!>!used to get when editing plain ol' .ASP files. Why is
!>!this?
!>!
!>!Help?
!>!
!>!Alex
!>!
!>
!>.
!>
!
AddThis Social Bookmark Button