hi!
i have created an application that open a specific *.doc file in a directory.
but when i try to run it the smartphone gives an error on the "Microsoft.Office.Interop.Word.dll"...
i have tryed to import the dll and copy it on the phone, but it doesn't work...
why
//-------------------------------------------------//
this is the error message:
TypeLoadException was unhandled" Corpo: "File or assembly name 'Microsoft.Office.Interop.Word, Version=10.0.4504.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35', or one of its dependencies, was not found.

[Smartphone-c#] Word files
Shan Martin
so..when i import a doc file it would be converted to a mobile one
but if i copy a desktop one on a memory card (without using AtiveSync)
Judah
kesim
MRaman
you have to install the pocket office on the mobile device I believe in order to "open" the word document, not just copy over the interops. They have to be properly registered/installed I believe.
you can't copy a PC version of word interop to a mobile device - different platforms altogether.
goh6613
Juliano Nunes
Joe Au
i don't know if exist for mobile platforms, i have copied the same dll of my desktop on the smartphone
so, what can i use to open a .doc file or i can't
LpAngelRob
Drittz
programmatically don't think you can, at least not in managed code. are mobile Word and desktop Word document files compatible to begin with I'm pretty certain mobile Excel and desktop Excel spreadsheets need to go through an import process to run on the opposing platform, I'd think the same would apply to Word.