![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I have a solution working with a webservice project, userinterface project and they both reference to a personal framework project. When I create a method on the webservice project using a class from the framework and I call that method from the userinterface it crashes with a ambiguous reference error. In fact the webservice is creating another class to be able to send it. But I don't want that because I know the userinterface has got that class already. I want to work with the same class. How can I flag my classes from the framework project to not be "replicated" by .NET when using a webservice? Thank you, Roby |
#3
| |||
| |||
|
|
Two questions: Can we see the webservice code? Why are you returning a proprietary entity via the WebService model and not using Remoting? "Roby Eisenbraun Martins" <RobyEisenbraunMartins (AT) discussions (DOT) microsoft.com wrote Hi, I have a solution working with a webservice project, userinterface project and they both reference to a personal framework project. When I create a method on the webservice project using a class from the framework and I call that method from the userinterface it crashes with a ambiguous reference error. In fact the webservice is creating another class to be able to send it. But I don't want that because I know the userinterface has got that class already. I want to work with the same class. How can I flag my classes from the framework project to not be "replicated" by .NET when using a webservice? Thank you, Roby |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |