PC Review


Reply
Thread Tools Rate Thread

Distributed Application

 
 
Walt
Guest
Posts: n/a
 
      21st Aug 2003
I am developing a distributed application using the
Dwamish example as a guideline. I am using VB.NET in
VS2003. I started with a Visual Basic Simple Distributed
Application from the Enterprise Template Projects. I
added a new System project from the Enterprise Template
building blocks, called "Common". In Common I added a
folder called "Data". Within the data folder I created 6
classes. Each class instantiates a dataset with one
table. I then went on to create classes in the
DataAccess layer, and the BusinessFacade layer to create
and fill the datasets defined in the Common.Data
assembly. The solution builds without error. The
problem is only one class appears in the Common.Data
assembly. Each class is fully named. For example, each
class in the Common.Data layer includes Namespace
LynxEnterprise.Common.Data. Similarly, each class in the
DataAccess layer includes Namespace
LynxEnterprise.DataAccess.

I used ildasm to disassemble the
LynxEnterprise.Common.dll and sure enough only one class
is in the assembly (the first class I created). Using
ildasm on LynxEnterprise.DataAccess.dll I have all
classes. Any ideas on why I have only one class in
Common?

Any help is appreciated.
 
Reply With Quote
 
 
 
 
Walt
Guest
Posts: n/a
 
      21st Aug 2003

I found the solution. It turns out that Common was not
checked in the Configuration Manager for the solution.

Thanks
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Basic design question for a distributed application - How to access application's data JB Microsoft VB .NET 4 31st Aug 2007 07:39 PM
Distributed application Joris Dobbelsteen Microsoft Dot NET 3 2nd Oct 2005 01:08 PM
Distributed application Joris Dobbelsteen Microsoft C# .NET 3 2nd Oct 2005 01:08 PM
Distributed Application in vb.net =?Utf-8?B?c3JpcmFtIGsgZw==?= Microsoft VB .NET 0 15th May 2004 11:31 AM
Have you distributed a .Net application? Jim Hubbard Microsoft Dot NET 10 31st Oct 2003 11:14 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:33 AM.