简体   繁体   English

Visual Studio 2010和2012 ASP.Net调试和布局问题

[英]Visual Studio 2010 & 2012 ASP.Net debug & layout issues

I've got Visual Studio 2010 Ultimate edition on my machine, and I've been working with ASP.NET a lot (my job). 我的机器上有Visual Studio 2010 Ultimate版本,我一直在使用ASP.NET(我的工作)。 I recently installed Visual Studio 2012, to test it out. 我最近安装了Visual Studio 2012来测试它。 Noticed that I had a few issues with VS 2010 after installing VS 2012, with Unit Testing etc. 注意到在安装VS 2012后,我在VS 2010中遇到了一些问题,包括单元测试等。

Anyway, I have been debugging & testing the ASP.NET pages in 2012 to test it out. 无论如何,我一直在调试和测试2012年的ASP.NET页面来测试它。 Went back to debug and test on VS 2010 and that's when it all went wrong! 回到VS 2010进行调试和测试,那就是它出错了! Sometimes it debugs, most of the time it doesn't, and when it does the layout and formatting is horribly wrong. 有时它调试,大多数情况下它没有调试,当它确实布局和格式化是非常错误的。

Tried the ASP.NET project on my employee's machines, and it runs fine and the layout is all correct. 在我的员工的机器上尝试了ASP.NET项目,它运行正常,布局都正确。 (They use VS 2010) (他们使用VS 2010)

I've uninstalled VS 2012 completely and tried debugging and testing in VS 2010 and I still have the same issue! 我已经完全卸载了VS 2012,并尝试在VS 2010中进行调试和测试,我仍然遇到同样的问题! I also have re-installed VS 2010 twice, and yet it still does not work. 我也重新安装了VS 2010两次,但它仍然无法正常工作。

Anybody know whats wrong with it? 有人知道它有什么问题吗? Or what else I can do to ensure VS 2010 and 2012 stuff has been properly uninstalled before I try another re-install? 或者我还能做些什么来确保在我尝试重新安装之前已正确卸载VS 2010和2012的东西?

Thanks for your time.. 谢谢你的时间..

Create a Virtual Machine and install VS2010. 创建虚拟机并安装VS2010。 In a clean install, it should work fine. 在干净的安装中,它应该工作正常。 Otherwise, VS2012 could have made some changes to your code. 否则,VS2012可能会对您的代码进行一些更改。 I wouldn't discard it -¿config files? 我不会丢弃它--¿config文件? ¿a new version of the bundled web server? ¿捆绑的Web服务器的新版本? ¿a new functionality?-. ¿新功能? - 。 Once you have discarded code changes due to the new version, give a try to your preferred uninstall software and delete VS2012... 一旦您因新版本而丢弃了代码更改,请尝试使用您首选的卸载软件并删除VS2012 ...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Visual Studio 2010中的ASP.NET SqlDataSource调试 - ASP.NET SqlDataSource Debug in Visual Studio 2010 带有Parallels的Visual Studio 2010 asp.net项目的部署问题 - Deployment issues with Visual Studio 2010 asp.net project with Parallels 在Visual Studio 2010中打开Visual Studio 2012 ASP.Net项目 - Open Visual Studio 2012 ASP.Net project in Visual Studio 2010 Visual Studio 2010(最终版本):ASP.NET Web服务-调试断点未命中。 无法调试 - Visual Studio 2010 (Ultimate): ASP.NET Web Service - Debug Breakpoint does not hit. Not able to Debug 使用IIS7无法对asp.net进行Visual Studio 2012调试 - visual studio 2012 debug for asp.net not working using IIS7 在Visual Studio 2012调试期间ASP.Net MVC4上未显示CSS - CSS not showing on ASP.Net MVC4 during Visual Studio 2012 Debug 在没有Visual Studio的情况下调试asp.net - Debug asp.net without Visual Studio Visual Studio 2010,用于调试和发布的asp.net mvc3 web.config - Visual Studio 2010, asp.net mvc3 web.config for Debug and Release Visual Studio 2010 ASP.NET 4.0 WebForms路由在IDE调试模式下不起作用 - Visual Studio 2010 ASP.NET 4.0 WebForms Routing Not Working in IDE Debug Mode 如何在Visual Studio 2010中更快地调试ASP.NET应用程序 - How can I debug asp.net applications more quickly in Visual Studio 2010
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM