From: John on 9 Jul 2006 00:37 Hi I am getting the below error when running one of the aspx webforms. What is the problem and how can I fix it? Thanks Regards C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\d6a9c8ce\ba8b6c8e\App_Web_hs.master.503eacc6.5e--lvbb.0.vb(47) : error BC30554: 'ProfileCommon' is ambiguous. Protected ReadOnly Property Profile() As ProfileCommon ~~~~~~~~~~~~~
From: Chagel on 9 Jul 2006 02:36 "John" <John(a)nospam.infovis.co.uk> wrote in message news:%23q$O0FxoGHA.4660(a)TK2MSFTNGP03.phx.gbl... > Hi > > I am getting the below error when running one of the aspx webforms. What > is the problem and how can I fix it? > > Thanks > > Regards > > > C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET > Files\root\d6a9c8ce\ba8b6c8e\App_Web_hs.master.503eacc6.5e--lvbb.0.vb(47) > : error BC30554: 'ProfileCommon' is ambiguous. > > Protected ReadOnly Property Profile() As ProfileCommon > ~~~~~~~~~~~~~ > > Guess you define more than one "ProfileCommon" type there. You can build your solution and the IDE will identify the error details. -- Begrds, Mike Chen http://chagel.com
|
Pages: 1 Prev: Freeze columns in GridView ASP.NET2.0(Urgent) Next: PostBackUrl |