Hello everybody.
I have the following scenario: A ERP written in .NET which we want to send
orders to a Biztalk Server 2006 for an integration with another
application.
When i try to add a web refference from my erp services to a biztalk
project
i receive an error cs0102: the type
'biztalk_server_project1.localhost.mydataset' already contains a
definition
for 'datatable1rowchangedeventhandler'.
We use in our ERP typed datasets for entities and i want to use these
types
in biztalk too.
The alternative would be to create new schemas in biztalk, publish them to
my erp, and the create another layer of web services to wrap the existing
ones, in order to comunicate with biztalk using the new schemas. I would
like to avoid this aproach.
Any help? Why do i get that error, and what should i do in this case?
thanx