PC Review


Reply
Thread Tools Rate Thread

Dependencies and remote object

 
 
Julia
Guest
Posts: n/a
 
      17th Feb 2005

Hi,

My asp uses .Net remote to call to MyServer
1.assuming I am not using the GAC,should I install all MyServer.dll
dependencies on the Bin folder of my .Net application
as well,or is it enough to install MyServer.dll?

2.assuming i am using the GAC,should the MyServer.dll or any of its
dependencies be put in the Bin folder of my asp.net application?


Thanks in advance


 
Reply With Quote
 
 
 
 
Nicholas Paldino [.NET/C# MVP]
Guest
Posts: n/a
 
      17th Feb 2005
Julia,

I actually would do neither. I would create an assembly that defines
interfaces that your server implements. Then, I would reference that
assembly on the server, and the client. This way, when you create the
proxies, you can cast to the interface, instead of having buisness logic on
the client side (it's a much lighter distribution as well).

Additionally, you won't have to worry about type collisions as a result.


--
- Nicholas Paldino [.NET/C# MVP]
- (E-Mail Removed)

"Julia" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> Hi,
>
> My asp uses .Net remote to call to MyServer
> 1.assuming I am not using the GAC,should I install all MyServer.dll
> dependencies on the Bin folder of my .Net application
> as well,or is it enough to install MyServer.dll?
>
> 2.assuming i am using the GAC,should the MyServer.dll or any of its
> dependencies be put in the Bin folder of my asp.net application?
>
>
> Thanks in advance
>
>



 
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
Object Dependencies Jeff Hunt Microsoft Access 0 11th Sep 2008 04:28 PM
Object dependencies Bill Microsoft Access 2 14th Jun 2007 01:15 AM
object dependencies =?Utf-8?B?SmVmZg==?= Microsoft Access Getting Started 1 2nd Oct 2005 02:55 PM
Access Object Dependencies should have an object-oriented map =?Utf-8?B?VGF5bG9yIE1lZWs=?= Microsoft Access Database Table Design 0 25th Feb 2005 04:43 PM
object dependencies =?Utf-8?B?TWljaGFlbCBNaWxsZXI=?= Microsoft Access Database Table Design 4 10th Nov 2004 04:00 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:23 PM.