In VS6 do the ATL wizard generates a lot of code that are used by the COM. In VS.NET is the code hided by a simple structure like:
[ module(dll, uuid = "{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}",
name = "XXXX",
helpstring = "xxx Type Library",
resource_name = "IDR_XXX") ]</pre><BR><BR><pre class="ip-ubbcode-code-pre">[object,
uuid("xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"),
dual,
helpstring("A Interface"),
pointer_default(unique) ]
It is possible to generate the project in VS6 and then work with it in VS.NET, but the codes that VS.NET generate are cleaner.
#EntireX-DCOM#webMethods#Mainframe-Integration