hi,
I've a problem in accessing user controls when I deploy the application in
the production server..
I'm receiving the following error...
Ambiguous match found.
Source Error:
Line 1: <%@ Control Language="c#" AutoEventWireup="false"
Codebehind="CommViewEvents.ascx.cs"
Inherits="HydPortal.UserControls.CommViewEvents1
Can anyone help out in thi regard....
Brock Allen - 01 Jun 2006 15:41 GMT
It means you have that class in that namespace defined in more than one assembly
that ASP.NET locates.
-Brock
http://staff.develop.com/ballen
> hi,
> I've a problem in accessing user controls when I deploy the
[quoted text clipped - 7 lines]
> Inherits="HydPortal.UserControls.CommViewEvents1
> Can anyone help out in thi regard....