YAFLogo

DanComperini2
15 years ago
Hello,

I would really appreciate some help with my yaf installation on GoDaddy.com. I loaded all the directories and files from the yaf zip file (bin) to /myweb/wamimusic/Forumn. I created a SQL server database call WamiForumn in GoDaddy and placed the connection string in the appropriate .config file.

I adde the Tag to my yafnet.config to find the yaf forumn. I played around with the ROOT tag but continue to have problems. Currently my .config files are located in /myweb/wamimusic/Forumn. Below are my .config files and error message. Any help would be appreciated! :?

yafnet.config

Data Source=WamiForumnxxxxxxx; Initial Catalog=xxxxxxxx; User ID=xxxxxxxx; Password='xxxxxxxx'; timeout=90

myweb/wamimusic/Forumn/

~/upload/

1

false

Web.config

ERROR

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load file or assembly 'yaf' or one of its dependencies. The system cannot find the file specified.

Source Error:

Line 1: <%@ Page Language="C#" %>

Line 2: <%@ Register TagPrefix="yaf" Namespace="yaf" Assembly="yaf" %>

Line 3: <%@ Register TagPrefix="yc" Namespace="yaf.controls" Assembly="yaf" %>

Line 4:

Source File: /wamimusic/forumn/default.aspx Line: 2

Sponsor
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
15 years ago
the .dll YAF files in /bin have to be in the ROOT /bin directory -- not the /forum/bin directory.
DanComperini2
15 years ago
Thanks for the quick response!!

Actually, I have the /bin directory with yaf.dll and Intelligencia.UrlRewriter.dll at both locations. The /bin exists at the root and in the /Forumn directory.

DanComperini2
15 years ago
... any other suggestions?
Spy4001
  • Spy4001
  • 51.8% (Neutral)
  • YAF Forumling
15 years ago

... any other suggestions?

DanComperini2 wrote:

I'm on go daddy also, and I'm getting an error? is there anything i need to do beyond the help file?

thank you