Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP DLLs and Code Updates
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01112182
Message ID:
01113185
Views:
15
>Is this possible? My experience so far has been that my VFP Interop assemblies have to be re-added to the C# project and then the service has to be rebuilt to get the new VFP code.

.NET Interop assemblies bind against a type library and create code from it. So if you make a change to the public interfaces of the COM object that code will break. It may still run until you hit a discreprancy, but it will run.

You can however make changes to the code only and that should work. VFP doesn't re-write ClassIds unless you tell it to so that should still work.

However, I would argue it's good practice to ship the VFP DLL(s) and COM Interop assembly as a package. if you're updating anyway - update all of them. The interop assembly should be separate anyway. This may still break code though if the public interface changes...
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Reply
Map
View

Click here to load this message in the networking platform