It doesn't need the XML declaration. The ASP.Net processor does not require
it and it is the ASP.Net processor which is returing this error to you.

Have you compiled the code-behind class? Does the resulting DLL exist in the
bin directory of your ASP.Net application? What does the fusion log viewer
(fuslogvw) utility say regarding the binding errors?


Richard

> -----Original Message-----
> From: dotnet discussion [mailto:[EMAIL PROTECTED]]On Behalf Of
> Farhan Sh
> Sent: 05 May 2002 12:41
> To: [EMAIL PROTECTED]
> Subject: Re: [DOTNET] PreRender XML issue
>
>
> Parser Error Message: Could not load type 'VocalMapPoint.result'.
>
> Line 1:  <%@ Page Language="vb" AutoEventWireup="false"
> Codebehind="result.aspx.vb" Inherits="Vocal.result"%>
> Line 2:  <vxml version="2.0">
>
>  I know to the fact that it needs "<?xml version=""1.0"" ?>" but i am not
> sure how to insert that
>
> You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
> subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to