|
-
Mar 12th, 2007, 04:17 AM
#1
Thread Starter
Lively Member
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
-
Mar 12th, 2007, 04:20 AM
#2
Re: Goes to ObjectBrowser instead of function in BusinessLayer
Have you referenced the BLL project as opposed to the compiled assembly?
-
Mar 12th, 2007, 04:27 AM
#3
Thread Starter
Lively Member
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 :-)
-
Mar 12th, 2007, 05:15 AM
#4
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|