Click here to Skip to main content
16,005,037 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Change to design view ms access's form from code Pin
Dave Kreskowiak23-Oct-07 5:03
mveDave Kreskowiak23-Oct-07 5:03 
GeneralRe: Change to design view ms access's form from code Pin
haggenx24-Oct-07 4:53
haggenx24-Oct-07 4:53 
QuestionSoftware Licensing VB.NET Pin
Cory Kimble23-Oct-07 3:27
Cory Kimble23-Oct-07 3:27 
AnswerRe: Software Licensing VB.NET Pin
Dave Kreskowiak23-Oct-07 4:53
mveDave Kreskowiak23-Oct-07 4:53 
QuestionRemoting [modified] Pin
RG_SA23-Oct-07 3:14
RG_SA23-Oct-07 3:14 
AnswerRe: Remoting Pin
Dave Kreskowiak23-Oct-07 4:51
mveDave Kreskowiak23-Oct-07 4:51 
GeneralRe: Remoting Pin
RG_SA23-Oct-07 8:46
RG_SA23-Oct-07 8:46 
GeneralRe: Remoting [modified] Pin
Dave Kreskowiak23-Oct-07 9:21
mveDave Kreskowiak23-Oct-07 9:21 
RG_SA wrote:
I see that you have not remoted datasets in your apps


No, I said I haven't done it under all the designer generated crap of VS2008. I normally don't use the designer generated stuff...

I HAVE remoted DataSet's with my own code under 2005. Since a DS is easily serializable under XML, there's no problem. An instance of an Object is not serializable, even if it's a wrapper for a serializable object. If the function returned an object that inherited from DataSet, it shouldn't be an issue.

OK. The original post changed. The error you're getting is probably caused by the interface definition not being found. Is the assembly that defines the interface in the folder from where the server .EXE was launched?? Are you returning an implementation of that interface?? Is the assembly for that definition in the server .EXE's folder?? Do the assembly version numbers match what the server .EXE was compiled against?? That's usually what causes the error you're getting.






-- modified at 15:34 Tuesday 23rd October, 2007

A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


Questionsharing info with other programs Pin
cj433123-Oct-07 3:03
cj433123-Oct-07 3:03 
AnswerRe: sharing info with other programs Pin
Dave Kreskowiak23-Oct-07 4:40
mveDave Kreskowiak23-Oct-07 4:40 
GeneralRe: sharing info with other programs Pin
cj433123-Oct-07 10:24
cj433123-Oct-07 10:24 
GeneralRe: sharing info with other programs Pin
Dave Kreskowiak23-Oct-07 10:30
mveDave Kreskowiak23-Oct-07 10:30 
GeneralRe: sharing info with other programs Pin
cj433123-Oct-07 10:43
cj433123-Oct-07 10:43 
Questionproblem in Node.InsertAfter method() Pin
koolprasad200323-Oct-07 2:27
professionalkoolprasad200323-Oct-07 2:27 
AnswerRe: problem in Node.InsertAfter method() Pin
pmarfleet23-Oct-07 3:32
pmarfleet23-Oct-07 3:32 
GeneralRe: problem in Node.InsertAfter method() Pin
koolprasad200323-Oct-07 17:33
professionalkoolprasad200323-Oct-07 17:33 
GeneralRe: problem in Node.InsertAfter method() Pin
pmarfleet23-Oct-07 21:26
pmarfleet23-Oct-07 21:26 
QuestionVB.Net on Mac OS X Pin
ryan11723-Oct-07 1:55
ryan11723-Oct-07 1:55 
AnswerRe: VB.Net on Mac OS X Pin
Guffa23-Oct-07 2:54
Guffa23-Oct-07 2:54 
GeneralRe: VB.Net on Mac OS X Pin
ryan11726-Oct-07 0:23
ryan11726-Oct-07 0:23 
Questionhow to disable date in calender? Pin
sathyan_829423-Oct-07 1:29
sathyan_829423-Oct-07 1:29 
AnswerRe: how to disable date in calender? Pin
Christian Graus23-Oct-07 1:46
protectorChristian Graus23-Oct-07 1:46 
QuestionClass process fails running from network drive ?? Pin
edmonson23-Oct-07 1:02
edmonson23-Oct-07 1:02 
AnswerRe: Class process fails running from network drive ?? Pin
Dave Kreskowiak23-Oct-07 4:19
mveDave Kreskowiak23-Oct-07 4:19 
GeneralRe: Class process fails running from network drive ?? Pin
edmonson24-Oct-07 3:59
edmonson24-Oct-07 3:59 

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.