CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2006
    Posts
    10

    Problem in publishing webapplication

    hi,
    i am using webservices with asp.net2.0

    After publishing my webapplication.. while running the application

    i go errors like this

    Server Error in '/OfficeMatrix' Application.
    --------------------------------------------------------------------------------

    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: Ambiguous match found.

    Source Error:


    Line 1: <%@ page language="C#" autoeventwireup="true" inherits="ManageHolidays, App_Web_zv9xrp6v" %>
    Line 2:
    Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


    Source File: /officematrix/ManageHolidays.aspx Line: 1


    --------------------------------------------------------------------------------
    Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42

    This line : inherits="ManageHolidays, App_web_zv9zrp6v"

    it is new to me.. What it means App_web_zv9zrpyv ?
    why it get added with inherits?

    this problem occurs in the page i am calling webservices.. but not in other pages..

    pls help me to get rid of this problem

    thankyou
    veeresh

  2. #2
    Join Date
    Jun 2003
    Location
    Toronto
    Posts
    805

    Re: Problem in publishing webapplication

    you have something in your web services class that is either named the same as another class or named the same name as a member of that class (i think)...

    hth,
    mcm
    rate my posts!
    mcm

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured