Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Intellisense not working for my classes created in VS2005

 
Ranch Hand
Posts: 802
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
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
 
Bartender
Posts: 1561
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
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
Posts: 802
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Probably does

Sorry,

Justin
 
author
Posts: 23951
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
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
 
    Bookmark Topic Watch Topic
  • New Topic