we ran through te following issue: one of our .NET developer created a DLL using Visual studio 2005. He followed the step outlined in this link: http://www.code-magazine.com/article.aspx?quickid=0404072&page=2 register for Com interop is enabled and we have added the following to the class [ComVisible(true)] we buid the DLL on the same machine that has VFP and we are able to access it from VFP with createobject, for example oTest = CREATEOBJECT("TESTVBDLL.ComClass1") lcval= otest.Increment(10) if we just want to Register the same .NET DLL ( TESTVBDLL) on another worksation so another developer can call from his computer using VFP , how do we do that? Any help is appreciated on this Jean Haidar
--- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

