English 中文(简体)
c 仅点击部署:如何改名为申请档案?
原标题:c# clickonce deployment: how to rename Application Files ?

I m new to clickonce so i m trying to use public hosting for the first steps. I m expreriencing a problem, which is:

Ftp服务器拒绝带有空间的圆顶,因此

<代码>ftp:.../ProgramName/Application> 文件/

无法部署。 我 issue倒了这个问题:2010年全球抽样调查无法向服务器上载带有空间的夹。 我 problem了这个问题,并找到了post,建议修改微软。 通用指标(将“应用文档”改为“应用软件”。) 我这样做了,但现在,视力演播室在部署时 break误:

Publish failed with the following error: Could not find a part of the path E:...inReleaseapp.publishApplication Files

这是因为

inReleaseapp.publishApplication Files

doesnt exist, but

InReleaseapp.publishApplicationFiles

确实如此。 这符合对植被档案的改动,但VS仍在“造成错误”。

在服务器上部署我的器具,除了像“应用文档”这样的名称外,还能做些什么?

事先感谢伊利亚。

问题回答

如果你把%20放在空间的连接点上,会发生什么? (我知道,不可能在ClickOnce改变这种说法)





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

热门标签