ASP .NET -- Parser error -- \bin folder not in the right place
From: R M (matta@metratech.com)
Date: 09/11/02
- Next message: Greg McCarty: "Re: SSL: Determination At Runtime????"
- Previous message: Kim Bach Petersen: "Error decrypting with wrong key"
- Next in thread: Juan T. Llibre: "Re: ASP .NET -- Parser error -- \bin folder not in the right place"
- Reply: Juan T. Llibre: "Re: ASP .NET -- Parser error -- \bin folder not in the right place"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "R M" <matta@metratech.com> Date: Wed, 11 Sep 2002 14:30:39 -0400
A newbie question:
I have a test client program that uses the asp.net framework. This is the
error message that I get:
------------------------------------------------------------
Server Error in '/MyApp' Application.
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 type 'MyApp.Global'.
Source Error: Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="MyApp.Global" %>
Source File: S:\MTBatch\MyApp\global.asax Line: 1
Version Information: Microsoft .NET Framework Version:1.0.3705.288; ASP.NET
Version:1.0.3705.288
------------------------------------------------------------
Now after some searching I found the solution for this. Apparently I was
missing the bin folder on the virtual directory of the application with the
necessary project dlls. These dlls were in another location since they got
build directly, not using the IDE.
However, having those dlls in that folder will eventually become a problem
for me and I would like to have them in a central place on my system. To
accomplish this, I have tried to create a virtual directory pointing to
where these dlls are, on the same location with the name "bin", but it
didn't work.
Is it possible at all to avoid having my dlls in the bin folder of the web
service, and instead have them on a particular folder on my system?
Thanks and please let me know either by email at matta@metratech.com or just
reply to this post.
Thanks
-Raju
- Next message: Greg McCarty: "Re: SSL: Determination At Runtime????"
- Previous message: Kim Bach Petersen: "Error decrypting with wrong key"
- Next in thread: Juan T. Llibre: "Re: ASP .NET -- Parser error -- \bin folder not in the right place"
- Reply: Juan T. Llibre: "Re: ASP .NET -- Parser error -- \bin folder not in the right place"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|