Results 1 to 4 of 4

Thread: Goes to ObjectBrowser instead of function in BusinessLayer

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2007
    Location
    England
    Posts
    64

    Goes to ObjectBrowser instead of function in BusinessLayer

    Hi Guys,

    Am new to .net

    have application with 3 layers
    - Business
    - FrontEnd
    - Data
    You know usual 3 tier stuff.

    Problem: when i shift-f2 a BusinessLayer function in the Frontend, instead of going to the Function definition in Business Layer IT goes to the Function name in the object browser! It used to work!

    I've set the references on all layers and the dependencies and ive rebuilt everything! Still does the same thing.

    any ideas!?
    Note: .net newbiew :-s

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Goes to ObjectBrowser instead of function in BusinessLayer

    Have you referenced the BLL project as opposed to the compiled assembly?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2007
    Location
    England
    Posts
    64

    Re: Goes to ObjectBrowser instead of function in BusinessLayer

    Under rightClick FrontEnd {add reference}
    i can see the data layer and business layer on the projects tab!
    Weird thing on the Recent tab: its lists the business layer in a different location! But locations on the Project tab of add reference are VALID!

    thanks for replying so promptly :-)

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jan 2007
    Location
    England
    Posts
    64

    Re: Goes to ObjectBrowser instead of function in BusinessLayer

    Problem was: FrontEnd Project Properties Reference list was pointing at the dlls. Removed DLL reference added Project reference and now works fine :-D

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