From: John on
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
"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