English 中文(简体)
浮油 地方机器更新申请
原标题:ClickOne updating application on local machine
  • 时间:2010-08-10 11:00:41
  •  标签:
  • c#
  • clickonce

我正在VS 2010年版上,网址是:Windows XP。 我希望我的申请有最新的内容。 我只有一台电脑。 如何部署这一应用来测试最新特点?

Currently i am publishing my application in a folder in my documents
I tried publishing to local FTP using XAMPP but it was unable to check for updates on FTP.
Now i have installed IIS to make a local HTTP server to deploy my application there but it asks for Front Page Server Extension then was asking Front Page.

所有这一切都需要的是,我的申请可以自行更新。 最初的要求是<代码>更新<>,但不知道如何做到这一点。 我想使用<条码>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. ...

热门标签