BUG: Registration of Attributed ATL Component fails with Web References
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am developing an attributed ATL COM component in VC 7.0. Everything works fine until I add a web reference. When I add a web reference to some webservice (created in Java), the BUILD process of ATL COM component generates following error while performing registration. Performing registration Project : error PRJ0019: A tool returned an error code from "Performing registration" The point is that if I make the same ATL COM component without using Attributes, the BUILD process returns no error even after adding the web-reference to the web service. Could anyone be able to help me out in resolving this issue ? Regards, Arun