Click here to Skip to main content
15,902,875 members
Home / Discussions / C#
   

C#

 
GeneralRe: Launch an url from csharp Pin
baranils6-Mar-08 7:09
baranils6-Mar-08 7:09 
GeneralRe: Launch an url from csharp Pin
Pete O'Hanlon6-Mar-08 22:00
mvePete O'Hanlon6-Mar-08 22:00 
GeneralRe: Launch an url from csharp Pin
led mike6-Mar-08 4:47
led mike6-Mar-08 4:47 
GeneralCrystal reports Pin
NewToAspDotNet6-Mar-08 2:16
NewToAspDotNet6-Mar-08 2:16 
GeneralRe: Crystal reports Pin
jchalfant6-Mar-08 3:14
jchalfant6-Mar-08 3:14 
GeneralRe: Crystal reports Pin
NewToAspDotNet6-Mar-08 3:57
NewToAspDotNet6-Mar-08 3:57 
GeneralRe: Crystal reports Pin
jchalfant6-Mar-08 5:10
jchalfant6-Mar-08 5:10 
GeneralCreate a class at runtime n access it immediately in client server application Pin
ankita luniya6-Mar-08 2:13
ankita luniya6-Mar-08 2:13 
hii,

Im developing an client server application in C#.

In that i have to use Mobile Agent technology.

On the Server side there is a class...which i want send to the client...by System.IO class..let the class be Mobile...and it has a methode mobilecode()

public class Mobile()
{
public void mobilecode()
{
Code for gathering data from client.
}

}


On the Client side i read this file by stream reader...and i save this class in the same directory of the client.cs project..

on main function of client.cs
i call the class by...

Mobile.mobilecode();

but while compiling..it gives the error...

Mobile doesnt exist...

even if i make an empty class Mobile...thinking it could b overwritten by the code sent from server...dat does not happen...on runtime it reads the same old file...and not the does not updates till the code is executed.

So can anyone help me ou here...as to how to send a class file 4m server to client at runtime and access it immediately at runtime...!!

any help wud b appreciated...

Thnx in advance,,,,!!

ankita luniya
GeneralRe: Create a class at runtime n access it immediately in client server application Pin
Himanshu Joshi6-Mar-08 2:47
Himanshu Joshi6-Mar-08 2:47 
GeneralRe: Create a class at runtime n access it immediately in client server application Pin
ankita luniya6-Mar-08 3:10
ankita luniya6-Mar-08 3:10 
GeneralRe: Create a class at runtime n access it immediately in client server application Pin
Himanshu Joshi6-Mar-08 3:13
Himanshu Joshi6-Mar-08 3:13 
GeneralRe: Create a class at runtime n access it immediately in client server application Pin
ankita luniya6-Mar-08 3:25
ankita luniya6-Mar-08 3:25 
GeneralRe: Create a class at runtime n access it immediately in client server application Pin
Himanshu Joshi6-Mar-08 3:33
Himanshu Joshi6-Mar-08 3:33 
GeneralRe: Create a class at runtime n access it immediately in client server application Pin
ankita luniya6-Mar-08 3:37
ankita luniya6-Mar-08 3:37 
Generalaccessing the Active Directory is giving an error message which is "Insufficient memory " Pin
rozhanin6-Mar-08 1:39
rozhanin6-Mar-08 1:39 
GeneralBuild An Assembly Pin
razanabanu6-Mar-08 1:19
razanabanu6-Mar-08 1:19 
GeneralRe: Build An Assembly Pin
Pete O'Hanlon6-Mar-08 1:28
mvePete O'Hanlon6-Mar-08 1:28 
GeneralRe: Build An Assembly Pin
razanabanu6-Mar-08 1:31
razanabanu6-Mar-08 1:31 
GeneralRe: Build An Assembly Pin
Pete O'Hanlon6-Mar-08 1:57
mvePete O'Hanlon6-Mar-08 1:57 
GeneralRe: Build An Assembly Pin
Lutosław6-Mar-08 6:54
Lutosław6-Mar-08 6:54 
GeneralDifferences in Invoke() Pin
stancrm6-Mar-08 0:46
stancrm6-Mar-08 0:46 
GeneralRe: Differences in Invoke() Pin
Robert Rohde6-Mar-08 1:24
Robert Rohde6-Mar-08 1:24 
GeneralInvalidOperationException Pin
satheesh.yuva6-Mar-08 0:32
satheesh.yuva6-Mar-08 0:32 
GeneralRe: InvalidOperationException Pin
Gareth H6-Mar-08 2:08
Gareth H6-Mar-08 2:08 
GeneralREG_SZ String Value Pin
mjmim6-Mar-08 0:24
mjmim6-Mar-08 0:24 

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.