自动更新得问题
小弟写得自动更新
服务器端得XML代码为
<?xml version="1.0" encoding="utf-8" ?>
<updateFiles>
<EntryPoint>AutoUpdate.vshost.exe</EntryPoint>
<Location>.</Location>
<Version>8.0.50727.44</Version>
<file Name="AutoUpdate.exe" Ver="8.0.0727.43" url="http://xy2.gph.netease.com/patch2.0.232.xy2" needRestart="true"/>
</updateFiles>
客户端代码为
<?xml version="1.0" encoding="gb2312" ?>
<AutoUpdater>
<Description>AutoUpdate.vshost autoUpdate</Description>
<Updater>
<Url>http://192.168.1.155/Update.xml</Url>
<LastUpdateTime>2009-04-13</LastUpdateTime>
</Updater>
<Application applicationId = "AutoUpdate.vshost">
<EntryPoint>AutoUpdate.vshost.exe</EntryPoint>
<Location>.</Location>
<Version>8.0.50727.42</Version>
</Application>
<Files>
<File Ver="8.0.50727.42" Name= "AutoUpdate.exe" />
</Files>
</AutoUpdater>
服务器端打开着为什么客户端无法连接到新版本呢
高手帮帮忙
小弟谢谢了