I want the activevfp.dll (and the Foxpro-runtime vfp9t.dll and all others) not in the same directory as default.aspx. What do I have to do ?
I think I have to change something in webapp.manifest.
I tried it with:
<dependentAssembly>
<assemblyIdentity name="activevfp.dll" version="1.0.3822.25700" type= ....... />
<codeBase version="1.0.0.0" href="C:\MyAvfpApp\Bin\activevfp.dll"/>
</dependentAssembly>
But that dosn't work. What is the right spelling?
Has anybody figured it out?
Thank you for your advice.
Markus Schnetzler
I think I have to change something in webapp.manifest.
I tried it with:
<dependentAssembly>
<assemblyIdentity name="activevfp.dll" version="1.0.3822.25700" type= ....... />
<codeBase version="1.0.0.0" href="C:\MyAvfpApp\Bin\activevfp.dll"/>
</dependentAssembly>
But that dosn't work. What is the right spelling?
Has anybody figured it out?
Thank you for your advice.
Markus Schnetzler