Newbie: Missing page DLL's in /bin

G

Guest

Hi All

Am using VS2003 and have created a ASP.NET project. Pages work as they should locally. Moved things up to testing server and now getting the 'Parser Error: Could not load type 'blah blah blah'

Did a search here and see that I need to move my /bin contents up to the server, but I don't see any individual pages with a dll extension there. Only thing that I see is the Application.dll and some Infragistic dll's that are being used

Wondering how to get these darn page dll's compiled so that I can move them up to test app

Appreciate any help on this - probably SOOO simple.

Thanks...Bo
 
C

Curt_C [MVP]

all pages part of your Web Application have their own .CS/.VB files compiled
into the main application DLL.

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com


Bobbo said:
Hi All,

Am using VS2003 and have created a ASP.NET project. Pages work as they
should locally. Moved things up to testing server and now getting the
'Parser Error: Could not load type 'blah blah blah'.
Did a search here and see that I need to move my /bin contents up to the
server, but I don't see any individual pages with a dll extension there.
Only thing that I see is the Application.dll and some Infragistic dll's that
are being used.
 
G

Guest

Hi Curt,

Thanks for your reply, but now I am confused as if that is the case, then why am I still getting the following parser error???

=======================================================
Parser Error Message: Could not load type 'myTest.Setup.Test.aspx'.

Source Error:


Line 1: <%@ Page Language="c#" CodeBehind="Test.aspx.cs" Inherits="myTest.Setup.Test.aspx" %>
Line 2: <HTML>
Line 3: <HEAD>

=============================================

I have in fact copied all files up to the web server, and also did copy all files that are located in the /bin directory in my application directory.

Any clues on this one? This one still has me stumped. Any and all thoughts welcome!

Thanks...Bobbo



----- Curt_C [MVP] wrote: -----

all pages part of your Web Application have their own .CS/.VB files compiled
into the main application DLL.

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com


Bobbo said:
should locally. Moved things up to testing server and now getting the
'Parser Error: Could not load type 'blah blah blah'.server, but I don't see any individual pages with a dll extension there.
Only thing that I see is the Application.dll and some Infragistic dll's that
are being used.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top