Login

 

Got a question for us?

Get help from our team within 24 hours

Problems to access downloads, install or configure a module? Remarks, bugs or suggestions? We treat your request within 24 hours.

Thanks for your feedback!

HomeHomeDiscussionsDiscussionsGeneralGeneralAricie.Shared_01.03.12 upgraded produces compiler errorAricie.Shared_01.03.12 upgraded produces compiler error
Previous
 
Next
New Post
6/28/2010 11:47 AM
 

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
 

 
New Post
6/28/2010 12:08 PM
 

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

 
New Post
6/28/2010 1:13 PM
 

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.

 




Stéphane TETARD
ARICIE - Board member of DotNetNuke France
 
New Post
1/19/2011 4:27 PM
 

Hi,

I updated the new version 1.0.2 of PaceMaker which correct this mistake.

 
Previous
 
Next
HomeHomeDiscussionsDiscussionsGeneralGeneralAricie.Shared_01.03.12 upgraded produces compiler errorAricie.Shared_01.03.12 upgraded produces compiler error