Sharpdevelop.exe 不工作
我是 c Sharp 的新手,所以我需要一些关于我偶然发现的问题的帮助。我编写了一个小程序,当我锁定工作站时,它使我的 OfficeComunicator 保持在“可用”状态(而不是切换到状态“现在我正在使用 SharpDevelop 工具,一旦我编译程序并且 exe 出现,它就可以正常工作。当我关闭该工具并尝试从 /bin/Debug 目录运行相同的 .exe 时,它的效果如下:不工作,这让我很困惑,有什么建议问题可能出在哪里吗?提前致谢
I'm a kind of newbie in c sharp , so i need some help on a issue i stumbled upon.I have written a small program which keeps my OfficeComunicator on status "available" when i lock the workstatiion ( instead of switching to status "away").Now i am using SharpDevelop tool and as soon as i compile the program and the exe comes up , its working beautifully.When i close the tool and just try to run the same .exe from teh /bin/Debug directory its not working , which puzzles me , any suggestions where the issue could be ? Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 .NET 还是 Mono 作为运行时?
如果您使用 Mono,则需要创建一个批处理文件来运行该程序。
Are using .NET or Mono as your run time?
If you use Mono you would need to make a Batch file to run the program.