aspdotnet_website_programming thread: Re: "Parser Error Message: Could not load type
This problem cost me a couple of hours. An earlier response is correct
that if the server can't find the dll you are hosed, but there is another
cause. The dll may not build correctly if there are errors in the build.
Sounds obvious but . . . If you are working on one webform and there is
another webform that you are taking a break from becuase it has
errors. . . BINGO. The other web page is cuasing the project to
incorrectly build even though it has nothing to do with pages you are
working on.
Fix the other page first or delete it.
Those of use accustomed to ASP are particularly vulnerable. We are not
used to errors in one unbrowsed page affecting a completely different page
that compiles.
Keep an eagle eye on that compiler output!
> I am a new to .NET and am testing a script on Brinkster - I've uploaded
m> y aspx and aspx.vb file to the same directory. When I try to call my
s> cript I am getting "Parser Error Message: Could not load
t> ype 'ppmerchant_com.WebForm1'"
> The first line of my aspx.vb file is
> <%@ Page Language="vb" AutoEventWireup="false"
C> odebehind="PayPalIPN.aspx.vb" Inherits="ppmerchant_com.WebForm1"
r> esponseEncoding="Windows-1252" Culture="en-us" uiCulture="en-us"%>
> I can't see what I need to do for the "ppmerchant_com.WebForm1" portion
a> nd have been unable to contact anyone regarding this.
> Does this seem obvious what I am missing here? As I said, I am new but
am
f> orging ahead.
> thx - dheg74@y...