473,320 Members | 1,979 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Enterprise Template Reference Question

Hi,

My Solution contains the following projects:

BusinessFacade
BusinessRules
DataAccess
SystemFrameworks
WebUI
=============================
namespace BusinessFacade //BusinessFacade project with added
SystemFrameworks reference

public ClassA : SystemFrameworks.ClassB
{
....
}

=============================

namespace SystemFrameworks //SystemFrameworks project

public ClassB
{
.....
}

=============================

namespace WebUI //WebUI project with added BusinessFacade reference

public class WebForm1 //code behind my webform
{
BusinessFacade.ClassA obj = new BusinessFacade.ClassA();
do something with obj.......
}
=============================
To make the code behind WebForm1work, I have to add SystemFrameworks
reference to WebUI project which doesn't seem right to me. I always thought
that I only suppose to add BusinessFacade reference to WebUI project and not
the others. But in this scenario I had to add SystemFrameworks reference to
WebUI. Have I got it wrong?

Thanks in advance
Mehdi

Jul 21 '05 #1
0 1070

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Thomi Richards | last post by:
Hi, I'm trying to create a simple stack class using C++ and templates. Everything works well and good if I amke the class totally inline. However, as soon as I try to seperate the class into a...
12
by: mlimber | last post by:
This is a repost (with slight modifications) from comp.lang.c++.moderated in an effort to get some response. I am using Loki's Factory as presented in _Modern C++ Design_ for message passing in...
0
by: Mehdi | last post by:
Hi, My Solution contains the following projects: BusinessFacade BusinessRules DataAccess SystemFrameworks WebUI
8
by: zino | last post by:
the same web application works fine on Visual studio 2003, but it generate the follwing error on Visual Studio 2005. Indirect reference is being made to assembly...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.