Click here to Skip to main content
15,889,909 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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



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 :)
Posted
Updated 30-Jul-11 1:47am
v3

1 solution

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.
 
Share this answer
 
v2
Comments
Aisha sharma 1-Aug-11 1:23am    
yes i tried this option also.....
thank u so much

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900