c# - ASP.NET Build Error : The type exists in both dlls -


while building project, got below error message.

the type 'tracker_ascx' exists in both 'appdata\local\temp\190\temporary asp.net files\root\web_tracker.ascx.7a9a6bd4.fnv2mhdj.dll' , 'appdata\local\temp\190\temporary asp.net files\root\web_tracker.ascx.7a9a6bd4.pxdl7dxj.dll'.

the application runs in .net framework 4.0

this happend because may have reference of old dlls if u added new version. clean solution , rebuild it.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -