CLR Extender Reference

Deploying .NET Extender Applications

Description »

To deploy Visual FoxPro Apps using .NET Extender you need in addition to the .NET Framework installed in the target machine, also the following components:

Comwrapper4managed.dll

CLRExtenderProcedures.prg

SetEnvironment.prg (or your own prg setting the environment in your app)

NetBaseControls.vcx, for hosting .NET controls inside Visual Foxpro forms.

NetCLRClasses.vcx

Also depending of your user machines you could need VCRedist_x86.exe available here this installs the Visual C Runtimes that comes with Visual Studio SP1.

Example »

 

Remarks »

The .NET Extender does not need registration because it does not use COM Interop neither Type Libraries. So it is a matter of just Copy the required files to the target machine.

Recently we made possible even to run that with the Default VC runtime installed with the .NET Framework 2.0. Also you can use Configure your app to be an isolated application to use its own runtime dlls instead of requring to install VCRedist_x86.exe

 

Other Resources »

 


Send comments about this topic to eTecnologia.net.