2005年太聪明了它自己的好处? [英] 2005 too smart for it's own good?

查看:77
本文介绍了2005年太聪明了它自己的好处?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个程序我正在编写已经开始执行该行

跟随调试器中突出显示的行。


例如


for x = 1 to 3

messagebox.show(x)

next


当x = 1到3时突出显示,我按F11弹出消息框。


我不知道为什么但我决定擦除程序并启动过度。我

剪下我的代码并粘贴到记事本中。我关闭了VB.NET 2005.我将目录测试重命名为

。我启动了VB.NET 2005并告诉它

创建一个名为test的新项目。它告诉我它不可能因为

另一个项目已经存在于测试中。


什么???????没有测试了。到底他妈发生了什么。当一个程序告诉我我不能做某事时,我真的很讨厌它。这是谁的

老板。我该如何解决这个问题?

I have a program I''m writing that has started executing the line
following the line that is highlighted in the debugger.

For instance

for x = 1 to 3
messagebox.show(x)
next

when for x = 1 to 3 is highlighted and I press F11 the message box pops up.

I''m not sure why but I decided to wipe the program and start over. I
cut my code and pasted into notepad. I closed VB.NET 2005. I renamed
the directory test to oldtest. I started VB.NET 2005 and told it to
create a new project called test. It told me it could not because
another project already exists in test.

What??????? There is no test any more. What the heck is going on. I
really hate it when a program tells me I can''t do something. Who''s the
boss here. How do I fix this?

推荐答案

cj< cj@nospam.nospamwrote

新闻:e#*** **********@TK2MSFTNGP05.phx.gbl:
cj <cj@nospam.nospamwrote in
news:e#*************@TK2MSFTNGP05.phx.gbl:

>

我有一个程序我'' m编写已经开始执行该行

跟随调试器中突出显示的行。


例如


for x = 1到3

messagebox.show(x)

next


当x = 1到3时突出显示,我按F11消息框

弹出。
>
I have a program I''m writing that has started executing the line
following the line that is highlighted in the debugger.

For instance

for x = 1 to 3
messagebox.show(x)
next

when for x = 1 to 3 is highlighted and I press F11 the message box
pops up.



for x as integer = 1到3


你需要声明一个数据类型 - 这不是vbscript ;-)

for x as integer = 1 to 3

You need to declare a data type - this isn''t vbscript ;-)


我不知道为什么,但我决定擦除程序并重新开始。我

剪下我的代码并粘贴到记事本中。我关闭了VB.NET 2005.我将目录测试重命名为

。我启动了VB.NET 2005并告诉它

创建一个名为test的新项目。它告诉我它不可能因为

另一个项目已经存在于测试中。


什么???????没有测试了。到底他妈发生了什么。当一个程序告诉我我不能做某事时,我真的很讨厌它。谁是这里老板的b $ b b。我该如何解决?
I''m not sure why but I decided to wipe the program and start over. I
cut my code and pasted into notepad. I closed VB.NET 2005. I renamed
the directory test to oldtest. I started VB.NET 2005 and told it to
create a new project called test. It told me it could not because
another project already exists in test.

What??????? There is no test any more. What the heck is going on. I
really hate it when a program tells me I can''t do something. Who''s
the boss here. How do I fix this?


Hi Cj,
Hi Cj,

for x = 1 to 3
messagebox。 show(x)

next

当x = 1到3时突出显示我按F11消息框弹出
for x = 1 to 3
messagebox.show(x)
next
when for x = 1 to 3 is highlighted and I press F11 the message box pops



up。


如果我们在代码行''为x = 1到3''设置一个断点并按F5

为了运行这个程序,程序进入中断模式时执行这行代码

。此时,这行代码突出显示。如果我们按下

F11进入,代码行''messagebox.show(x)''会突出显示并弹出

a消息框。


你的意思是你看到了与上面不同的东西吗?

up.

If we set a break point at the line of code ''for x = 1 to 3'' and press F5
to run this program, the program enters break mode when this line of code
is executed. At this time, this line of code is highlighted. If we press
F11 to step into, the line of code ''messagebox.show(x)'' is highlighted and
a message box pops up.

Do you mean you have seen something different from the above?


我将目录测试重命名为oldtest。我开始使用VB.NET 2005并告诉
I renamed the directory test to oldtest. I started VB.NET 2005 and told



它来创建一个名为test的新项目。


您重命名了哪个目录,解决方案目录或项目

目录?您是否在之前的解决方案中使用新解决方案或

创建了新项目calle测试?


我期待您的回复。

此致,

Linda Liu

Microsoft在线社区支持


=========== =======================================

获取通知我的帖子通过邮件?请参阅
http://msdn.microsoft .com / subscripti ... ult.aspx#notif

ications。


注意:MSDN托管新闻组支持服务是针对非紧急问题

如果社区或微软支持人员在1个工作日内做出初步回复是可以接受的。请注意,每个跟随

的响应可能需要大约2个工作日作为支持

专业人士与您合作可能需要进一步调查才能达到

最有效的分辨率。该产品不适用于需要紧急,实时或基于电话的交互或复杂的b $ b项目分析和转储分析问题的情况。这种性质的问题最好通过联系

Microsoft客户支持服务(CSS)处理
href =http://msdn.microsoft.com/subscriptions/support/default.aspx\"target =_ blank> http://msdn.microsoft.com/subscripti...t/default.aspx

======================================== ==========


此帖子按原样提供。没有保证,也没有授予任何权利。

it to
create a new project called test.

Which directory did you rename, the solution directory or the project
directory? Did you create a new project calle test with a new solution or
within the previous solution?

I look forward to your reply.
Sincerely,
Linda Liu
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.


昏暗的线条比我给你的示例代码高出几行。


Spam Catcher写道:
The dim is several line above the sample code I gave you.

Spam Catcher wrote:

cj< cj@nospam.nospamwrote in

news:e#******* ******@TK2MSFTNGP05.phx.gbl:
cj <cj@nospam.nospamwrote in
news:e#*************@TK2MSFTNGP05.phx.gbl:

>我有一个程序我正在编写已开始执行该行的程序
跟随调试器中突出显示的行。

例如

对于x = 1到3
messagebox.show(x)
next <当x = 1到3突出显示时,按F11弹出消息框

>I have a program I''m writing that has started executing the line
following the line that is highlighted in the debugger.

For instance

for x = 1 to 3
messagebox.show(x)
next

when for x = 1 to 3 is highlighted and I press F11 the message box
pops up.



for x as integer = 1到3


你需要声明一个数据类型 - 这不是vbscript ;-)


for x as integer = 1 to 3

You need to declare a data type - this isn''t vbscript ;-)


>我不知道为什么,但我决定擦除程序并重新开始。我将我的代码剪下并粘贴到记事本中。我关闭了VB.NET 2005.我将目录测试重命名为oldtest。我启动了VB.NET 2005并告诉它创建一个名为test的新项目。它告诉我它不可能因为另一个项目已经存在于测试中。

什么???????没有测试了。到底他妈发生了什么。当一个程序告诉我我不能做某事时,我真的很讨厌它。谁是这里的老板。我该如何解决?
>I''m not sure why but I decided to wipe the program and start over. I
cut my code and pasted into notepad. I closed VB.NET 2005. I renamed
the directory test to oldtest. I started VB.NET 2005 and told it to
create a new project called test. It told me it could not because
another project already exists in test.

What??????? There is no test any more. What the heck is going on. I
really hate it when a program tells me I can''t do something. Who''s
the boss here. How do I fix this?


这篇关于2005年太聪明了它自己的好处?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆