English 中文(简体)
C# Line Project - Error whenî through exe
原标题:C# command line project - Error when run via .exe

我有一个通常汇编的C#项目。 当我通过演播室视觉信息网络管理该项目时,该项目会受到罚款,并且会被清理。 然而,当Iavigate to the Project行长并试图通过双重点击“exe”文档或通过跑道窗户提及该方案时,就会发现错误。

我将问题缩小到底

Console.WriteLine("output ->" + any_variable);

出于某种原因,如果我用ole子打印任何变量。 如果如上所述,书写申请将是错误的。

如果我这样说,视力演播室造成的迫害如果两度点点击,就会被罚款。 我确实对此感到困惑。 我这里的目标是把这一指挥线项目作为预定的任务。

最佳回答

d 假设该错误与<代码>WriteLine或甚至<代码>Console/code>无关。 虽然从民主选举学会运作到从双轨运行之间有着共同的差别,但权利可能是(即,你可以开始将民主选举学会作为行政机构,或者你正在撰写/阅读的地址与它不同),但这里似乎没有。

为了弥补你的实际错误,汇编成 de。 开始适用(可能带有某种信息箱)。 • 启动民主选举学会,选择“灯塔”和“灯塔”(如果你用电箱放弃你的话,你有时间)。 选择你的工作。 页: 1 您现在应当收到民主选举学会的错误,尽管该数字是从双重点击EXE。 你可以看到你通常会做的 st和 de。

我的猜测? 各位重印的变量会产生错误。

充其量:围绕犯罪陈述进行简单的审判/捕获,加上带<代码>Exception的信息箱。 贺电也应当使你感到更加tel。

问题回答

I m sorry, I was wrong... so EDIT

3. 将你的代码置于实验轨道}捕获参数中:

try
{
//your code goes here
}
catch (Exception ex)
{
    Console.WriteLine("An error occured: {0}", ex.Message);
    if (ex.InnerException != null)
       Console.WriteLine("Inner Exception: {0}", ex.InnerException.Message);
    Console.WriteLine("Stack Trace: {0}", ex.StackTrace);
}

问题在于你,在哪一行的法典上,这一点是难以找到的。

我不知道这是否适用于你的情况,但我有一个非常相似的问题,我在另一天在这里贴上:。 我在申请时的错误信息





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

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. ...

热门标签