English 中文(简体)
如何从另一个网络外出运行
原标题:How to run exe from another network

我的机器制造了一枚炮弹和一台外壳。 我是这样说的。 但是,如果在另一个网络名录,如ABCApp上指明铺设或 de路,然后把这条路作为服务器的工作,那么,我正在发现一些错误,具体指明通往我的C:mynameMy Documents 视觉演播室2010年项目AppAppprogram.cs。 我完全理解为什么这些提法仍然没有反映。 我改变了我项目演播室视觉特性的目录,并采用主动(释放)模式。 我不相信这些提法有什么错误。


而且,这不是一个重复的问题:它属于特殊的工作类型和远距离执行。 我不想与一些问题挂钩。

最佳回答

该例外将包含原始立案地点的道路,因为在汇编中,再没有立案卷。

这与你从网络的道路上管理该方案毫无关系。

In other words: When you compile your program, the compiler creates your dll and a file with the extension pdb that has the same name. For example yourdll.dll and yourdll.pdb. During compilation, the compiler writes the paths of the .cs files into the .pdb file. And these are the paths that you are later seeing in your exceptions.
That means, they are fixed and will always be the same, no matter where you run your program.

To be very explicit:
This behavior is by design, not an error and can t be changed.

问题回答

暂无回答




相关问题
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. ...

热门标签