Good morning,
I've been attempting to upgrade 1.9.1.8 to 1.9.3 (the .NET 3.5 version) and have run into an issue.
I followed the instructions to copy and rename
/webconfigs/v191-upgrade-web.config to be the web.config. I continued with the rest of the instructions, and when attempting to access the site I get:
Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
This might be because I have .NET 3.5 installed, and the only version of System.Web.Extensions that I have on the server is v3.5.
So I thought I'd try using the
/webconfigs/recommended-NETv3.5-web.config instead of the upgrade one (going against the instructions).
Upon hitting the install/default.aspx, it asks me for a configuration password, and on the next screen gives me this:
There has been a serious error loading the forum. No further information is available.
Please contact the administrator if this message persists.
That has a "Try Again" link that points back to /default.aspx (not /install/default.aspx), which fails to load of course since we aren't upgraded yet.
When I revert back to the 1.9.1.8 code and check Admin => Error Log, there's a ton of "Failure Initializing User/Page" with "Could not find stored procedure 'dbo.yaf_prov_getuser'" that corresponds to the timestamps that I hit the "Try Again" link.
I don't believe the latter to be relevant to the former.
I believe the issue lies in the
/webconfigs/v191-upgrade-web.config not being set up to handle a .NET 3.5 server, but I am not savvy enough to know why, or what changes to make.
Could someone advise a successful path to upgrading?
For now, we're back on 1.9.1.8 without any issues.