SmartDocument Solution Not Working Properly with VB.Net Dlls

  • Thread starter Saikrishna Gollapudi
  • Start date
S

Saikrishna Gollapudi

I have a peculiar problem. I developed a smart document solution by putting
in some code and making up a dll with VB6. It runs just fine when i attach it
to a xml document in word 2003 (as a smart document). However i converted
that vb6 project into VB.net project and by adding smarttag 2.0 tag library
in references and when i build the solution, it compiles fine and gives the
reqd. dll . I ran the setPolicy.bat and tried to attach this DLL to the word
document by means of a manifest file (with <managed/> in it) it fails to
find to load the DLL. It throws up an error saying that "the expansion pack
is either missing or invalid contact your sysadmin". All the paths inside the
manifest file are proper and the required files are there where they are
supposed to be. Any ideas why this problem happens?
 
Top