Wrox Programmer Forums
|
Visual Studio 2005 For discussing Visual Studio 2005. Please post code questions about a specific language (C#, VB, ASP.NET, etc) in the correct language forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Studio 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 10th, 2006, 03:29 PM
Authorized User
 
Join Date: Apr 2006
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default creating smart tag library

Hi,
I follow exact what this article says about creating a smart tag library, I am using VS 2005 Pro.

http://msdn.microsoft.com/msdnmag/is...s/default.aspx

but I have following problems and my smart tag does not appiers in Word.

1. I get this Error:
The type or namespace name 'SmartTag' does not exist in the namespace 'Microsoft.Office.Interop' (are you missing an assembly reference?)
at this row:
using Microsoft.Office.Interop.SmartTag;

I have added a reference to SmartTagLib
But i dont get this error if i use VS 2003 .net

2. I did not know exactly what i would write on SmartTagName (URN) i have read some information about it, that it must follow Office convention av namespaceURI#localname but i dont understand what it means.

3. I get this Warning:
does not contain any types that can be registered for COM Interop.
I have chosen "Register For Com Interop" on the project's property.
I have added ComVisible(true) on Assembly.
I have registered my classes (Recognizer and Action) manualy on Registery Editor under:

HKEY_CURRENT_USER\ Software \ Microsoft \ Office \ Common \Smart Tagmed GUID

But I can not see my Smart Tag , why ? it does not work.







Similar Threads
Thread Thread Starter Forum Replies Last Post
tag library question winsonkkp JSP Basics 1 March 10th, 2008 07:41 AM
Can/How i use Java Bean & Tag Library in servlet nigam.anand Servlets 0 May 9th, 2006 09:40 PM
creating smart tag library Medes VS.NET 2002/2003 0 April 16th, 2006 02:56 PM
problem debugging smart tag, please help Medes Visual Studio 2005 0 April 15th, 2006 03:09 PM
dynamic smart tag Medes VS.NET 2002/2003 0 April 13th, 2006 12:59 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.