Parse Error

M

MicroKarL

Can some one help me

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 'MyStore.default'.

Source Error:



Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="default.aspx.vb" Inherits="MyStore.default"%> Line 2: <!DOCTYPE
HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> Line 3: <html>





Source File: c:\inetpub\wwwroot\MyStore\default.aspx Line: 1

Thanks

Carl
 
A

Armin Zingler

MicroKarL said:
Can some one help me

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 'MyStore.default'.

Source Error:



Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="default.aspx.vb" Inherits="MyStore.default"%> Line 2:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> Line
3: <html>


Sorry that I can't help you because this is not VB.NET code.
 
S

steve

ahhh...yes....i see!

have you tried to step through the code? we really can't help much with out
seeing some code...well, maybe someone else can.

steve
 
C

Cor

Hi Micro,
It is difficult.
It is about the code behind. the default.aspx.vb
Some possibilities of this error are:
default.aspx.vb does not exist anymore (or the compiled version does not
exist, but I assume it is from the webmatrix, so you don't have that).
Or you have changed the name from the class in the default.aspx.vb)
But most probably you have renamed your webside and was it first "mystore"
and has it now a new name" (you can try to rename that name then too in the
page).
All guesses
I hope you find it.
Cor
 
S

steve

lest we forget unhandled exceptions w/n the object being accessed. do they
regurgitate lengthy error messages to the caller in aspx or just
undescriptive ones like this? i'm sure you've a better idea than i,
cor...i'm a php man and the powers that be haven't set my course in the
asp.net direction as of yet.

steve

| Hi Micro,
| It is difficult.
| It is about the code behind. the default.aspx.vb
| Some possibilities of this error are:
| default.aspx.vb does not exist anymore (or the compiled version does not
| exist, but I assume it is from the webmatrix, so you don't have that).
| Or you have changed the name from the class in the default.aspx.vb)
| But most probably you have renamed your webside and was it first "mystore"
| and has it now a new name" (you can try to rename that name then too in
the
| page).
| All guesses
| I hope you find it.
| Cor
|
|
 
C

Cor

Steve,

I don't think this problem we see in this thread is made with VB.net but I
am not totaly sure.

I find that developing an aspx page in the IDE from VB.net is a pleasure if
you compare it with old developing like with the old asp pages. It can nice
be debugged in the same way as in Window Forms and you get meaningfull
messages.

Cor
 
S

steve

while i haven't created asp pages before, i haven't in asp.net yet. i've
gotten a taste for what the vast improvements in debugging are. i've been
creating web services in .net and in php (nusoap) for work...like a mad man!
there's no comparison between creating/debugging apps in the .net
ide...regular asp/interdev could be "coaxed" to debug but man, what a pain
that was to get working...god help you if you hit errors. and, while php is
a wonderful/powerful development language, notepad is your best friend
there. needless to say there, it is slow going gettting off the ground!

;^)

oh, back on topic...i couldn't tell if he had the source for the
disfunctional object. if he did, by all means, step through it. if not,
well, we can't really be mind readers...on the other hand, your summation
was pretty good for the amount of info. provided.

steve


| Steve,
|
| I don't think this problem we see in this thread is made with VB.net but I
| am not totaly sure.
|
| I find that developing an aspx page in the IDE from VB.net is a pleasure
if
| you compare it with old developing like with the old asp pages. It can
nice
| be debugged in the same way as in Window Forms and you get meaningfull
| messages.
|
| Cor
|
|
 
F

Fergus Cooney

Hi Steve, Cor,

|| ...on the other hand, your summation
|| was pretty good for the amount of info. provided.

I was impressed too. :)

Regards,
Fergus
 

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