Isn't it always the case that as soon as you post, you
solve the problem?

Apparently, adding an extra "space" to a blank line in my
web.config file solved this problem.

I would be angry that it was something stupid that like
that ended up fixing it, but Im just so glad that I can
actually get some work done now.

Maybe by changing the web.config file (by adding a blank
space???) it caused something to refresh... either way,
it's stupid.




>-----Original Message-----
>I give up... I spent 4 hours now trying to figure out
why,
>for no reason, I now get a configuration error (pasted
>below).
>
>I am not trying to dynamically load any assemblies or
>anything like that. I have not recently upgraded
anything
>with .NET on my computer. I can still work with
>other .NET projects on my machine fine.
>
>I was just coding away, building and browsing, fixing
bugs
>here and there, and then BANG! Can't do anything!
>
>Does anyone have an idea? I already looked through a ton
>of newsgroup postings and it seems everyone that posted
>about this either 1) was upgrading from Beta .NET to RTM
>version, 2) Trying to dynamically load some assembly, or
>3) Didn't get a reply to their post.
>
>I'm so frustrated...
>
>Here is the error, I hope someone can help me with this.
>
>"users" is the name of the project I was working on.
>
>
>snip-----------------
>
>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: File or assembly name users, or one
>of its dependencies, was not found.
>
>Source Error:
>
>
>Line 198: <add
>assembly="System.EnterpriseServices, Version=1.0.5000.0,
>Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
>Line 199: <add
>assembly="System.Web.Mobile, Version=1.0.5000.0,
>Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
>Line 200: <add assembly="*"/>
>Line 201: </assemblies>
>Line 202: </compilation>
>
>
>Source File: c:\windows\microsoft.net\framework\v1.1.4322
>\Config\machine.config Line: 200
>
>Assembly Load Trace: The following information can be
>helpful to determine why the assembly 'users' could not
be
>loaded.
>
>
>=== Pre-bind state information ===
>LOG: DisplayName = users
> (Partial)
>LOG: Appbase =
>file:///C:/VSS/WebSolutions/Users.Walshgroup.Com/users_sol
u
>tion/users
>LOG: Initial PrivatePath = bin
>Calling assembly : (Unknown).
>===
>
>LOG: Policy not being applied to reference at this time
>(private, custom, partial, or location-based assembly
>bind).
>LOG: Post-policy reference: users
>LOG: Attempting download of new URL
>file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Tempo
r
>ary ASP.NET Files/root/f8f390a0/2eefae3f/users.DLL.
>LOG: Attempting download of new URL
>file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Tempo
r
>ary ASP.NET Files/root/f8f390a0/2eefae3f/users/users.DLL.
>LOG: Attempting download of new URL
>file:///C:/VSS/WebSolutions/Users.Walshgroup.Com/users_sol
u
>tion/users/bin/users.DLL.
>LOG: Policy not being applied to reference at this time
>(private, custom, partial, or location-based assembly
>bind).
>LOG: Post-policy reference: users,
Version=1.0.1271.24475,
>Culture=neutral, PublicKeyToken=null
>
>
>
>
>----------------------------------------------------------
-
>---------------------
>Version Information: Microsoft .NET Framework
>Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
>.
>