Possible Duplicate:
How to run a C# .exe file on many computers?
I have a problem with my executable file. I made in C# windows forms to convert from txt to excel. Then in debug i took exe file there. In my computer with .NET 40 and Excel 2010 i got no problem at all. But when i tried it in my another laptop it shows me Invalid Index HRESULT 0x8002000B
. There is office 2010 but no visual studio 2010 . How can i fix it? Is the problem because there is no Visual Studio Installation, if so how can i make executable file with all library?