Inscription
Mot de passe oublié ?

 

Une question sur nos modules?

Notre équipe vous répond sous 24 heures

Accès aux modules, bugs, demandes d'évolutions... Toutes vos questions sont les bienvenues sur cet espace d'échange ouvert à tous nos inscrits! Nous essayons de traiter vos demandes dans les 24h.

Merci de votre confiance!

 
  Aricie  Discussions  General  Aricie.Shared_01.03.12 upgraded produces compiler error
Précédente Précédente
 
Suivante Suivante
Nouveau message 28/06/2010 12:47
Utilisateur déconnecté robax
15 messages 
Sans évaluation


Aricie.Shared_01.03.12 upgraded produces compiler error 

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
 

 1 Contestations
Nouveau message 28/06/2010 13:08
Utilisateur déconnecté robax
15 messages 
Sans évaluation


Re: Aricie.Shared_01.03.12 upgraded produces compiler error 

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

 
Nouveau message 28/06/2010 14:13
Utilisateur déconnecté Stéphane TETARD
68 messages 
Sans évaluation


Re: Aricie.Shared_01.03.12 upgraded produces compiler error 

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
 
Nouveau message 19/01/2011 17:27
Utilisateur déconnecté Matthieu MARTENS
21 messages 
Sans évaluation


Re: Aricie.Shared_01.03.12 upgraded produces compiler error 

Hi,

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

 
Précédente Précédente
 
Suivante Suivante
  Aricie  Discussions  General  Aricie.Shared_01.03.12 upgraded produces compiler error