Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/293.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 无法通过文件共享共享ClickOnce应用程序_C#_Xna_Xna 4.0 - Fatal编程技术网

C# 无法通过文件共享共享ClickOnce应用程序

C# 无法通过文件共享共享ClickOnce应用程序,c#,xna,xna-4.0,C#,Xna,Xna 4.0,每次我发布游戏并将其移动到闪存驱动器时,它都可以正常工作,但是,每当我将发布的游戏放入dropbox文件夹并尝试从另一台计算机(安装了Windows 7的Macbook)访问它时验证应用程序需求需要一段时间,然后if会显示错误:应用程序下载未成功,日志如下: PLATFORM VERSION INFO Windows : 6.1.7600.0 (Win32NT) Common Language Runtime : 4.0.30319.1 System.De

每次我发布游戏并将其移动到闪存驱动器时,它都可以正常工作,但是,每当我将发布的游戏放入dropbox文件夹并尝试从另一台计算机(安装了Windows 7的Macbook)访问它时验证应用程序需求需要一段时间,然后if会显示错误:应用程序下载未成功,日志如下:

    PLATFORM VERSION INFO
Windows             : 6.1.7600.0 (Win32NT)
Common Language Runtime     : 4.0.30319.1
System.Deployment.dll       : 4.0.30319.1 (RTMRel.030319-0100)
clr.dll             : 4.0.30319.1 (RTMRel.030319-0100)
dfdll.dll           : 4.0.30319.1 (RTMRel.030319-0100)
dfshim.dll          : 4.0.31106.0 (Main.031106-0000)

    SOURCES
Deployment url          :                                                                                     file:///C:/Users/Muhammad/Downloads/Tier%20Tactical%200.0.5%20(1)/Tier%20Tactical%200.0.5/T        ier%20Tactical%202A.application
Deployment Provider url     : http://logisys-pc/Tier%20Tactical%202A/Tier%20Tactical%202A.application

    ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the              log.
* Activation of C:\Users\Muhammad\Downloads\Tier Tactical 0.0.5 (1)\Tier Tactical 0.0.5\Tier Tactical 2A.application resulted in exception. Following failure messages were detected:
    + Downloading http:///Tier Tactical 2A/Tier Tactical 2A.application did not succeed.
    + Unable to connect to the remote server
    + A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 192.168.2.21:80
…它持续了一段时间,并重申了我们已经知道的,存在一个连接问题


某种类型的连接问题,在极少数情况下,我可以启动它,虽然很简单,但一旦它这样做了,它就可以正常工作。

我实际上没有使用XNA或ClickOnce,所以我可能不知道我在说什么。这就是说,它试图连接到192.168.2.21,这是一个内部ip地址,这听起来不对。那个IP是什么?它是某种代理服务器还是DNS服务器?事实上,我不知道为什么会出现这种情况,我已经尝试了其他一切