Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error running default.aspx
Message
 
To
20/05/2003 16:58:06
General information
Forum:
Visual FoxPro
Category:
ActiveVFP
Miscellaneous
Thread ID:
00784748
Message ID:
00790771
Views:
23
Carlos,
I'm assuming you're using WebAppBuilder to build the new web app. Did you answer yes when it asked "Run web app from ASP.NET?"? If yes, it tries to find the tlbimp.exe which actually creates the .NET proxy from your .VFP. mtdll. It looks in the default .NEt framework BIN directory. If it can't find it, it displays the file dialog where you'll have to enter the path to it. I suppose you would get that error message if it never found TLBIMP.exe to generate the proxy.
You can find the full TLBIMP command it runs in the WebAppBuilder status box after the build under "TLBIMP generate command(use to regenerate)" - you should be able to copy and paste that into the RUN command window to run it manually.
For the PDF generation, I successfully ran it using Print2PDF under Win2k Pro. However, I ran into security problems when running it from Win2k Server. Other PDF drivers like Amyumni may not have this problem. I'll try to resolve this issue in AVFP 2.5...
>Hi Claude
>
>The AVFP Demo runs fine under .net, but when I created my own application, I have "The COM object CLSID {B7ADB085-FA87-46F8-B973-A399EF8565F6} is not valid or is not registered."
>
>I alredy had .NET Framework installed even before to download the AVFP Demo.
>
>I have another problem, I can't use the PDF Reports Generation even in the Demo. I alredy had installed the drivers before, because I'm using the PDF driver in my other VFP applications and works fine, but when I tried with the Demo I have some problem.
>
>Thank you
>
>Carlos
>---------------------------------------------------
>Carlos,
>Do you have the .NET Framework installed? It's a free download from Microsoft and is required to run the .VFP. mtdlls from default.aspx .
>>I have the following error when I tried to run my AVFP application under .net.
>>
>>" The COM object CLSID {B7ADB085-FA87-46F8-B973-A399EF8565F6} is not valid or is not registered.
>>
>>Exception Details: System.Runtime.InteropServices.COMException: El objeto COM con CLSID {B7ADB085-FA87-46F8-B973-A399EF8565F6} no es válido o no está registrado.
>>
>>Source Code Error:
>>Línea 4: <%
>>Línea 5: server x ;
>>Línea 6: x = new server() ;
>>Línea 7: try
>>Línea 8: {
>>
>>Archivo de origen: C:\OCP_Demo2\OCP_demo2\wwwroot\default.aspx Línea: 6 "
>>
>>I don´t have that problem with the example avfpdemo2.
>>
>>Thank you for your help.
>ActiveVFP - a free VFP WebRad solution
>http://www.ActiveVFP.com
>Everything you need for VFP web development!
>AVFP Wishlist
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform