Click here to Skip to main content
15,910,603 members
Home / Discussions / C#
   

C#

 
GeneralRe: Windows Service doesn't make event logs on Windows Server 2003 due to insufficient rights Pin
Eddy Vluggen16-Apr-09 8:38
professionalEddy Vluggen16-Apr-09 8:38 
QuestionHow to cast multiple form in class Pin
RoalearK16-Apr-09 0:48
RoalearK16-Apr-09 0:48 
AnswerRe: How to cast multiple form in class Pin
0x3c016-Apr-09 0:55
0x3c016-Apr-09 0:55 
QuestionRe: How to cast multiple form in class Pin
RoalearK16-Apr-09 15:59
RoalearK16-Apr-09 15:59 
QuestionHow to print DataGridView using C#.Net in windows application Pin
pradeepc_mca16-Apr-09 0:01
pradeepc_mca16-Apr-09 0:01 
AnswerRe: How to print DataGridView using C#.Net in windows application Pin
Abhijit Jana16-Apr-09 0:21
professionalAbhijit Jana16-Apr-09 0:21 
QuestionHow to make a complex type visible to the client in .NET remoting and WCF? Pin
Farawin15-Apr-09 23:11
Farawin15-Apr-09 23:11 
AnswerRe: How to make a complex type visible to the client in .NET remoting and WCF? Pin
dojohansen16-Apr-09 0:54
dojohansen16-Apr-09 0:54 
Hi,

this may seem silly but it looks as if you've put the interfaces in the *server* application. This is certainly possible, but would require the client to have a reference to the server. Normally one doesn't want to deploy the server on the client machine Smile | :) so one would put the interfaces in a common assembly to be deployed on both client and server.

That said, if you have duplicated the interface declarations so that the code exists in both client and server assemblies then that is your problem - and it should indeed result in InvalidTypeCastException.
GeneralRe: How to make a complex type visible to the client in .NET remoting and WCF? Pin
Farawin16-Apr-09 1:22
Farawin16-Apr-09 1:22 
GeneralRe: How to make a complex type visible to the client in .NET remoting and WCF? Pin
dojohansen16-Apr-09 3:42
dojohansen16-Apr-09 3:42 
GeneralRe: How to make a complex type visible to the client in .NET remoting and WCF? Pin
Farawin16-Apr-09 21:45
Farawin16-Apr-09 21:45 
NewsInteresting Article for C# and Navision Developers Pin
abhishek pareek200915-Apr-09 23:05
abhishek pareek200915-Apr-09 23:05 
QuestionHow do you implement the auto reload process from database data in windows form for display? Pin
calendarw15-Apr-09 22:26
calendarw15-Apr-09 22:26 
AnswerRe: How do you implement the auto reload process from database data in windows form for display? Pin
Mycroft Holmes15-Apr-09 23:20
professionalMycroft Holmes15-Apr-09 23:20 
GeneralRe: How do you implement the auto reload process from database data in windows form for display? Pin
calendarw15-Apr-09 23:41
calendarw15-Apr-09 23:41 
AnswerRe: How do you implement the auto reload process from database data in windows form for display? Pin
SeMartens15-Apr-09 23:21
SeMartens15-Apr-09 23:21 
GeneralRe: How do you implement the auto reload process from database data in windows form for display? Pin
calendarw15-Apr-09 23:47
calendarw15-Apr-09 23:47 
AnswerRe: How do you implement the auto reload process from database data in windows form for display? Pin
dojohansen16-Apr-09 1:15
dojohansen16-Apr-09 1:15 
QuestionDraw text along points Pin
baranils15-Apr-09 22:22
baranils15-Apr-09 22:22 
AnswerRe: Draw text along points Pin
Henry Minute15-Apr-09 23:26
Henry Minute15-Apr-09 23:26 
GeneralRe: Draw text along points Pin
baranils16-Apr-09 0:25
baranils16-Apr-09 0:25 
GeneralRe: Draw text along points [modified] Pin
Henry Minute16-Apr-09 0:41
Henry Minute16-Apr-09 0:41 
GeneralRe: Draw text along points Pin
baranils16-Apr-09 0:56
baranils16-Apr-09 0:56 
GeneralRe: Draw text along points Pin
Henry Minute16-Apr-09 0:57
Henry Minute16-Apr-09 0:57 
GeneralRe: Draw text along points Pin
Henry Minute16-Apr-09 3:50
Henry Minute16-Apr-09 3:50 

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.