Click here to Skip to main content
15,884,629 members
Home / Discussions / C#
   

C#

 
GeneralRe: Backslashes and forward slashes Pin
Darrall4-Apr-10 8:05
Darrall4-Apr-10 8:05 
GeneralRe: Backslashes and forward slashes Pin
PIEBALDconsult4-Apr-10 13:40
mvePIEBALDconsult4-Apr-10 13:40 
QuestionAdding items to ListView groups Pin
teknolog1234-Apr-10 4:09
teknolog1234-Apr-10 4:09 
AnswerRe: Adding items to ListView groups Pin
Luc Pattyn4-Apr-10 4:12
sitebuilderLuc Pattyn4-Apr-10 4:12 
QuestionSerializationException was unhandled Message="Unable to find assembly... " problem Pin
barak drechsler4-Apr-10 3:37
barak drechsler4-Apr-10 3:37 
AnswerRe: SerializationException was unhandled Message="Unable to find assembly... " problem Pin
Nicholas Butler4-Apr-10 6:23
sitebuilderNicholas Butler4-Apr-10 6:23 
GeneralRe: SerializationException was unhandled Message="Unable to find assembly... " problem Pin
barak drechsler4-Apr-10 7:39
barak drechsler4-Apr-10 7:39 
GeneralRe: SerializationException was unhandled Message="Unable to find assembly... " problem Pin
Nicholas Butler4-Apr-10 8:01
sitebuilderNicholas Butler4-Apr-10 8:01 
Ok, the easiest way is to create a library assembly:

1) Add a new project in your solution of type "Class Library"

2) Put your code for any classes that are shared ( like BuddyList ) into this project.

3) Right-click on the References node of both your server and client and add a reference to the new project.

Both your server and client will now be using the exact same classes and you will be able to serialize them in one and deserialize them in the other.

Nick
GeneralRe: SerializationException was unhandled Message="Unable to find assembly... " problem Pin
barak drechsler4-Apr-10 8:45
barak drechsler4-Apr-10 8:45 
QuestionUnnecessory process - please wait while windows configures Pin
Milind Panchal4-Apr-10 2:18
Milind Panchal4-Apr-10 2:18 
QuestionHide subproperty in PropertyGrid Pin
viciouskinid3-Apr-10 23:39
viciouskinid3-Apr-10 23:39 
AnswerRe: Hide subproperty in PropertyGrid Pin
OriginalGriff4-Apr-10 1:27
mveOriginalGriff4-Apr-10 1:27 
GeneralRe: Hide subproperty in PropertyGrid Pin
viciouskinid4-Apr-10 16:29
viciouskinid4-Apr-10 16:29 
QuestionForwarding received SMS from the phone to output Pin
Kujtim Hyseni3-Apr-10 22:29
Kujtim Hyseni3-Apr-10 22:29 
QuestionHow can i find some Hardware information on run time ? Pin
Yanshof3-Apr-10 13:37
Yanshof3-Apr-10 13:37 
AnswerRe: How can i find some Hardware information on run time ? Pin
Eddy Vluggen3-Apr-10 14:28
professionalEddy Vluggen3-Apr-10 14:28 
GeneralRe: How can i find some Hardware information on run time ? Pin
Yanshof3-Apr-10 14:31
Yanshof3-Apr-10 14:31 
GeneralRe: How can i find some Hardware information on run time ? Pin
Eddy Vluggen3-Apr-10 14:37
professionalEddy Vluggen3-Apr-10 14:37 
AnswerRe: How can i find some Hardware information on run time ? Pin
Ravi Bhavnani3-Apr-10 14:42
professionalRavi Bhavnani3-Apr-10 14:42 
QuestionProduct key feature Pin
Alok Sharma ji3-Apr-10 3:12
Alok Sharma ji3-Apr-10 3:12 
AnswerRe: Product key feature Pin
xEvOx3-Apr-10 3:41
xEvOx3-Apr-10 3:41 
GeneralRe: Product key feature Pin
Alok Sharma ji3-Apr-10 3:47
Alok Sharma ji3-Apr-10 3:47 
Questionwebbrowser and autoviewer Pin
daveice3-Apr-10 0:45
daveice3-Apr-10 0:45 
AnswerRe: webbrowser and autoviewer Pin
Abhinav S3-Apr-10 1:36
Abhinav S3-Apr-10 1:36 
QuestionRandom numbers Pin
Janded3-Apr-10 0:12
Janded3-Apr-10 0:12 

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.