Ask a Question related to ASP.NET Security, Design and Development.
-
Sumit Thomas #1
Could not load type error
Hi,
I have created sub directories for my application, however, when I
try to access the aspx files in the subdirectory, I get the
following error : "Could Not Load A1.A2" where A1 is the name of my
project and A2 is the name of my subdirectory. It looks like the
program is looking for the bin folder in the subdirectory, not the
root directory; I know this because if I copy the bin directory from
the root directory to the subdirectory, it works fine. Is there any
way to tell IIS to use the root directory bin folder instead of
looking in the subdirectory??
Thanks in advance
Cheers
Sumit
Sumit Thomas Guest
-
Could not load Type ... Error
Hi everybody, I'm a new be in ASP.NET Below I'm sending the error page. How can I solve the problem: Thanks for any answers -
C# error - Could not load type TGA.Global.asax
I am new to C# and have imported a C# application developed by another developer into my development box. I am getting an error that I cannot fix... -
Parser Error Message: Could not load type - Please HELP
I have aspx file VS.NET 2002 with c# My application works perfectly on my pc. Please, I need help... THANKS :) ============================= 1) I... -
Parse error: "could not load type"
I'm hoping someone can explain the following. I have installed Visual Studio 2003. Setup several web application projects, compliled and ran... -
Cast from type 'DBNull' to type 'String' is not valid error
Trying to add an insert button Sub btnAddRow_Click event for adding a row to the datagrid and dataset back to SQL. Had it working per the... -
Eric Marvets #2
RE: Could not load type error
No, it must be in a sub folder or the GAC (Global Assembly Cache) for .NET to be able to load the resource
-Eric
Eric Marvets Guest



Reply With Quote

