2011-05-26 148 views
0

我有一个解决方案,有2个项目,我想发布此应用程序。当我尝试安装时遇到问题。它说它找不到我正在使用的txt文件。在我的应用程序中,我还使用了2个其他txt文件,并且它没有显示关于这两个txt文件的问题。错误如下所示。有谁知道这个问题可能是什么?先谢谢你!在Visual Studio 2008中发布解决方案中的问题

有关调用 即时(JIT)调试代替此对话框的详细信息,请参阅此消息的结尾。

************** Exception Text ************** 
System.IO.FileNotFoundException: Could not find file 'C:\Users\Δημήτρης\AppData\Local\Apps\2.0\16302ORR.AW8\MB0AX4OD.0OL\auth..tion_4deb94c49aed6906_0001.0000_30081526368df596\checkStatus.txt'. 
File name: 'C:\Users\Δημήτρης\AppData\Local\Apps\2.0\16302ORR.AW8\MB0AX4OD.0OL\auth..tion_4deb94c49aed6906_0001.0000_30081526368df596\checkStatus.txt' 
    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) 
    at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) 
    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) 
    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) 
    at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) 
    at System.IO.StreamReader..ctor(String path, Boolean detectEncodingFromByteOrderMarks) 
    at AuthenticationApplication.Form1.Form1_Load(Object sender, EventArgs e) 
    at System.Windows.Forms.Form.OnLoad(EventArgs e) 
    at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) 
    at System.Windows.Forms.Control.CreateControl() 
    at System.Windows.Forms.Control.WmShowWindow(Message& m) 
    at System.Windows.Forms.Control.WndProc(Message& m) 
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) 
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) 


************** Loaded Assemblies ************** 
mscorlib 
    Assembly Version: 2.0.0.0 
    Win32 Version: 2.0.50727.5444 (Win7SP1GDR.050727-5400) 
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll 
---------------------------------------- 
AuthenticationApplication 
    Assembly Version: 1.0.0.0 
    Win32 Version: 1.0.0.0 
    CodeBase: file:///C:/Users/Δημήτρης/AppData/Local/Apps/2.0/16302ORR.AW8/MB0AX4OD.0OL/auth..tion_4deb94c49aed6906_0001.0000_30081526368df596/AuthenticationApplication.exe 
---------------------------------------- 
System.Windows.Forms 
    Assembly Version: 2.0.0.0 
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) 
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll 
---------------------------------------- 
System 
    Assembly Version: 2.0.0.0 
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) 
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll 
---------------------------------------- 
System.Drawing 
    Assembly Version: 2.0.0.0 
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) 
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll 
---------------------------------------- 
System.Configuration 
    Assembly Version: 2.0.0.0 
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) 
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll 
---------------------------------------- 
System.Xml 
    Assembly Version: 2.0.0.0 
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) 
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll 
---------------------------------------- 

** * ** JIT调试 ** * **** 只启用即时(JIT)调试,config文件对于此 应用程序或计算机(machine.config)必须具有在system.windows.forms部分中设置的jitterDebugging值 。 该应用程序还必须在启用调试 的情况下进行编译。

<configuration> 
    <system.windows.forms jitDebugging="true" /> 
</configuration> 

启用JIT调试后,任何未处理的异常 将被发送到计算机 上注册,而不是由此对话框处理的JIT调试器。

回答

0

该文件不存在。

这些文件是在运行时创建的吗?

如果不将它们包含在您的解决方案中并将它们标记为“内容”并选择复制选项“始终复制”,“如果新建复制”,“不复制”。

+0

我包含了所有三个文本文件,并将它们标记为内容并始终进行复制。问题保持不变... – DimitrisZli 2011-05-26 22:26:48

+0

这些文件不是在运行时创建的,而是我自己创建的。 – DimitrisZli 2011-05-26 22:27:16

+0

我想补充说,发布阶段是成功的。在此之后,当我尝试安装该应用程序时,出现此错误... – DimitrisZli 2011-05-26 23:03:16

0

检查正在工作的文件和没有文件的属性。有机会你有问题文件集,所以它不会复制,级联到不发布。

+0

我包含了所有三个文本文件并将它们标记为内容并始终复制。问题保持不变。 – DimitrisZli 2011-05-26 22:26:32

+0

我想补充一点发布阶段是成功的。在此之后,当我尝试安装应用程序时,出现此错误... – DimitrisZli 2011-05-26 23:03:07

相关问题