Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can I create a Self-Describing DLL for use with .NET
Message
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
01097898
Message ID:
01099122
Views:
14
Dave,

I assume that you are building web application and use VFP MTDLLs to implement your business logic. In this case, you could just create a runtime callable wrapper using tlbimp.exe against the VFP DLL, then create two manifest files (they are just text files, with most of the data taken from VBR and saved in XML format) and xcopy it all in the virtual folder under the IIS. No COM registration is required, and you could have the same COM object installed side-by-side on the same server many times.

Igor.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform