473,406 Members | 2,549 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,406 software developers and data experts.

No intellisense

Hi,

I am using c#. i have my server code within script tags on my aspx page i am
not using code behind. Do you not get intellisense when working like this? it
would speed up my work considerably but nothings happening. I may have a
setting turned off but dont know where to look (have tried options, text
editor but cant find anything).

Also, I am a little confused about the concepts of projects and solutions. I
am working on some files, we already have a web config, bin folder etc
everything set up so i have to work on seperate pages unit by unit. i tried
creating a project and bringing in all the existing stuff and it created lots
of things i didnt want and wouldnt work, class files, code behind pages, and
it affected my global.asax page. i cant debug as a result and i think i am
working very slowly (no intellisense, no debug). How does one set themselves
up a project with files that already exist? basically i dont understand what
a 'solution' is either, and the point of them. Sorry i think maybe i need
basic training on VS.NET, maybe i'm asking too much for this forum in which
case would just appreciate answer to the above (any pointers towards a visual
studio for dummies help file would be appreciated). Thanks.
Nov 18 '05 #1
2 2606
No, you don't get intellisense while working with inline code. the next
version of VS.Net (Visual Web Developer) will have this support however.

A solution is simply a container of multiple projects. Projects are
containers for all your code/aspx/whatever. Solutions let you have multiple
projects and easily make one project reference another from the same
solution. VS.Net uses the code-behind model - which you aren't/don't want
to use - this likely explains [some] of the problems you are having (since
you are using inline code). You might want to consider switching to
codebehind to fully utilize VS.Net (projects/intellisense...)

Hope this help,
Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"louise raisbeck" <lo************@discussions.microsoft.com> wrote in
message news:3F**********************************@microsof t.com...
Hi,

I am using c#. i have my server code within script tags on my aspx page i am not using code behind. Do you not get intellisense when working like this? it would speed up my work considerably but nothings happening. I may have a
setting turned off but dont know where to look (have tried options, text
editor but cant find anything).

Also, I am a little confused about the concepts of projects and solutions. I am working on some files, we already have a web config, bin folder etc
everything set up so i have to work on seperate pages unit by unit. i tried creating a project and bringing in all the existing stuff and it created lots of things i didnt want and wouldnt work, class files, code behind pages, and it affected my global.asax page. i cant debug as a result and i think i am
working very slowly (no intellisense, no debug). How does one set themselves up a project with files that already exist? basically i dont understand what a 'solution' is either, and the point of them. Sorry i think maybe i need
basic training on VS.NET, maybe i'm asking too much for this forum in which case would just appreciate answer to the above (any pointers towards a visual studio for dummies help file would be appreciated). Thanks.

Nov 18 '05 #2
thank you. well since i sent this post i have tried copying stuff over to a
new solution, taking the dlls and putting them into a new bin folder etc and
so far so good..so now trying to use codebehind. i am now trying to create a
code behind page but when i do view code nothing happens. i think this must
be because i have only got <%Page%> at the top, no codebehind=.. what is the
syntax for c#? (i'm assuming not filename.aspx.vb) is it filename.aspx.cs?

"Karl Seguin" wrote:
No, you don't get intellisense while working with inline code. the next
version of VS.Net (Visual Web Developer) will have this support however.

A solution is simply a container of multiple projects. Projects are
containers for all your code/aspx/whatever. Solutions let you have multiple
projects and easily make one project reference another from the same
solution. VS.Net uses the code-behind model - which you aren't/don't want
to use - this likely explains [some] of the problems you are having (since
you are using inline code). You might want to consider switching to
codebehind to fully utilize VS.Net (projects/intellisense...)

Hope this help,
Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"louise raisbeck" <lo************@discussions.microsoft.com> wrote in
message news:3F**********************************@microsof t.com...
Hi,

I am using c#. i have my server code within script tags on my aspx page i

am
not using code behind. Do you not get intellisense when working like this?

it
would speed up my work considerably but nothings happening. I may have a
setting turned off but dont know where to look (have tried options, text
editor but cant find anything).

Also, I am a little confused about the concepts of projects and solutions.

I
am working on some files, we already have a web config, bin folder etc
everything set up so i have to work on seperate pages unit by unit. i

tried
creating a project and bringing in all the existing stuff and it created

lots
of things i didnt want and wouldnt work, class files, code behind pages,

and
it affected my global.asax page. i cant debug as a result and i think i am
working very slowly (no intellisense, no debug). How does one set

themselves
up a project with files that already exist? basically i dont understand

what
a 'solution' is either, and the point of them. Sorry i think maybe i need
basic training on VS.NET, maybe i'm asking too much for this forum in

which
case would just appreciate answer to the above (any pointers towards a

visual
studio for dummies help file would be appreciated). Thanks.


Nov 18 '05 #3

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

Similar topics

8
by: andrew.queisser | last post by:
Yesterday I typed in some C++ code that called a function with two ints. Intellisense (auto-complete) helpfully told me that the first formal parameter was called "frontLight" and the second...
6
by: Stefan Kronberg | last post by:
I'm working on a solution containing about 20 projects. Some of the projects contain class definitions that are used in other of the projects. Most of the time intellisense is working ok, i.e. if I...
1
by: Christopher W. Douglas | last post by:
I'm working in VB.Net, using Visual Studio 2003. I have a project, let's call it Foo, that contains common methods, forms, and objects I use in other projects. It compiles as Foo.dll, which I...
0
by: Jim | last post by:
I had a strange problem the other day when using Intellisense, and wondering if anyone has any experience with or advice on this... Just to give some quick background, I have a multi-tier...
1
by: Yaron | last post by:
Hi, I have a custom ListView-type control that I designed a few months ago. The control is completely stable and functional. However, often, the Visual Studio .NET IDE's Intellisense will lose and...
9
by: Ulf Lindback | last post by:
Hi! We have an application surveillance product with a number of API's for different languages; one of them is a C API. Now I wonder how we can supply intellisense to our Visual Studio.Net...
3
by: AJ | last post by:
I am using Microsoft Visual C++ .NET in Visual Studio 2003. Why there is no intellisense in MC++? Any workarounds?
12
by: Peteroid | last post by:
I was creating my application just fine for the last 3 weeks or so. Then, starting this morning, IntelliSense seems to be having problems. It goes into a locked 'Updating IntelliSense..." mode....
5
by: wal | last post by:
Hello, I'm using __declspec(property) to access get/set methods as properties (like in C# and VB.NET). Now, the problem is that both the property name and the get/set methods show in the...
3
by: Travis | last post by:
Hi, I was a user of Visual C# for a while and have gotten used to the Intellisense for that program. I went to try Visual Basic, and the intellisense is so much different. I'll try to make an...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.