Accessing a method from one project in another
-
I am trying to create a windows service and I need to access a method from another project. The windows service project and the project containing the required method are in the same solution. Is it possible to do this? If so how would I go about it?
-
I am trying to create a windows service and I need to access a method from another project. The windows service project and the project containing the required method are in the same solution. Is it possible to do this? If so how would I go about it?
-
I am trying to create a windows service and I need to access a method from another project. The windows service project and the project containing the required method are in the same solution. Is it possible to do this? If so how would I go about it?
and make sure that you have used teh appropriate access modifiers for the method..so that it can be accessible in other projects...
Ashvin Gunga
-
I am trying to create a windows service and I need to access a method from another project. The windows service project and the project containing the required method are in the same solution. Is it possible to do this? If so how would I go about it?
First u create a shared assembly.u can communicate with different application. u try to create some interface u can solve the problem
Continue...