Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem with debugging smart tag, please help

Status
Not open for further replies.

cyrus71

Programmer
Feb 6, 2006
34
SE
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.
 
1. Change your build configuration to Debug (it's a drop-down on the toolbar). The .pdb file that gets created contains your symbols, but I'm not sure how the debugger would find it after installing your assembly into the GAC. Try putting it in a directory that's on your path.

2. I think you need to get debugging working before you can solve this problem. :)

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top