Another 'CommunityServer.Components' error

rated by 0 users
This post has 10 Replies | 1 Follower

Not Ranked
Posts 7
Points 140
DarkMaster Tongue Tied [:S] Posted: Sat, Jul 8 2006 10:25 AM

Hello.

I am completely new to this so please be gentle. I installed the thing without any error. After which the page should load for the first time. But insted of that page that I have been seing in the help files and so on, I get this error page:

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 'CommunityServer.Components' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070) (*********\web.config line 32)

Source Error:

Line 30:     <!-- START - CommunityServer specific application settings -->
Line 31:     <httpModules>
Line 32:       <add name="CommunityServer" type="CommunityServer.CSHttpModule, CommunityServer.Components" />
 Line 33:       <add name="CSProfile" type="Microsoft.ScalableHosting.Profile.ProfileModule, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" />
Line 34:       <add name="CSRoleManager" type="Microsoft.ScalableHosting.Security.RoleManagerModule, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" />

Source File: *******\web.config    Line: 32


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42

 

I know that this or something like this has been answered like 1000 times (and believe me when I tell you that I ran trough almost every post) still could not find relevant info on this. If it is permission problem, I think that I am in doubt. I granted everyone/full control, ASPNET/full controll and nothing seems to be working...

I am at a dead end and I am hoping for some of your help. Thank you in advance!

DarkMaster

Who are you? What do you want?

  • | Post Points: 20
Top 25 Contributor
Posts 2,115
Points 27,605
MVPs

If you're new here and this is your first post (as I see it under your photo) why "Another"?! Stick out tongue

Anyway, 98.5% you've missed some DLL files (CommunityServer.Components.Dll is included) in your /bin folder when you were uploading your files.

Try uploading your files again and make sure all CS files are uploaded successfully.

  • | Post Points: 20
Not Ranked
Posts 7
Points 140

"again" is for that I have seen many posts starting like that Smile

Anyway - I do not think that this is the case - you see I am my own host, all the files are on my own local/private server...

 

Who are you? What do you want?

  • | Post Points: 20
Not Ranked
Posts 2
Points 40
choopy replied on Mon, Jul 10 2006 3:42 AM

I have a nagging feeling this is where your problem lie:

 

DarkMaster:
Parser Error Message: Could not load file or assembly 'CommunityServer.Components' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070) (*********\web.config line 32)

  • | Post Points: 20
Not Ranked
Posts 7
Points 140
Are you kidding me? There are two drives, one with 2GB FREE space and one with 6GB FREE space (just currently). How much space then does this thing require?

Who are you? What do you want?

  • | Post Points: 20
Top 500 Contributor
Posts 83
Points 900
ibrahimk replied on Mon, Jul 10 2006 5:58 AM

Are you using XP or Server 2003? Check and see if Disk Quotas are enabled, this may be your problem.

  • | Post Points: 20
Not Ranked
Posts 7
Points 140
I use Win2k3, the user quotas were enabled, but none of the users was even close to warning level nor the exceeding level. I disabled the quotas and still the same issue...

Who are you? What do you want?

  • | Post Points: 20
Not Ranked
Posts 4
Points 80
mfreidge replied on Mon, Jul 31 2006 10:43 PM
Have you resolve your problem? I have similar one:
System.Configuration.ConfigurationErrorsException: Could not load file or assembly 'FreeTextBox' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070) (C:\inetpub\wwwroot\WebOPAC\web.config line 98) ---> System.IO.FileLoadException: Could not load file or assembly 'FreeTextBox' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)
File name: 'FreeTextBox'
   at System.RuntimeTypeHandle._GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, Boolean loadTypeFromPartialName)
   at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark)
   at System.RuntimeType.PrivateGetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark)
   at System.Type.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase)
   at System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase)
   at System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Michael Freidgeim http://geekswithblogs.net/mnf/
Not Ranked
Posts 1
Points 20
tm19 replied on Wed, Aug 16 2006 4:06 AM

Michael,

What did you find out? I have almost exactly the same error, except it's the 'Bi4ce.GoMap' module that's generating the error on DotNetNuke. It's not even letting me run DNN itself. My site is hosted remotely so I'm kind of limited in what I can do at this end/

Any input would be appreciated.


Thanks,

- Trevor
 

Not Ranked
Posts 4
Points 80
mfreidge replied on Wed, Aug 16 2006 4:49 AM
The error actually happenned on one of our clients web site. We instructed them to uninstall and re-install the whole web application and the error disappeared.It is not the answer that you wanted to hear Sad
Michael Freidgeim http://geekswithblogs.net/mnf/
  • | Post Points: 20
Not Ranked
Posts 1
Points 5

 I had this error with IMail and found out that it was in an Application Pool with ASP.NET 1.1 when it needed to be in a Pool of ASP.NET 2.0. Try swapping the pools in IIS and see if that fixes it.

  • | Post Points: 5
Page 1 of 1 (11 items) | RSS
Powered by Community Server (Commercial Edition), by Telligent Systems

Copyright© 2008 Telligent Systems Inc. All rights reserved
CommunityServer.com  •  Telligent.com