Click here to Skip to main content
15,887,821 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can i interact my window service with desktop application. Pin
Mbah Dhaim22-Jul-08 23:51
Mbah Dhaim22-Jul-08 23:51 
AnswerRe: How can i interact my window service with desktop application. Pin
Ashfield23-Jul-08 1:25
Ashfield23-Jul-08 1:25 
QuestionWeb service to call business logic class Pin
Gktony22-Jul-08 23:20
Gktony22-Jul-08 23:20 
AnswerRe: Web service to call business logic class Pin
Harvey Saayman23-Jul-08 2:36
Harvey Saayman23-Jul-08 2:36 
GeneralRe: Web service to call business logic class Pin
Gktony23-Jul-08 2:49
Gktony23-Jul-08 2:49 
GeneralRe: Web service to call business logic class Pin
DaveyM6923-Jul-08 2:57
professionalDaveyM6923-Jul-08 2:57 
GeneralRe: Web service to call business logic class Pin
Harvey Saayman23-Jul-08 3:21
Harvey Saayman23-Jul-08 3:21 
AnswerRe: Web service to call business logic class Pin
Gktony23-Jul-08 5:21
Gktony23-Jul-08 5:21 
If you are not happy with the question there is a better way of putting it. Either ask to be more specific or ignore it (don’t bother as you mention). All of your writing is absolutely unnecessary and doesn’t help anyone.

The reason I didn’t provide any code is because I know is only a line or two of code and yes I have search the web for it prior to my posting.

I have got it working using reflection and I want to make it work without reflection.

The code I used is,

[WebMethod]
public object ExecuteMethod( object ClassName, string method, params object[] arguments)
{
object returnedObject = ClassName.Method();
return returnedObject;
}

The problem I have is how to invoke the class name and method parameter in the web service
GeneralRe: Web service to call business logic class Pin
Pete O'Hanlon23-Jul-08 8:30
mvePete O'Hanlon23-Jul-08 8:30 
GeneralRe: Web service to call business logic class Pin
Gktony23-Jul-08 9:08
Gktony23-Jul-08 9:08 
QuestionBrowser Close Pin
Agweet22-Jul-08 22:46
Agweet22-Jul-08 22:46 
AnswerRe: Browser Close Pin
Paw Jershauge22-Jul-08 22:50
Paw Jershauge22-Jul-08 22:50 
GeneralRe: Browser Close Pin
Agweet22-Jul-08 22:55
Agweet22-Jul-08 22:55 
GeneralRe: Browser Close Pin
Agweet22-Jul-08 22:55
Agweet22-Jul-08 22:55 
AnswerRe: Browser Close Pin
franz.pilgerstorfer22-Jul-08 22:56
franz.pilgerstorfer22-Jul-08 22:56 
GeneralRe: Browser Close Pin
Agweet22-Jul-08 23:11
Agweet22-Jul-08 23:11 
GeneralRe: Browser Close Pin
franz.pilgerstorfer22-Jul-08 23:20
franz.pilgerstorfer22-Jul-08 23:20 
GeneralRe: Browser Close Pin
Agweet22-Jul-08 23:29
Agweet22-Jul-08 23:29 
GeneralRe: Browser Close Pin
Paw Jershauge22-Jul-08 23:21
Paw Jershauge22-Jul-08 23:21 
GeneralRe: Browser Close Pin
Agweet22-Jul-08 23:30
Agweet22-Jul-08 23:30 
GeneralRe: Browser Close Pin
leppie22-Jul-08 23:52
leppie22-Jul-08 23:52 
AnswerRe: Browser Close Pin
ashok@techxygen23-Jul-08 0:03
ashok@techxygen23-Jul-08 0:03 
GeneralRe: Browser Close Pin
Agweet23-Jul-08 0:56
Agweet23-Jul-08 0:56 
QuestionwebBrowser Control Pin
mahmoud wafy22-Jul-08 22:32
mahmoud wafy22-Jul-08 22:32 
QuestionDeployment WinForm, SqlExpress, DB Pin
franz.pilgerstorfer22-Jul-08 21:41
franz.pilgerstorfer22-Jul-08 21:41 

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.