C#.net项目生成文件在Vista中找不到异常 [英] C#.net project generate file not found exception in vista

查看:87
本文介绍了C#.net项目生成文件在Vista中找不到异常的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,
我需要一个建议,实际上我的C#项目是在Vista上开发的
32位i3系统在vista 64位AMD处理器系统上生成错误.
错误是.........

hello everyone,
i need one suggestion, actually my C# project developed on vista
32-bit i3 system generate error on vista 64-bit AMD processor system.
error is .........

Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: myapp.exe
Problem Signature 02: 3.0.1.5
Problem Signature 03: 4e33b2b6
Problem Signature 04: mscorlib
Problem Signature 05: 2.0.0.0
Problem Signature 06: 47577b16
Problem Signature 07: f8f
Problem Signature 08: 80
Problem Signature 09: System.IO.FileNotFoundException
OS Version: 6.0.6001.2.1.0.256.6
Locale ID: 1033




这是一个错误,当我搜索它时,我发现dll之一可能不是
发现与excel文件创建模块有关.
但是我添加了Microsoft excel 12.0对象库
所以错过了哪个dll.请告诉我我现在要添加哪个dll.和我的项目
在win7 64位AMD处理器系统上运行.
因此,如果您知道此错误,请给我任何建议

预先感谢您:)




this one is error and as i searched about it i found one of dll may be not
found related with excel file creation module.
but i added microsoft excel 12.0 object library
so which one dll is missed. plz tell which dll i have to add now. and my project
run on win7 64-bit amd processor system.
so give me any suggestion if u know about this error

thank u in advance :)

推荐答案

我认为Microsoft Excel 12.0对象库只有32位.
您是否尝试将应用程序编译为32位应用程序(而不是任何CPU).在这种情况下,它将在64位系统上运行.

64位应用程序(或为任何CPU编译并在64位OS上运行的应用程序)无法加载32位DLL(反之亦然).

在Web或Code项目中搜索更多信息.
I think that the Microsoft Excel 12.0 Object Library are only 32 bit.

Have you tries to compile your application as a 32 bit application (instead of Any CPU). In that case, would it works on a 64 bit system.

A 64 bit application (or an application compiled for Any CPU and running on a 64 bit OS) cannot load a 32 bit DLL (and vice-versa).

Search the web or Code project for more information.


这篇关于C#.net项目生成文件在Vista中找不到异常的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆