473,382 Members | 1,563 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,382 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 1072

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...
1
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...
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...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.