YAFLogo

retrofive
  • retrofive
  • 65% (Friendly)
  • YAF Camper Topic Starter
11 years ago
So I downloaded 2.1 from gitbub. Followed the readme on upgrading and get the below when trying to run the install:

UserPostedImage

I am very new to this, so sorry if it is obvious.

Currently running 2.0 on Windows Server 2008, MS SQL 2008, "standalone"

Sponsor
Zero2Cool
  • Zero2Cool
  • 100% (Exalted)
  • YAF Leader YAF Version: YAF 3.1.16
11 years ago
I can't pinpoint the problem for you, however, I would suggest repackaging the upgrade and trying to do the upgrade again. The repackaging is only applicable if you are downloading the latest version.
retrofive
  • retrofive
  • 65% (Friendly)
  • YAF Camper Topic Starter
11 years ago

I can't pinpoint the problem for you, however, I would suggest repackaging the upgrade and trying to do the upgrade again. The repackaging is only applicable if you are downloading the latest version.

Originally Posted by: Zero2Cool 

By re-packaging you mean re-run the build.bat and buildpackages.bat?

I have tried that. Maybe Im doing it wrong. Downloaded the latest this morning, ran the .bat's, copied the folder structure to the live iis folder.

retrofive
  • retrofive
  • 65% (Friendly)
  • YAF Camper Topic Starter
11 years ago
Finally was able to build it in VS2012. Says it's it debug mode however and need to re-compile in relase-mode. I'll search around for how.

We still have several issues.

First Unread still doesn't function. (looks like it has been brought back up recently)

Images under the 800 max width are enlarged to 800 making them look funky.

Gofer01
  • Gofer01
  • 100% (Exalted)
  • YAF Commander
11 years ago

Finally was able to build it in VS2012. Says it's it debug mode however and need to re-compile in relase-mode. I'll search around for how.

We still have several issues.

First Unread still doesn't function. (looks like it has been brought back up recently)

Images under the 800 max width are enlarged to 800 making them look funky.

Originally Posted by: retrofive 

I had the same problem like 3 hours ago on a board that been running 3 months. I change the Inherits="_YAf.***" to the name of my page _Default

Once I did that I finally got the site.Master and the code-be-hind page of site.master and Default.aspx to work.


<%@ Page Title="" Language="C#" MasterPageFile="~/site.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

ZeroToCool was a big help 3 months ago


Zero2Cool
  • Zero2Cool
  • 100% (Exalted)
  • YAF Leader YAF Version: YAF 3.1.16
11 years ago
If you're doing a build on the latest commit from github,

Open the solution. Navigate to the file LatestInformationService.cs

Exclude the /YetAnotherForum.NET/Classes/LatestInformationService.cs file, then include it, do a solution rebuild and then run the .bat file. This will produce the ZIP files for an upgrade.

Then to get the release DLL's, just change the build to RELEASE, do a build and copy the DLL's from the /bin to your /bin directory.