R
Roby Eisenbraun Martins
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
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