Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...435 upgrade errors - 435 upgrade errors -
Previous
 
Next
New Post
11/13/2006 3:42 PM
 

I upgraded from 311 to 435 last night, and all seemed to go well. I noted three sql error logs and all seemed to be about trying to create a foreign key that already existed.

I reinstalled some modules, no errors and all seemed to work well.

But I am definitely having issues with the file system - cannot see templates when looking a portals, and cannot access the file manager. Similar errors there referencing ICShargCode.SharpZipLib.Zip

 

InnerException: c:\WebSites\keywordz\ChautauquaPortal.com\Admin\Files\FileManager.ascx.vb(777): error BC30560: 'ZipEntry' is ambiguous in the namespace 'ICSharpCode.SharpZipLib.Zip'.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.Compilation.BuildManager.CompileWebFile

Also I'm seeing this, which makes it look like I may have wrong machine keys ... but I copied them over from web.config to release.config ...

 

InnerException: Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.
FileColumnNumber: 0
Method: System.Web.Configuration.MachineKeySection.GetDecodedData
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster. ---> System.Web.HttpException: Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster. ---> System.Web.UI.ViewStateException: Invalid viewstate. Client IP: 193.82.249.186 Port: 50914 User-Agent: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) ViewState: 8DoU+ciu6cfeD5RRI2ZTGcFsEmOpQFbI46hij/I8dvajF2U8k1xe+sjcE9Pidvok46RiMUC1seIUdWp/5ZA2G89ujNvPN7p/o7hxLFcHPdQ51S5RM13SAm1qk2K/Ua3Zb9Eg06GSMs8OwO+K1CsWi811hPOl2wkUnnKUwtMz+SOZ6LHYljuqYtsJXEuWxNzwHllkepkQ Referer: http://www.thecrossroadsmarket.com/OurVendors/tabid/390/Default.aspx Path: /Default.aspx ---> System.Web.HttpException: Unable to validate data. at System.Web.Configuration.MachineKeySection.GetDecodedData(Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Int32& dataLength) at System.Web.UI.ObjectStateFormatter.Deserialize(String inputString) --- End of inner exception stack trace --- --- End of inner exception stack trace --- at System.Web.UI.ViewStateException.ThrowError(Exception inner, String persistedState, String errorPageMessage, Boolean macValidationError) at System.Web.UI.ObjectStateFormatter.Deserialize(String inputString) at System.Web.UI.ObjectStateFormatter.System.Web.UI.IStateFormatter.Deserialize(String serializedState) at System.Web.UI.Util.DeserializeWithAssert(IStateFormatter formatter, String serializedState) at System.Web.UI.HiddenFieldPageStatePersister.Load() at System.Web.UI.Page.LoadPageStateFromPersistenceMedium() at System.Web.UI.Page.LoadAllState

 

 


pmgerholdt
 
New Post
11/13/2006 4:23 PM
 


There are several issues with synchronizing the file system that will be fixed in the next release (DNN 4.3.6) which should be available in one-two weeks.

The ambiguous error can be corrected by deleting the ICSharpCode.SharpZipLib.dll from your /bin directory.


DotNetNuke Modules from Snapsis.com
 
New Post
11/13/2006 5:14 PM
 

Indeed ... that did the trick.

You have my gratitude!


pmgerholdt
 
New Post
11/16/2006 7:34 PM
 

I am encountering a number of problems after upgrading 311 --> 435.

All of the below errors occur multiple times.

The install seemed to go ok - I encountered only three sql errors about trying to create a primary key which apparently already existed. All else seemed to go ok, and for the most part the site seems to behave normally.

I hope someone has some insight to these!

Thanks,

Mike

 

Treeviewmenu is not working - has something changed regarding this skinobject?

InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.UI.Skins.Controls.TreeViewMenu.BuildTree
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.UI.Skins.Controls.TreeViewMenu.BuildTree(DNNNode objNode, Boolean blnPODRequest) at DotNetNuke.UI.Skins.Controls.TreeViewMenu.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---

 

Also a solpart menu error:

DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: fc933dae-1dfa-46ee-8b42-ba81ac90dddb
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: Solpart.WebControls.SolpartMenu.BrowserSupportsFunctionality
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at Solpart.WebControls.SolpartMenu.BrowserSupportsFunctionality(ClientFunctionalityEnums eFunctionality) at Solpart.WebControls.SolpartMenu.DownLevelBrowser() at Solpart.WebControls.SolpartMenu.getBorderStyle(String type, String color, Int32 width) at Solpart.WebControls.SolpartMenu.getMenuBorderStyle(String shColor, String hlColor, Int32 width) at Solpart.WebControls.SolpartMenu.WriteCSSStyles() at Solpart.WebControls.SolpartMenu.Page_PreRender(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Control.OnPreRender(EventArgs e) at DotNetNuke.Framework.PageBase.OnPreRender(EventArgs evt) at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---

A scheduler error. The only thing I have scheduled at present is logbufferpurge.

InnerException: Add failed. Duplicate key value supplied.
FileName:
FileLineNumber: -1
FileColumnNumber: -1
Method:
StackTrace:
Message: System.ArgumentException: Add failed. Duplicate key value supplied. at Microsoft.VisualBasic.Collection.Add(Object Item, String Key, Object Before, Object After) at DotNetNuke.Services.Scheduling.DNNScheduling.Scheduler.CoreScheduler.AddToScheduleInProgress(ScheduleHistoryItem objScheduleHistoryItem) at DotNetNuke.Services.Scheduling.DNNScheduling.Scheduler.CoreScheduler.WorkStarted(SchedulerClient& objSchedulerClient)

This error appears to happen when someone attempts to register to a portal:

DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: bd469125-9d7b-4886-a290-65f6cca167cb
InnerException: Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.Configuration.MachineKeySection.GetDecodedData
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster. ---> System.Web.HttpException: Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster. ---> System.Web.UI.ViewStateException: Invalid viewstate. Client IP: 203.144.144.163 Port: 9871 User-Agent: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) ViewState: 8DoU+ciu6cfeD5RRI2ZTGcFsEmOpQFbI46hij/I8dvajF2U8k1xe+sjcE9Pidvok46RiMUC1seIUdWp/5ZA2G89ujNvPN7p/o7hxLFcHPdQ51S5RM13SAm1qk2K/Ua3Zb9Eg06GSMs8OwO+K1CsWi811hPOl2wkUnnKUwtMz+SOZ6LHYljuqYtsJXEuWxNzwHllkepkQ Referer: http://www.thecrossroadsmarket.com/OurVendors/tabid/390/Default.aspx Path: /Default.aspx ---> System.Web.HttpException: Unable to validate data. at System.Web.Configuration.MachineKeySection.GetDecodedData(Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Int32& dataLength) at System.Web.UI.ObjectStateFormatter.Deserialize(String inputString) --- End of inner exception stack trace --- --- End of inner exception stack trace --- at System.Web.UI.ViewStateException.ThrowError(Exception inner, String persistedState, String errorPageMessage, Boolean macValidationError) at System.Web.UI.ObjectStateFormatter.Deserialize(String inputString) at System.Web.UI.ObjectStateFormatter.System.Web.UI.IStateFormatter.Deserialize(String serializedState) at System.Web.UI.Util.DeserializeWithAssert(IStateFormatter formatter, String serializedState) at System.Web.UI.HiddenFieldPageStatePersister.Load() at System.Web.UI.Page.LoadPageStateFromPersistenceMedium() at System.Web.UI.Page.LoadAllState() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---

Not sure where this one comes from or what it means:

ActiveTabName: Authentication
RawURL: /Admin/Authentication/tabid/447/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer:
UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 9ffde176-2e4d-47a5-8fd9-71b88d1cbe3d
InnerException: The specified domain either does not exist or could not be contacted.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.DirectoryServices.DirectoryEntry.Bind
StackTrace:
Message: System.Runtime.InteropServices.COMException (0x8007054B): The specified domain either does not exist or could not be contacted. at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) at System.DirectoryServices.DirectoryEntry.Exists(String path) at DotNetNuke.Security.Authentication.ADSI.Configuration..ctor()
Source:

a couple - three dozen of these on the same portal over a couple of days:

DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
InnerException: Invalid_Viewstate Client IP: 82.103.132.52 Port: 39249 User-Agent: Opera/9.0 (Windows NT 5.1; U; en) ViewState: 8DoU ciu6cfeD5RRI2ZTGcFsEmOpQFbI46hij/I8dvajF2U8k1xe sjcE9Pidvok46RiMUC1seIUdWp/5ZA2G89ujNvPN7p/cSXVY2Cv2SdMb8/HFEHYUVTFkZnmmOCCrzJefAwOkPjlu8m3betDR5uHZlBWqQ8JSklfpgI0OHkfJ7/dVYGcTyjsb9YyNBVCA4fLRdrTvB89SQbSMIxkzgeEG5XCLMzZx5GiEBuyjFFCmbPEfGf/rs3mZRPfOxd4uD7bqx910d WY3r4O4wNA9AGnyKJZu88UGlLUh3JAysN 4GeQlZZQ3wnzcwjDiLroqgUsV/TZtuolNHyBvDsaWHVOTMYP2fO2503HAc62M Po0D/T0MTxhS2yHf/5G8XP0u3YGXmm6zwkqWpW3Bi9AGWcaDiDnqmFqeOTnOzYl4WNZzGNc4/WZDStIvL7G1gpHlOdTgja3oDiVzya BmF2TjSunepfoYJvzdqYFLMgU/jHPfZb/d/dOwyzMDfhqfKWhcT/SfFEjdmKnyq3WTowXV/cqhvusMtXpklYSIrz1wM wcJ0gnaY05OJoyxLDGwGS8 kiOFJZD6DOrgJ8OgtmYwBM1bIKYpHVHrNxQRzUexqztAmCtcOjqOYHsUVoewg KdWXF9VLSM90fUr4Q1APYOB2Piaaw5AkkEFZ1E2 Y6X1L5uEfL//N8G65URFcnILxIweFP4llE83aKmCwXUEe4nk1Nffiz7IJErlcNORS/AsKzhwLFqTPxXAmywtc2A50K2AnCivzVQbFhGxM9dhpJirKWZU3hkWXdagLGI6WnjaLU5Gv4DE8CIOeuJ0K4Miwj55NqasRUPKGdpUJavxpyXK4ZBo/BtV5q67luP2EXEFwKMlB4ABnQp/ZvULqMH4lI/t8imPTBGaD5u mzIg0gi7mFtKSCoJTpNHy46oFsjmu7DiIZxcxDyRf/3TzXMqLLPkuha6M1P2ZvX 4hmDBixX 8uYgfbF7WimBXstM8rCSVJG14D8CqpBwGyXoOptAvYJJ8IlOkGU9lR3DqJ2/w2B5P6pFHjyTVbk9dj8K2zGYX2ENBfKNYBrBmQE1HyKqFtBkZg9wcbF/EsEBKyRE9ShelkPB0en LeaIuK7 EStdAoAiePV6rlw/cRGhfQD3YXe6Q1aj1WeEIq BzYb7hIOVS5SmhEnSfc1u8LvpTVOx3yZrTISRtUafrJOVHN3flKF1nOXyFxvpGI4Tfce4PkeLhcDS2NwQcUAWcha7l25sxPmv7r8bKzlhy bcWAz mEortr6sE9HdS0THpKpFqEn7NQ tB6pJBnUbpvK1XU2WvNN9LOgJ93vZcN1UBl1fkUnPQHW5DHSQKbdR2/GqFkg1g QYMRhqZj8VIqOOk4v8Jp3CqWRmzXsG6ChWvYuZFNmcTvhbbU7DEbAID0v7/ECfDl40HPAz1WOwk2WfVHpq7fwS0mBoftNzrAlxhDhKB3Kf3b7BY2prDr0Mw8hd8bupykD2xaN4yALcojyZkUGOjoaUIDfRYsfadJCXpeTb4Zc7ZOyCkzMAGlFpEIktcaw3Piz7ALKdTeQDyrGzSl6XPAZU3wfZhCLm/eKuE2bNrC1a2mkaX95grZGbHSGMxfUy6VlKlr9W/Mw51VhwYv7qmm92dsIHe/eA0rGHCshl 6F29c5NK7X1O3LmXvkqADXpBmSWB PcN4p ezQ/jkC1ZBXGpQEQPXzUApuXSBQJeKFpELm3VeFHGg2rtx odw7kR6vHtBiTKBPJOTCXEU3jerkxtfSKcU7SL8MBUqneH5y0wy8rQeIRb0ke9yfHhvUuL3xaMF6kHGSUNh2WykwDF/ck II1rtbNxIWd Http-Referer: http://www.crcfonline.org/CRCFNews/tabid/291/ctl/PostComment/mid/749/ArticleID/31/Default.aspx Path: /Default.aspx.
Message: DotNetNuke.Services.Exceptions.PageLoadException: Invalid_Viewstate Client IP: 82.103.132.52 Port: 39249 User-Agent: Opera/9.0 (Windows NT 5.1; U; en) ViewState: 8DoU ciu6cfeD5RRI2ZTGcFsEmOpQFbI46hij/I8dvajF2U8k1xe sjcE9Pidvok46RiMUC1seIUdWp/5ZA2G89ujNvPN7p/cSXVY2Cv2SdMb8/HFEHYUVTFkZnmmOCCrzJefAwOkPjlu8m3betDR5uHZlBWqQ8JSklfpgI0OHkfJ7/dVYGcTyjsb9YyNBVCA4fLRdrTvB89SQbSMIxkzgeEG5XCLMzZx5GiEBuyjFFCmbPEfGf/rs3mZRPfOxd4uD7bqx910d WY3r4O4wNA9AGnyKJZu88UGlLUh3JAysN 4GeQlZZQ3wnzcwjDiLroqgUsV/TZtuolNHyBvDsaWHVOTMYP2fO2503HAc62M Po0D/T0MTxhS2yHf/5G8XP0u3YGXmm6zwkqWpW3Bi9AGWcaDiDnqmFqeOTnOzYl4WNZzGNc4/WZDStIvL7G1gpHlOdTgja3oDiVzya BmF2TjSunepfoYJvzdqYFLMgU/jHPfZb/d/dOwyzMDfhqfKWhcT/SfFEjdmKnyq3WTowXV/cqhvusMtXpklYSIrz1wM wcJ0gnaY05OJoyxLDGwGS8 kiOFJZD6DOrgJ8OgtmYwBM1bIKYpHVHrNxQRzUexqztAmCtcOjqOYHsUVoewg KdWXF9VLSM90fUr4Q1APYOB2Piaaw5AkkEFZ1E2 Y6X1L5uEfL//N8G65URFcnILxIweFP4llE83aKmCwXUEe4nk1Nffiz7IJErlcNORS/AsKzhwLFqTPxXAmywtc2A50K2AnCivzVQbFhGxM9dhpJirKWZU3hkWXdagLGI6WnjaLU5Gv4DE8CIOeuJ0K4Miwj55NqasRUPKGdpUJavxpyXK4ZBo/BtV5q67luP2EXEFwKMlB4ABnQp/ZvULqMH4lI/t8imPTBGaD5u mzIg0gi7mFtKSCoJTpNHy46oFsjmu7DiIZxcxDyRf/3TzXMqLLPkuha6M1P2ZvX 4hmDBixX 8uYgfbF7WimBXstM8rCSVJG14D8CqpBwGyXoOptAvYJJ8IlOkGU9lR3DqJ2/w2B5P6pFHjyTVbk9dj8K2zGYX2ENBfKNYBrBmQE1HyKqFtBkZg9wcbF/EsEBKyRE9ShelkPB0en LeaIuK7 EStdAoAiePV6rlw/cRGhfQD3YXe6Q1aj1WeEIq BzYb7hIOVS5SmhEnSfc1u8LvpTVOx3yZrTISRtUafrJOVHN3flKF1nOXyFxvpGI4Tfce4PkeLhcDS2NwQcUAWcha7l25sxPmv7r8bKzlhy bcWAz mEortr6sE9HdS0THpKpFqEn7NQ tB6pJBnUbpvK1XU2WvNN9LOgJ93vZcN1UBl1fkUnPQHW5DHSQKbdR2/GqFkg1g QYMRhqZj8VIqOOk4v8Jp3CqWRmzXsG6ChWvYuZFNmcTvhbbU7DEbAID0v7/ECfDl40HPAz1WOwk2WfVHpq7fwS0mBoftNzrAlxhDhKB3Kf3b7BY2prDr0Mw8hd8bupykD2xaN4yALcojyZkUGOjoaUIDfRYsfadJCXpeTb4Zc7ZOyCkzMAGlFpEIktcaw3Piz7ALKdTeQDyrGzSl6XPAZU3wfZhCLm/eKuE2bNrC1a2mkaX95grZGbHSGMxfUy6VlKlr9W/Mw51VhwYv7qmm92dsIHe/eA0rGHCshl 6F29c5NK7X1O3LmXvkqADXpBmSWB PcN4p ezQ/jkC1ZBXGpQEQPXzUApuXSBQJeKFpELm3VeFHGg2rtx odw7kR6vHtBiTKBPJOTCXEU3jerkxtfSKcU7SL8MBUqneH5y0wy8rQeIRb0ke9yfHhvUuL3xaMF6kHGSUNh2WykwDF/ck II1rtbNxIWd Http-Referer: http://www.crcfonline.org/CRCFNews/tabid/291/ctl/PostComment/mid/749/ArticleID/31/Default.aspx Path: /Default.aspx. ---> System.Web.HttpException: Invalid_Viewstate Client IP: 82.103.132.52 Port: 39249 User-Agent: Opera/9.0 (Windows NT 5.1; U; en) ViewState: 8DoU ciu6cfeD5RRI2ZTGcFsEmOpQFbI46hij/I8dvajF2U8k1xe sjcE9Pidvok46RiMUC1seIUdWp/5ZA2G89ujNvPN7p/cSXVY2Cv2SdMb8/HFEHYUVTFkZnmmOCCrzJefAwOkPjlu8m3betDR5uHZlBWqQ8JSklfpgI0OHkfJ7/dVYGcTyjsb9YyNBVCA4fLRdrTvB89SQbSMIxkzgeEG5XCLMzZx5GiEBuyjFFCmbPEfGf/rs3mZRPfOxd4uD7bqx910d WY3r4O4wNA9AGnyKJZu88UGlLUh3JAysN 4GeQlZZQ3wnzcwjDiLroqgUsV/TZtuolNHyBvDsaWHVOTMYP2fO2503HAc62M Po0D/T0MTxhS2yHf/5G8XP0u3YGXmm6zwkqWpW3Bi9AGWcaDiDnqmFqeOTnOzYl4WNZzGNc4/WZDStIvL7G1gpHlOdTgja3oDiVzya BmF2TjSunepfoYJvzdqYFLMgU/jHPfZb/d/dOwyzMDfhqfKWhcT/SfFEjdmKnyq3WTowXV/cqhvusMtXpklYSIrz1wM wcJ0gnaY05OJoyxLDGwGS8 kiOFJZD6DOrgJ8OgtmYwBM1bIKYpHVHrNxQRzUexqztAmCtcOjqOYHsUVoewg KdWXF9VLSM90fUr4Q1APYOB2Piaaw5AkkEFZ1E2 Y6X1L5uEfL//N8G65URFcnILxIweFP4llE83aKmCwXUEe4nk1Nffiz7IJErlcNORS/AsKzhwLFqTPxXAmywtc2A50K2AnCivzVQbFhGxM9dhpJirKWZU3hkWXdagLGI6WnjaLU5Gv4DE8CIOeuJ0K4Miwj55NqasRUPKGdpUJavxpyXK4ZBo/BtV5q67luP2EXEFwKMlB4ABnQp/ZvULqMH4lI/t8imPTBGaD5u mzIg0gi7mFtKSCoJTpNHy46oFsjmu7DiIZxcxDyRf/3TzXMqLLPkuha6M1P2ZvX 4hmDBixX 8uYgfbF7WimBXstM8rCSVJG14D8CqpBwGyXoOptAvYJJ8IlOkGU9lR3DqJ2/w2B5P6pFHjyTVbk9dj8K2zGYX2ENBfKNYBrBmQE1HyKqFtBkZg9wcbF/EsEBKyRE9ShelkPB0en LeaIuK7 EStdAoAiePV6rlw/cRGhfQD3YXe6Q1aj1WeEIq BzYb7hIOVS5SmhEnSfc1u8LvpTVOx3yZrTISRtUafrJOVHN3flKF1nOXyFxvpGI4Tfce4PkeLhcDS2NwQcUAWcha7l25sxPmv7r8bKzlhy bcWAz mEortr6sE9HdS0THpKpFqEn7NQ tB6pJBnUbpvK1XU2WvNN9LOgJ93vZcN1UBl1fkUnPQHW5DHSQKbdR2/GqFkg1g QYMRhqZj8VIqOOk4v8Jp3CqWRmzXsG6ChWvYuZFNmcTvhbbU7DEbAID0v7/ECfDl40HPAz1WOwk2WfVHpq7fwS0mBoftNzrAlxhDhKB3Kf3b7BY2prDr0Mw8hd8bupykD2xaN4yALcojyZkUGOjoaUIDfRYsfadJCXpeTb4Zc7ZOyCkzMAGlFpEIktcaw3Piz7ALKdTeQDyrGzSl6XPAZU3wfZhCLm/eKuE2bNrC1a2mkaX95grZGbHSGMxfUy6VlKlr9W/Mw51VhwYv7qmm92dsIHe/eA0rGHCshl 6F29c5NK7X1O3LmXvkqADXpBmSWB PcN4p ezQ/jkC1ZBXGpQEQPXzUApuXSBQJeKFpELm3VeFHGg2rtx odw7kR6vHtBiTKBPJOTCXEU3jerkxtfSKcU7SL8MBUqneH5y0wy8rQeIRb0ke9yfHhvUuL3xaMF6kHGSUNh2WykwDF/ck II1rtbNxIWd Http-Referer: http://www.crcfonline.org/CRCFNews/tabid/291/ctl/PostComment/mid/749/ArticleID/31/Default.aspx Path: /Default.aspx. ---> System.FormatException: Invalid length for a Base-64 char array. at System.Convert.FromBase64String(String s) at System.Web.UI.LosFormatter.Deserialize(String input) at System.Web.UI.Page.LoadPageStateFromPersistenceMedium() --- End of inner exception stack trace --- at System.Web.UI.Page.LoadPageStateFromPersistenceMedium() at System.Web.UI.Page.LoadPageViewState() at System.Web.UI.Page.ProcessRequestMain() --- End of inner exception stack trace ---
StackTrace:

Hellp!?! :)


pmgerholdt
 
New Post
11/17/2006 7:41 AM
 

 

Please upgrade to 4.3.6, there are security issues with 4.3.5 that have been made public.


DotNetNuke Modules from Snapsis.com
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...435 upgrade errors - 435 upgrade errors -


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out