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
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