Hi,
I have done a smart tag i registered it by using GUID on registery editor under:
* HKEY_CURRENT_USER\Software\Microsoft\Office\Common\Smart Tag\Actions
* HKEY_CURRENT_USER\Software\Microsoft\Office\Common\Smart Tag\Recognizer
I can see my Smart Tag under (Word -> tools -> autoCurrenty options -> smart tag tab) but i have two problems:
1. when i debugg my smart tag i get follwing error:
and added to the GAC
the following module was built either with optimizations enabled or without debug information
C:\MyServer:\smarttag.dll
To debug this module change its project build configuration to debug mode. To supress this message, disable to 'warn if no user code on launch' debugger option
2. my smart tag can not recognize my terms.
I have done a smart tag i registered it by using GUID on registery editor under:
* HKEY_CURRENT_USER\Software\Microsoft\Office\Common\Smart Tag\Actions
* HKEY_CURRENT_USER\Software\Microsoft\Office\Common\Smart Tag\Recognizer
I can see my Smart Tag under (Word -> tools -> autoCurrenty options -> smart tag tab) but i have two problems:
1. when i debugg my smart tag i get follwing error:
and added to the GAC
the following module was built either with optimizations enabled or without debug information
C:\MyServer:\smarttag.dll
To debug this module change its project build configuration to debug mode. To supress this message, disable to 'warn if no user code on launch' debugger option
2. my smart tag can not recognize my terms.