Hi Claudefox,
I downloaded the AVFP 553 installer and source.
After installer ( and source copy over) finished, the start page showed OK.
However, the PJT file is reporting as corrupt when I try to compile the VFP project.
If I fix the PJT file ( by recreating the Apps with other files), then the Default.aspx reports COM error similar to com not found and URL fails.
I've tried registering & unregistering ActiveVFP.dll..(both as 32 and then as 64 bit dll) but it does not work.
Can you replicate if PTJ file is reporting a memo field error at your end?
Now, if I use the original DLL ( from codeplex) and try to debug, I get the error below. Not sure if these two issues are connected but I am running out of next steps that I can check.
Thanks for the help.
The VS debug.aspx error is as follows. This is when I use the original ( i.e. downloaded from codeplex) version of ActiveVFP.dll
System.Runtime.InteropServices.COMException was unhandled by user code
Message=Retrieving the COM class factory for component with CLSID {BEF60CED-FB7C-4835-A927-4EC90F5162CB} failed due to the following error: 80040154.
Source=App_Web_pjvys31-
ErrorCode=-2147221164
StackTrace:
I downloaded the AVFP 553 installer and source.
After installer ( and source copy over) finished, the start page showed OK.
However, the PJT file is reporting as corrupt when I try to compile the VFP project.
If I fix the PJT file ( by recreating the Apps with other files), then the Default.aspx reports COM error similar to com not found and URL fails.
I've tried registering & unregistering ActiveVFP.dll..(both as 32 and then as 64 bit dll) but it does not work.
Can you replicate if PTJ file is reporting a memo field error at your end?
Now, if I use the original DLL ( from codeplex) and try to debug, I get the error below. Not sure if these two issues are connected but I am running out of next steps that I can check.
Thanks for the help.
The VS debug.aspx error is as follows. This is when I use the original ( i.e. downloaded from codeplex) version of ActiveVFP.dll
System.Runtime.InteropServices.COMException was unhandled by user code
Message=Retrieving the COM class factory for component with CLSID {BEF60CED-FB7C-4835-A927-4EC90F5162CB} failed due to the following error: 80040154.
Source=App_Web_pjvys31-
ErrorCode=-2147221164
StackTrace:
at ASP.debug_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\...\debug.aspx:line 5
at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
at System.Web.UI.Page.Render(HtmlTextWriter writer)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
InnerException: