YAFLogo

csource
  • csource
  • 58.8% (Neutral)
  • YAF Forumling Topic Starter
15 years ago
In my development environment, which is vb.net 2.0 using YAF version 1.9.3 Final,

everything worked great. I published the solution but in production, the forum comes up with a configuration error displayed below:

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'YAF.Classes.Base' or one of its dependencies. The system cannot find the file specified. (D:\production\Websites\coachingsource.com\demo\web.config line 382)

Source Error:

Line 380:

Line 381:

Line 382:

Line 383:

Line 384:

Source File: D:\production\Websites\demo\web.config Line: 382

Below is my webconfig:

loginUrl="~/login.aspx"

protection="All"

timeout="90"

path="/"

requireSSL="false"

slidingExpiration="true"

cookieless="UseCookies">

type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"

connectionStringName="LocalSqlServer"

requiresQuestionAndAnswer="false"

requiresUniqueEmail="true"

applicationName="/CSource"

enablePasswordRetrieval="true"

enablePasswordReset="true"

passwordFormat="Clear"

maxInvalidPasswordAttempts="5"

minRequiredPasswordLength="3"

minRequiredNonalphanumericCharacters="0"

passwordAttemptWindow="10"

/>

name="AspNetSqlRoleProvider"

connectionStringName="LocalSqlServer"

type="System.Web.Security.SqlRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"

applicationName="/CSource"/>

connectionStringName="LocalSqlServer"

type="System.Web.Profile.SqlProfileProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"

applicationName="/CSource" />

http://ipcwebp03/ipcCCGateway/interface.asmx

Sponsor
mddubs
  • mddubs
  • 100% (Exalted)
  • YAF Developer
15 years ago
Line 382:

So something is wrong with this line. Look for these .dlls, make sure they exist. Compare both environments. That's basically what the error message is telling you and there isn't much more to say about it.

The only advice I can give is take things slow. Take your time, keep backups, and make one change at a time to make sure you don't introduce other issues accidentally.


UserPostedImage 

www.bunkerhollow.com  | www.careercomputing.com 

When I post fp:mddubs in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. (Yes I stole this off Mek 🙂, who stole this off Ederon 🙂 )