Click here to Skip to main content
15,923,164 members
Home / Discussions / C#
   

C#

 
GeneralRe: Specialized Collection/List Pin
Joel Holdsworth14-Oct-03 12:09
Joel Holdsworth14-Oct-03 12:09 
GeneralRe: Specialized Collection/List Pin
leppie14-Oct-03 17:10
leppie14-Oct-03 17:10 
GeneralDirectX 9 Pin
diltsman30-Sep-03 8:30
diltsman30-Sep-03 8:30 
GeneralScreensaver Pin
obelisk2930-Sep-03 8:25
obelisk2930-Sep-03 8:25 
QuestionMore limited than internal? Pin
Meysam Mahfouzi30-Sep-03 5:59
Meysam Mahfouzi30-Sep-03 5:59 
AnswerRe: More limited than internal? Pin
Nathan Blomquist30-Sep-03 10:48
Nathan Blomquist30-Sep-03 10:48 
AnswerRe: More limited than internal? Pin
Blake Coverett30-Sep-03 11:39
Blake Coverett30-Sep-03 11:39 
GeneralRe: More limited than internal? Pin
Meysam Mahfouzi30-Sep-03 18:09
Meysam Mahfouzi30-Sep-03 18:09 
GeneralRe: More limited than internal? Pin
Blake Coverett30-Sep-03 19:26
Blake Coverett30-Sep-03 19:26 
GeneralRe: More limited than internal? Pin
Meysam Mahfouzi1-Oct-03 3:36
Meysam Mahfouzi1-Oct-03 3:36 
GeneralRe: More limited than internal? Pin
Nathan Blomquist2-Oct-03 10:44
Nathan Blomquist2-Oct-03 10:44 
GeneralRe: More limited than internal? Pin
Meysam Mahfouzi2-Oct-03 20:10
Meysam Mahfouzi2-Oct-03 20:10 
GeneralRe: More limited than internal? Pin
Nathan Blomquist3-Oct-03 4:36
Nathan Blomquist3-Oct-03 4:36 
GeneralTable won't store data Pin
Obi730-Sep-03 1:37
Obi730-Sep-03 1:37 
Generalquestion about threads please Pin
profoundwhispers30-Sep-03 0:49
profoundwhispers30-Sep-03 0:49 
GeneralRe: question about threads please Pin
Heath Stewart30-Sep-03 2:05
protectorHeath Stewart30-Sep-03 2:05 
GeneralRe: question about threads please Pin
profoundwhispers30-Sep-03 3:24
profoundwhispers30-Sep-03 3:24 
GeneralRe: question about threads please Pin
Heath Stewart30-Sep-03 3:33
protectorHeath Stewart30-Sep-03 3:33 
GeneralRe: question about threads please Pin
profoundwhispers30-Sep-03 3:36
profoundwhispers30-Sep-03 3:36 
Questionis it possible? Pin
boazneon30-Sep-03 0:35
boazneon30-Sep-03 0:35 
AnswerRe: is it possible? Pin
Ryan_Roberts30-Sep-03 1:15
Ryan_Roberts30-Sep-03 1:15 
GeneralRe: is it possible? Pin
boazneon30-Sep-03 1:57
boazneon30-Sep-03 1:57 
Generalproblem with inf file Pin
Srikar Y30-Sep-03 0:35
Srikar Y30-Sep-03 0:35 
GeneralRe: problem with inf file Pin
Heath Stewart30-Sep-03 2:02
protectorHeath Stewart30-Sep-03 2:02 
GeneralWeb Services proxy class Pin
sneaky90930-Sep-03 0:08
sneaky90930-Sep-03 0:08 
Confused | :confused: Hi everybody,

My problem is returning my entity objects though the autogenerated web service proxy class.

Explanation:

Projects:
Class library (containing entities)
Web Service (instantiating entities with values from database)
Smart Client (windows forms)

The entity class library is shared between web service and smart client.
What I want to do is sending my entity objects to my smart client, but the proxy class obstructs that by creating a webservice.Vendor class which holds only the public properties as public variables instead of the entity.Vendor class...

The result is that i cant just typecast the proxygenerated Vendor class into my entity.Vendor class. Ive found a "hack" for this by editing the proxy class myself. But that is indesirable as it is overwritten each time I update the web reference due to updates in the webservice...

HELP! Smile | :)

If you need futher details plz do ask

Best regards
Alex

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.