Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug in VS 2008?
Message
 
General information
Forum:
ASP.NET
Category:
Other
Title:
Environment versions
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01316685
Message ID:
01316692
Views:
8
>Hi everybody,
>
>How can I remove the reference from my project? I right click on the project, select Property Pages, try to remove the reference from it and instead of removing correct reference it's removing the first reference in the list.
>
>I keep getting some strange errors:
>Error 1 The type 'skmControls2.GridView' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\fcadmin\868c8591\eb7bc28a\App_Code.hduikpbr.dll' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\fcadmin\868c8591\eb7bc28a\assembly\dl3\baf91415\748a1be3_0ab5c801\skmControls2.DLL' C:\Development\Visual Studio Projects\WebSites\FCAdmin\TestGrid.aspx 1 1 C:\...\FCAdmin\
>
>
>What am I doing wrong now?
>
>Thanks again.

In my web.config I have
<pages>
			<controls>
				<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
				<add namespace="RealWorld.Grids" tagPrefix="rwg" assembly="realworld.grids"/>
				<add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></controls>
		</pages>
Could be there a problem?
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform