Sounds like references have been removed from your web.config file. Look in
your web.config file under configuration/system.web/compilation/assemblies
for assemblies that have been removed or maybe a clear.

Hope that helps,
David
"Paul Cavacas" <pcavacas@oceanspray.com> wrote in message
news:09b801c34a44$d29b98f0$a001280a@phx.gbl...
> In 1 project that I have everytime I open this project
> and run it I get the following 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
> type 'MyCompany.Stars.WebSite.DSO.Global'.
>
> Source Error:
>
>
> Line 1: <%@ Application codebehind="Global.asax.vb"
> Inherits="MyCompany.Stars.WebSite.DSO.Global" %>
>
>
> If I delete the Global file and add a new one then
> the project will work fine until the next time I close
> the project and open it again. Then I have to delete and
> add it back, even though it is empty and has nothing in
> it.
>
> One final thing is that this is not machine specific
> all of the developers that have used this project have
> run into the same problem, but it only happens on this
> one project, none of the other dozens of project have
> this issue.
>
> Any thoughts on what is causing this and how to fix
> it.