G
Guest
Hi,
I'm trying to take advantage of Word's spellchecker from a vb.net app. I get
this to work but I have a lot of questions about deployment. First, after I
add the appropriate COM reference in VS.NET 2005, is there an extra .NET
assembly that I need to include with the project to make it function
properly? I ask because I tried running on a different machine with word and
it said that the assembly wasn't found even though Word is installed. (It
worked properly on the development machine.) If it does need this assembly,
can i somehow staticlaly link it in so it's not in a separate file or is that
unsupported?
Also, do I need to decide at buildtime if I want to use word 10 or 11? Is
there any way I can have it test and use either?
Thanks...
-Ben
I'm trying to take advantage of Word's spellchecker from a vb.net app. I get
this to work but I have a lot of questions about deployment. First, after I
add the appropriate COM reference in VS.NET 2005, is there an extra .NET
assembly that I need to include with the project to make it function
properly? I ask because I tried running on a different machine with word and
it said that the assembly wasn't found even though Word is installed. (It
worked properly on the development machine.) If it does need this assembly,
can i somehow staticlaly link it in so it's not in a separate file or is that
unsupported?
Also, do I need to decide at buildtime if I want to use word 10 or 11? Is
there any way I can have it test and use either?
Thanks...
-Ben