Hello. I am new about WDP in VS 2005. Please help.
We are creating WDP for one our exsition WAP projects. Compilation worked find for my Web Applications, however it throws following error when we tried to compile its Deployment project. It seemed duplicate assemblies have been created for the same User
Control. And we have spent much time on this, we could not get anything helpful.[:(]
Error 37 The type 'OPSUC.includes_user_controls_markupMenu' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\ops\d43d728c\9ce9baf2\App_Web_8llt2hi-.dll' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\ops\d43d728c\9ce9baf2\App_Web_winusoz8.dll' c:\Clients\Comcast\OPS\includes\user_controls\BusinessRuleStepEdit.ascx 18 1 OPSDeploy
This is usually caused by having two different user controls that have the same class name. This typically happens if you copy a control. It works fine at runtime, but if you try to precompile, you get bonedogged and it won't work.
Okay. Sorry. My problem didn't have to do with a user control but two similar server controls in /bin. Remove those and cleared temp and everything works.
jwgao78
0 Points
1 Post
Type "_xxx" exists in both "...Temporary ASP.NET Files\...dll". Help!
Mar 29, 2007 08:21 PM|LINK
Hello. I am new about WDP in VS 2005. Please help.
We are creating WDP for one our exsition WAP projects. Compilation worked find for my Web Applications, however it throws following error when we tried to compile its Deployment project. It seemed duplicate assemblies have been created for the same User Control. And we have spent much time on this, we could not get anything helpful.[:(]
Error 37 The type 'OPSUC.includes_user_controls_markupMenu' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\ops\d43d728c\9ce9baf2\App_Web_8llt2hi-.dll' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\ops\d43d728c\9ce9baf2\App_Web_winusoz8.dll' c:\Clients\Comcast\OPS\includes\user_controls\BusinessRuleStepEdit.ascx 18 1 OPSDeploy
Visual Studio 2005 Web Deployment Projects
boyd5
Participant
1033 Points
226 Posts
Re: Type "_xxx" exists in both "...Temporary ASP.NET Files\...dll". Help!
May 09, 2007 01:10 AM|LINK
Systems Architect
lekshmi@acts...
Member
2 Points
5 Posts
Re: Type "_xxx" exists in both "...Temporary ASP.NET Files\...dll". Help!
Jan 15, 2008 07:49 AM|LINK
This is correct i have fixed Error .Replace the same control class name with new ....... Thank you......Mr Adam Boyd...
verlierer
Member
6 Points
3 Posts
Re: Type "_xxx" exists in both "...Temporary ASP.NET Files\...dll". Help!
Mar 13, 2008 04:03 PM|LINK
Ok... how do you do that?
verlierer
Member
6 Points
3 Posts
Re: Type "_xxx" exists in both "...Temporary ASP.NET Files\...dll". Help!
Mar 20, 2008 03:51 PM|LINK
Okay. Sorry. My problem didn't have to do with a user control but two similar server controls in /bin. Remove those and cleared temp and everything works.
FernandoAndr...
Member
4 Points
2 Posts
Re: Type "_xxx" exists in both "...Temporary ASP.NET Files\...dll". Help!
Jun 22, 2010 07:58 PM|LINK
Alter the WebConfigo to
compilation debug="true" defaultLanguage="c#" batch="false"
The secret is batch="false"
FernandoAndr...
Member
4 Points
2 Posts
Re: Type "_xxx" exists in both "...Temporary ASP.NET Files\...dll". Help!
Jun 22, 2010 07:59 PM|LINK
Alter the WebConfig to
compilation debug="true" defaultLanguage="c#" batch="false"
The secret is batch="false"