Results 1 to 10 of 10

Thread: intellisense in VS.Net

  1. #1

    Thread Starter
    Hyperactive Member Kirun's Avatar
    Join Date
    Oct 2001
    Location
    Karachi , Pakistan
    Posts
    333

    Question intellisense in VS.Net

    Isnt there intellisense in the vs,net for ASP.Net.

    I have made a component in vb and i am using it in the ASP.Net but VS.Net is not showing its properties and methods . Why is that so.

    Am i missing some thing

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Of course the Intellisense works for ASP.NET.

    Is it working for objects other than your component?

  3. #3

    Thread Starter
    Hyperactive Member Kirun's Avatar
    Join Date
    Oct 2001
    Location
    Karachi , Pakistan
    Posts
    333
    no its also not working for asp.net as well .
    when i type responseand when i press dot ,it doest give me the list of all properties and all . even when i press cntril + space it also not compelte the property ,method or any name of variabel.
    what thing can be missing
    Last edited by Kirun; Nov 2nd, 2004 at 01:47 AM.

  4. #4
    Lively Member
    Join Date
    Jul 2001
    Posts
    81
    Are you in the code portion, or the HTML view?
    Rate my posts for a chance to win cash and prizes

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    An incompletely/incorrectly compiled user control.

    Make sure it's been written correctly, built, and referenced properly.

  6. #6

    Thread Starter
    Hyperactive Member Kirun's Avatar
    Join Date
    Oct 2001
    Location
    Karachi , Pakistan
    Posts
    333

    Arrow

    what do you mean by properly compiled ???

    I have compiled it with the prescribed options and properly refrenced it .. i am using it properly in my ASP code but its just that control's properties are not coming in code window .

    else i am also wondering why other properties of ASP are not coming ..

    Are they also not properly compiled or i am missing some options or what ?

  7. #7
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Originally posted by Kirun

    else i am also wondering why other properties of ASP are not coming ..
    I thought you said it was working for ASP.NET.

    Has your control been registered in the GAC?

  8. #8

    Thread Starter
    Hyperactive Member Kirun's Avatar
    Join Date
    Oct 2001
    Location
    Karachi , Pakistan
    Posts
    333

    Question

    how can i make this control registered in GAC ?

  9. #9
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    No, one of the reasons for the Intellisense crapping out was when certain assembiles got registered into the GAC. Don't know the details.

    If that's not it, are your projects compiling successfully?

  10. #10

    Thread Starter
    Hyperactive Member Kirun's Avatar
    Join Date
    Oct 2001
    Location
    Karachi , Pakistan
    Posts
    333

    Talking

    yes ,sucessfully : infact i am using it in an application and its just working fine .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width