cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
carsten711
Level 5

Minor Upgrade Validation warning

hi,
i've create a minor Upgrade and validate it with the Patch & Upgrade validation. The validation gives me the warning VAL0009:
A registry entry has been removed from the component my.dll. This key must be added to the RemoveRegistry table, otherwise it will be orphaned by an upgrade '0|interface\{d685eb07-d54e-4f41-acc2-2ef2bb9f02b7}\typelib|'

so i have create a Entry into the RemoveRegistry table from the new Project:
Root = 0
Key = interface\{d685eb07-d54e-4f41-acc2-2ef2bb9f02b7}\typelib
Name = -

i've rebuild the Project and the validation Warning still reappears:confused:
Labels (1)
0 Kudos
(2) Replies
Patrick_Simons
Level 5

I have the same problem.

Did you find a solution?
0 Kudos
tigergrace
Level 6

Hi,

I also got a problem when did minor upgrade.

I fixed the problem, here is my solution.

Give value below in registry table:
Root = 0
Key = interface\{d685eb07-d54e-4f41-acc2-2ef2bb9f02b7}
Name = -

add a new one if there is still warning message, replace new GUID for key.

hopefully, this can help you

grace,
0 Kudos