Click here to Skip to main content
15,889,096 members
Home / Discussions / C#
   

C#

 
AnswerRe: Load Screens Pin
coolestCoder16-Aug-06 20:33
coolestCoder16-Aug-06 20:33 
GeneralRe: Load Screens Pin
kkadir16-Aug-06 20:45
kkadir16-Aug-06 20:45 
GeneralRe: Load Screens Pin
coolestCoder16-Aug-06 21:01
coolestCoder16-Aug-06 21:01 
AnswerRe: Load Screens Pin
kkadir16-Aug-06 22:00
kkadir16-Aug-06 22:00 
AnswerRe: Load Screens [modified] Pin
alexey N16-Aug-06 22:08
alexey N16-Aug-06 22:08 
QuestionApplication UnInstaller Pin
maaran16-Aug-06 20:14
maaran16-Aug-06 20:14 
QuestionWhat can I set privilige of saving avi file realtime in c# code? Pin
bhatem16-Aug-06 20:10
bhatem16-Aug-06 20:10 
QuestionA .Net remoting question Pin
Xiaoming Qian16-Aug-06 20:06
Xiaoming Qian16-Aug-06 20:06 
I am a newcomer to .Net Remoting. After I had read some articles at CodeProject,I did som work by my self.
I created three project:Server.exe,Client.exe,RemotableObject.dll.Here is my Client code:
<br />
using RemotableObject;<br />
...<br />
private MyRemotableObject remoteObject;<br />
...<br />
TcpChannel m_TcpChan = new TcpChannel();<br />
ChannelServices.RegisterChannel(m_TcpChan);<br />
<br />
RemotingConfiguration.RegisterWellKnownClientType(<br />
  typeof(MyRemotableObject),"tcp://localhost:8080/MyRemotableObject");<br />
remoteObject = new MyRemotableObject();<br />
remoteObject.Method1();<br />

When I running the Client, it raise "System.IO.FileNotFoundException: File not found:RemotableObject".So I put RemotableObject.dll in the Client.exe's folder,and it's all well.
My question is: Does the RemotableObject.dll must be deployed together with every client? If it must,then what role does the RemotableObject.dll acts on the client? If it doesn't ,what additional work should I do to let RemotableObject.dll apart from the client?
QuestionIE Addons Pin
Illegal Operation16-Aug-06 20:05
Illegal Operation16-Aug-06 20:05 
QuestionHandling Web Browser Control in C# application Pin
farrukh_saeed8016-Aug-06 19:55
farrukh_saeed8016-Aug-06 19:55 
AnswerRe: Handling Web Browser Control in C# application Pin
chandler8316-Aug-06 19:57
chandler8316-Aug-06 19:57 
GeneralRe: Handling Web Browser Control in C# application Pin
farrukh_saeed8017-Aug-06 0:24
farrukh_saeed8017-Aug-06 0:24 
QuestionTreeview control - selecting a particular child node by coding Pin
chandler8316-Aug-06 19:45
chandler8316-Aug-06 19:45 
AnswerRe: Treeview control - selecting a particular child node by coding Pin
mav.northwind16-Aug-06 20:13
mav.northwind16-Aug-06 20:13 
GeneralRe: Treeview control - selecting a particular child node by coding Pin
chandler8316-Aug-06 21:22
chandler8316-Aug-06 21:22 
GeneralRe: Treeview control - selecting a particular child node by coding Pin
mav.northwind17-Aug-06 0:59
mav.northwind17-Aug-06 0:59 
AnswerRe: Treeview control - selecting a particular child node by coding Pin
kozu17-Aug-06 11:01
kozu17-Aug-06 11:01 
Questionexporting dataset to excel sheet in formatted way. Pin
sheetal alaspure16-Aug-06 19:35
sheetal alaspure16-Aug-06 19:35 
Questioncount the number of words in a document file Pin
sharma sanjeev16-Aug-06 19:34
sharma sanjeev16-Aug-06 19:34 
AnswerRe: count the number of words in a document file Pin
coolestCoder16-Aug-06 20:40
coolestCoder16-Aug-06 20:40 
Questionnumeric validation Pin
sarojkumarjena16-Aug-06 19:24
sarojkumarjena16-Aug-06 19:24 
AnswerRe: numeric validation Pin
stancrm16-Aug-06 19:30
stancrm16-Aug-06 19:30 
AnswerRe: numeric validation Pin
Christian Graus16-Aug-06 19:33
protectorChristian Graus16-Aug-06 19:33 
Questiona Question regarding object serialization Pin
Green Fuze16-Aug-06 19:15
Green Fuze16-Aug-06 19:15 
AnswerRe: a Question regarding object serialization Pin
coolestCoder16-Aug-06 20:55
coolestCoder16-Aug-06 20:55 

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.