Author
Intellisense not working for my classes created in VS2005
Justin Fox
Ranch Hand
Joined: Jan 24, 2006
Posts: 802
posted Feb 03, 2009 20:47:57
0
I was wondering why when I create a class and delclare say:
SqlParameter a = New SqlParameter(); // SqlParameter is the created class
Why is the first 'SqlParameter' is not changing to the bluish color...
Just a question ..
Thanks,
Justin
You down with OOP? Yeah you know me!
pete stein
Bartender
Joined: Feb 23, 2007
Posts: 1561
posted Feb 03, 2009 20:52:45
0
I don't think that this is a Java problem but in fact is more likely a VS2005 problem. Does this need to be moved to the IDE section?
Justin Fox
Ranch Hand
Joined: Jan 24, 2006
Posts: 802
posted Feb 03, 2009 20:53:49
0
Probably does
Sorry,
Justin
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 16695
posted Feb 03, 2009 21:06:37
0
Visual Studio supports Java? I thought Microsoft stopped supporting Java since 1.1, and even then, it wasn't a very compliant version...
Regardless, this is more of a .NET question than a Java question, so moving it to IDEs may not be too useful either. (not to mention that there is a promotion going on there)
Henry
Books: Java Threads, 3rd Edition , Jini in a Nutshell , and Java Gems (contributor)
subject: Intellisense not working for my classes created in VS2005