Hi there,
I've just now installed Aricie.Shared_01.03.12_Install on my portal which has been running Aricie.DNNPaceMaker.1.0.1 for a couple of weeks, and the web application failed to restart after the upgrade, and instead, produced the error pasted below.
I'll try uninstalling the shared component and revert to the prevous release.
Hope it makes sense to you Rob
Server Error in '/' Application. Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30002: Type 'Entities.Portals.PortalAliasController' is not defined.
Source Error:
Line 16:             Get Line 17:                 If _KeepAliveUrl = "" Then Line 18:                     Dim pc As New Entities.Portals.PortalAliasController Line 19:                     Dim paCollec As ArrayList = pc.GetPortalAliasArrayByPortalID(-1) Line 20: Source File: C:\inetpub\wwwroot\wonderwebs03\App_Code\Aricie.DNNPaceMaker\PaceMaker.vb    Line: 18  
I was able to get it started up again by removing the dll's from the bin and the appcode and httpmodule lines from the web.config.
Then I uninstalled Pace Maker and the shared bits, and then I reinstalled the current shared bits again. I'll be upgrading the portal to DNN5 shortly anyway and I see that the Pace Maker module isnt' compatible with it, so I'll just use a ping service or something. That should be fine.
Regards, Rob
Hi,
I think you could continue to use PaceMaker on your instance with modifying file "C:\inetpub\wwwroot\wonderwebs03\App_Code\Aricie.DNNPaceMaker\PaceMaker.vb" which probably contains mistake.
You should only have to replace line 18: "Dim pc As New Entities.Portals.PortalAliasController" by "Dim pc As New DotNetNuke.Entities.Portals.PortalAliasController".
Thanks for your support.
 
Hi, I updated the new version 1.0.2 of PaceMaker which correct this mistake.