When I do a clean install of DNN4x, everything works fine. But if I do an upgrade, I get the following error.
BTW. I use IIS5 with SqlServer2000. But the same problem happened on another machine with IIS6.
Thanks for your help.
Olivier Dupuis
BC30392: 'Catch' cannot catch type 'exception' because it is not 'System.Exception' or a class that inherits from 'System.Exception'.
Source Error:
Line 117: objEventLogInfo.LogTypeKey = Services.Log.EventLog.EventLogController.EventLogType.APPLICATION_SHUTTING_DOWN.ToString Line 118: objEv.AddLog(objEventLogInfo) Line 119: Catch exc As Exception Line 120: LogException(exc) Line 121: End Try
Did you replace the web.config or use the old one from your DNN3 site? You need to rename the release.config to web.config, and transfer your SQL server settings from the old web.config to the new one.
I finally found out what was the source of my problem. It seems there is a conflict between the pdflib dll and the DNN4 application. Removing this dll from my bin resolves this problem. Now I just have to find a way to correct this situation, since I really
need to be using pdflib (I use it in one of my module).
odupuis
Member
62 Points
13 Posts
Upgrade Dnn3 to Dnn4 - error BC30392
Jul 12, 2006 05:35 PM|LINK
When I do a clean install of DNN4x, everything works fine. But if I do an upgrade, I get the following error.
BTW. I use IIS5 with SqlServer2000. But the same problem happened on another machine with IIS6.
Thanks for your help.
Olivier Dupuis
BC30392: 'Catch' cannot catch type 'exception' because it is not 'System.Exception' or a class that inherits from 'System.Exception'.
Source Error:
Source File: C:\DotNetNuke_v4\App_Code\Global.asax.vb Line: 119
olivierdupuis.typepad.com - An extreme [.Net] programming experience, with a focus on DotNetNuke
adefwebserve...
Contributor
5912 Points
1207 Posts
MVP
Re: Upgrade Dnn3 to Dnn4 - error BC30392
Jul 13, 2006 12:27 PM|LINK
Open Light Group
LightSwitchHelpWebsite.com | ADefWebserver.com
odupuis
Member
62 Points
13 Posts
Re: Upgrade Dnn3 to Dnn4 - error BC30392 - Problem with PdfLib
Jul 13, 2006 12:49 PM|LINK
Olivier Dupuis
olivierdupuis.typepad.com - An extreme [.Net] programming experience, with a focus on DotNetNuke