473,386 Members | 1,621 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,386 software developers and data experts.

VS intellisense

If I try to create a single ASPX file with VB code inline using
visual studio, when I type in a control I get no list of attributes/methods when
i hit the period.

Do I need to do something special to activate this intelisense?
Im kinda new to VS so please advise
Thanks
Dec 20 '06 #1
3 1246
bplacker
121 100+
thats happened to me before, my project got corrupted somehow or something, so I had to start a new project and bring in all of my forms and what not from the other project. It could be that there is an error in the framework, or something like that. Are you working with the free express version?
Dec 20 '06 #2
I discovered why intellisense quit / stopped working in my .net 2.0 web service. I have all the windows updates on my pc as of 8/10/2007 just to note.

I have had this happen several times in the past. Here's the scenario:

I made a new web service and added a new folder to my web service. The new folder's name was "App_Code". I added the folder in order to keep to common convention in our development environment. Consistency in development is important, except when bad things like intellisense go awry.

Now, if you are familiar with how to make a "Web Site" in .net that's a different application. When you make a project "Web Site" in .net then there is an option to make a folder called "App_Code". There is no option to make an "App_Code" folder in .net 2.0 web services when you right click on the project and select --> Add --> Add ASP.NET Folder. You will notice there is no such thing in a web service as "App_Code".

It appears what this means is .NET is confused because it notices a folder (watch the icon of the folder contains a piece of paper which is different than other regular folders in a web service) that is of a different type of application than the application you are in. With this confusion the intellisense is disabled because the UI doesn't know how to handle the new folder.

In conclusion, never put a folder in a "web service" or "web application" called "App_Code" because .NET will try to reason the application is a "web site" which in this case is not true.

What I did was remove the underscore from "App_Code" to "AppCode" and this fixed the issue. Intellisense started to work again.

The ramification of this scenario probably points to other little idiosyncrasy within .net 2.0 applications.

I hope this helps.
Aug 10 '07 #3
thats happened to me before, my project got corrupted somehow or something, so I had to start a new project and bring in all of my forms and what not from the other project. It could be that there is an error in the framework, or something like that. Are you working with the free express version?
Hi,

The same thing happens on several machines. So, I don't think it is a corruption in .NET.

What I did was test it in a dummy project and came to the conclusions.

Thanks
Dec 4 '07 #4

Sign in to post your reply or Sign up for a free account.

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: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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: 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?
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
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...
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
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...

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.