Add-In Designer Stripping Characters on Registry Values?

R

Ryan

I'm using Visual Basic 6 to create a COM Add-in for Outlook. I start
with an Add-In and use the Connect Designer. I input values under the
Advanced Tab for "AddIn Specific Data" which will be entered into the
registry.

Everything works fine for awhile and then all of the sudden everytime
I run the project in debug mode the values under "Addin Specific Date"
get 1 character stripped for the beginning and end of the value.

Example:
-- Connect "Addin Specific Data" Table
Name Data
-----------------------------------
Program Folder c:\Program Files\Addin
Version 1.1

-- Connect "Addin Specific Data" Table after problem arises
Name Data
-----------------------------------
Program Folder :\Program Files\Addi
Version .


If I run it again it will then take an additional character of the
beginning and end of the values. The Name or keys are untouched.
Does anyone know what this error is and how to solve it?

Thanks
 

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