★高难度的格式显示和调试模式问题★

雄蜂 2005-02-04 12:01:51
1.我现在有一个字符窜在datalist的item中的客户端table的某一行进行显示,table的宽度确定,当字符窜为全部中文字符时能够自动折行按照table的宽度进行显示,但是如果有英文字符或者数字则根本不会自动根据table宽度进行折行显示,而且如果是中英文字符同时存在,则中文与英文会自动分开分行显示,英文仍然不能分行显示,哪个大虾救救我。
2.asp.net无法进行断点调试,webconfig和项目配置正确,加入了项目的pdb文件,无法找到asp_wp进程。
...全文
164 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
slhuang 2005-02-05
  • 打赏
  • 举报
回复
路过。看看。
李天平 2005-02-04
  • 打赏
  • 举报
回复
在 Visual Studio .NET 中调试 ASP.NET 应用程序时,可能会出现下面的错误信息:

Error while trying to run project:Unable to start debugging on the web server.The project is not configured to be debugged.

For ASP.NET projects, verify that you have a valid project file called 'Web.config' for the URL specified and 'debug' is set to 'true' in that file.
For ATL Server projects, verify that the 'DEBUG' verb is associated with your ISAPI extension.
Would you like to disable future attempts to debug ASP.NET pages for this project?
有关如何消除此错误信息的其他信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章:
306156 PRB:调试 ASP.NET 应用程序时出现“The Project Is Not Configured to Be Debugged”错误信息

在 Visual Studio .NET 中调试 ASP.NET 应用程序时,可能会出现下面的错误信息:

Error while trying to run project:Unable to start debugging on the web server.Server side-error occurred on sending debug HTTP request.

Make sure the server is operating correctly.Verify there are no syntax errors in web.config by doing a Debug.Start Without Debugging.You may also want to refer to the ASP.NET and ATL Server debugging topic in the online documentation.Would you like to disable future attempts to debug ASP.NET pages for this project?
有关如何消除此错误信息的其他信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章:
306163 PRB:在发送调试 HTTP 请求时出现“无法启动调试”的错误信息

在 Visual Studio .NET 中远程调试 ASP.NET 应用程序时,可能会出现下面的错误信息:

Error while trying to run project:Unable to start debugging on the web server.Access is denied.Check the DCOM configuration settings for the machine debug manager.Would you like to disable future attempts to debug ASP.NET pages for this project?
有关如何消除此错误信息的其他信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章:
306164 PRB:调试 ASP.NET 应用程序时出现“访问被拒绝。请检查计算机调试管理器的 DCOM 配置设置。”的错误信息

在 Visual Studio .NET 中调试 ASP.NET 应用程序时,可能会出现下面的错误信息:

Error while trying to run project:Unable to start debugging on the web server.Would you like to disable future attempts to debug ASP.NET pages for this project?
有关如何消除此错误信息的其他信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章:
306165 PRB:调试 ASP.NET 应用程序时出现“无法在 Web 服务器上启动调试”的错误信息

在调试 ASP.NET 页时,Visual Studio .NET 调试器可能不在断点处停止。 有关如何解决此问题的其他信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章:
306169 PRB:调试 ASP.NET 页时 Visual Studio .NET 调试器不在断点停止

在 Visual Studio .NET 中调试 ASP.NET 应用程序时,可能会出现下面的错误信息:

Error while trying to run project:Unable to start debugging on the web server.Access is denied.Would you like to disable future attempts to debug ASP.NET pages for this project?
请验证您是计算机上“Administrators”组和“Debugger Users”组的成员。非管理员用户没有调试默认 ASP.NET 工作进程(在 Microsoft Windows 2000 和 Microsoft Windows XP 上为 Aspnet_wp.exe;在 Microsoft Windows Server 2003 上为 W3wp.exe)的正确权限。
在 Microsoft Visual Studio .NET 中调试 ASP.NET 应用程序时,可能会收到以下“Microsoft 开发环境”错误信息:

Error while trying to run project:Unable to start debugging on the web server.The server does not support debugging of ASP.NET or ATL Server applications.Run setup to install the Visual Studio .NET server components.If setup has been run, verify that a valid URL has been specified.

You may also want to refer to the ASP.NET and ATL Server debugging topic in the online documentation.Would you like to disable future attempts to debug ASP.NET pages for this project?
有关如何消除此错误信息的其他信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章:
318465 PRB:无法调试 ASP.NET Web 应用程序

LoveCherry 2005-02-04
  • 打赏
  • 举报
回复
word-break:all
cqzhangq 2005-02-04
  • 打赏
  • 举报
回复
1、一般来说,检查字符串时,会考虑单词的问题,如果没有空格的情况下,一长串的英文字符,系统会当成一个词,因此不会将词拆成2行的。因此在一般情况下,表格宽度合适,不会出现被撑开的现象,因为一个单词不会像你测试时候输入的“asdfasd......”那么长。
amendajing 2005-02-04
  • 打赏
  • 举报
回复
mark
liulxmooo 2005-02-04
  • 打赏
  • 举报
回复
up

62,046

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术交流专区
javascript云原生 企业社区
社区管理员
  • ASP.NET
  • .Net开发者社区
  • R小R
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

.NET 社区是一个围绕开源 .NET 的开放、热情、创新、包容的技术社区。社区致力于为广大 .NET 爱好者提供一个良好的知识共享、协同互助的 .NET 技术交流环境。我们尊重不同意见,支持健康理性的辩论和互动,反对歧视和攻击。

希望和大家一起共同营造一个活跃、友好的社区氛围。

试试用AI创作助手写篇文章吧