Click here to Skip to main content
16,007,885 members
Home / Discussions / C#
   

C#

 
GeneralRe: ...does not have an entry point defined. Pin
Eric Gunnerson (msft)18-Aug-02 15:52
Eric Gunnerson (msft)18-Aug-02 15:52 
GeneralHashtables and there keys Pin
gekoscan18-Aug-02 12:28
gekoscan18-Aug-02 12:28 
GeneralRe: Hashtables and there keys Pin
Eric Gunnerson (msft)18-Aug-02 15:51
Eric Gunnerson (msft)18-Aug-02 15:51 
GeneralWeb Components and Events other than the default Pin
Paul Riley18-Aug-02 10:04
Paul Riley18-Aug-02 10:04 
GeneralRe: Web Components and Events other than the default Pin
James T. Johnson18-Aug-02 10:18
James T. Johnson18-Aug-02 10:18 
GeneralRe: Web Components and Events other than the default Pin
Paul Riley18-Aug-02 10:26
Paul Riley18-Aug-02 10:26 
GeneralSerialization Pin
dwebster18-Aug-02 8:53
dwebster18-Aug-02 8:53 
GeneralRe: Serialization Pin
James T. Johnson18-Aug-02 9:29
James T. Johnson18-Aug-02 9:29 
Classes in .NET are assembly specific, so if you and I both create a class called Foo with the exact same code but you have yours in the assembly donald.dll but mine is in the assembly james.dll they are considered incompatible types if the contents of the two assemblies differ.

The way to get around it is to place the classes that will be shared between the two applications into a separate assembly (class library to use VS.NET terms).

Then the client program and the server program both reference this assembly.

HTH,

James
"And we are all men; apart from the females." - Colin Davies
GeneralRe: Serialization Pin
dwebster18-Aug-02 11:15
dwebster18-Aug-02 11:15 
GeneralRemoting problem.. Pin
itay_k18-Aug-02 0:30
itay_k18-Aug-02 0:30 
GeneralText Compression Algorithm Pin
Jonathan Tan17-Aug-02 22:26
Jonathan Tan17-Aug-02 22:26 
GeneralRe: Text Compression Algorithm Pin
wobble18-Aug-02 6:44
wobble18-Aug-02 6:44 
GeneralRe: Text Compression Algorithm Pin
Stephane Rodriguez.18-Aug-02 6:56
Stephane Rodriguez.18-Aug-02 6:56 
GeneralRe: Text Compression Algorithm Pin
Daniel Turini19-Aug-02 8:04
Daniel Turini19-Aug-02 8:04 
GeneralFile Summary Pin
Anonymous17-Aug-02 9:39
Anonymous17-Aug-02 9:39 
GeneralRe: File Summary Pin
Nnamdi Onyeyiri17-Aug-02 9:53
Nnamdi Onyeyiri17-Aug-02 9:53 
GeneralRe: File Summary - I tried that already Pin
Anonymous17-Aug-02 10:03
Anonymous17-Aug-02 10:03 
GeneralRe: File Summary Pin
James T. Johnson17-Aug-02 13:20
James T. Johnson17-Aug-02 13:20 
GeneralRemoting Question Pin
stephen woolhead17-Aug-02 8:52
stephen woolhead17-Aug-02 8:52 
GeneralRe: Remoting Question Pin
Sijin18-Aug-02 20:00
Sijin18-Aug-02 20:00 
GeneralRe: Remoting Question Pin
stephen woolhead18-Aug-02 22:28
stephen woolhead18-Aug-02 22:28 
GeneralRe: Remoting Question - Really confussed now!! Pin
stephen woolhead19-Aug-02 1:03
stephen woolhead19-Aug-02 1:03 
GeneralRe: Remoting Question Pin
Sijin21-Aug-02 5:54
Sijin21-Aug-02 5:54 
GeneralRe: Remoting Question Pin
stephen woolhead21-Aug-02 11:46
stephen woolhead21-Aug-02 11:46 
GeneralLaunch the Internet Explorer... Pin
Vortex17-Aug-02 7:00
Vortex17-Aug-02 7:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.