smart tag does not registered

M

Medes

Hi,
I have created a simple smart tag (VB.net framwork 1.1, Office 2003) but it
doesn't work it seems dead.
it is a Class Library, here is the code that register the smart tag:

<ComRegisterFunctionAttribute()> _
Public Shared Sub RegisterFunction(ByVal type As Type)
'Create registry keys for recognizer
Dim regHkcu As RegistryKey
regHkcu = Registry.CurrentUser
regHkcu = regHkcu.CreateSubKey(recognizersKey)
regHkcu.SetValue(Nothing, String.Empty)
End Sub

I have used same Class Library on my machine at home and it has worked but
on the other machine (at my jobb) it does not work. when i go to RegEdit the
SubKey that the program makes does not show up.
 
P

Perry

Have you tried it under Local Admin account?
If this works, you know it's a rightsissue.

In such case, I would advise you to discuss this with yr IT department.

They:
- can also make these settings for you in an automation session
- can apply the correct scope (which local- or global groups)
- don't need to make exceptions for applications requiring specifics, the
network wasn't designed for.
- will even adjust network design to facilitate and host yr application, so
yr application won't disturb other applications and vice versa.


--
Krgrds,
Perry

System:
Vista/Office Ultimate
VS2005/VSTO2005 SE
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top