English 中文(简体)
c 用于开发机器、未使用非开发机器的申请
原标题:c# application working on development machine, fails on non-development machine

这个问题已经很.。

I m 撰写一份申请,据称要从表格中获取信息,将其交给背景工作者,然后(a) 向当地Xml文档发送信息,(b)将信息输入一个偏远的MySQL数据库。

On my development machine, it seems to work flawlessly. The remote database is updated, the xml file is created if necessary and updated if it already exists. It s working.

即使我摆脱了发展环境,并管理着释放工作,依靠发展信息网的沙箱,该法典也发挥了作用。

但是,如果我把它放在另一台机器上,那么该法典就失败了,我很想知道为什么。

目前有一台32台视窗7终端机器的视力演播室2010专业人员。

目前,我发现,申请是在相当具体的时刻停止的,这似乎正是背景工作者开始做诸如查阅档案系统或访问偏远数据库等事情的。

该项目由单一卷宗和单壳体组成,由它设计的海关控制。 习俗控制正在做一些细微的工作,因为它显示了我想要它的东西,并回到我要求它到我想要它的时候来的价值观上来,因此,似乎这不值得指责。

I initially thought I could be looking at a permissions problem, but running the application as administrator gets me the same response.

我先是利用“网络”框架第4版撰写,然而,我仅将这一版本降为3.5,希望这将有助于。 在试图操作申请之前,我所尝试的非开发机器都已经更新,或者已经由我更新。

我在这里真心.。 任何建议都会受到欢迎。

页: 1

最佳回答

如果你的法典失败,这很可能意味着存在一些不寻常的例外。 你们应该做的是,记录所有未有例外的情况(可能还有一部分被抓获者),以备案,可能使用像日志网这样的东西。

I don t think we can help you beyond that.

问题回答

我写了名为Donsole,用于在这种条件下诊断应用。 关于开发商工作站,使用甚微的甚微变板进行诊断非常容易。 用户的用意是帮助开发商在这种假设情景中准确掌握情况,如果他们不了解内部发生的情况。 我建议你下载最新的建筑,并尝试进行雨水收集。 解释如何使用这一用途以及它如何运作超出了这一答案的范围,因此,我把你推向项目代码。

http://donsole.codeplex.com/

这就是它如何看待。

“entergraph

检查您的运行系统的活动情况。 行政工具与“Event Viewer>”;Windowslog>Application。





相关问题
Bring window to foreground after Mutex fails

I was wondering if someone can tell me what would be the best way to bring my application to the foreground if a mutex was not able to be created for a new instance. E.g.: Application X is running ...

How to start WinForm app minimized to tray?

I ve successfully created an app that minimizes to the tray using a NotifyIcon. When the form is manually closed it is successfully hidden from the desktop, taskbar, and alt-tab. The problem occurs ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

Handle DataTable.DataRow cell change event

I have a DataTable that has several DataColumns and DataRow. Now i would like to handle an event when cell of this DataRow is changed. How to do this in c#?

Apparent Memory Leak in DataGridView

How do you force a DataGridView to release its reference to a bound DataSet? We have a rather large dataset being displayed in a DataGridView and noticed that resources were not being freed after the ...

ALT Key Shortcuts Hidden

I am using VS2008 and creating forms. By default, the underscore of the character in a textbox when using an ampersand is not shown when I run the application. ex. "&Goto Here" is not ...

WPF-XAML window in Winforms Application

I have a Winforms application coded in VS C# 2008 and want to insert a WPF window into the window pane of Winforms application. Could you explain me how this is done.

热门标签