Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP6: An unspecified regisrty error has occurred.
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00163942
Message ID:
00164575
Views:
17
Thanks for the reply which put me on the right track. To really fix it I used:

USE project.pjx
REPLACE ALL local WITH .T.
REPLACE ALL sccdata WITH ''

Rgds

>
>>Hi, I get the above message when opening a VFP5 project which I inherited from someone else. After acknowledging the message, the project opens OK and I can modify/build any part of the project. The project was at some stage part of a Visual SourceSafe system. Would anyone know what might cause the above error and how best to fix it?
>
>VFP tries to connect to the SourceSafe server. If you don't have access to the VSS database anymore, because it belongs to that other programmer, you can use the following code to detach it from SourceSafe:
>
> USE Project.PJX
> REPLACE ALL Local WITH .T.
>
>Christof
Petras Virzintas
Previous
Reply
Map
View

Click here to load this message in the networking platform