Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Name Already Exists?
Message
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00669461
Message ID:
00669712
Views:
9
I think it's because I did an early bind in my setup.prg (a program that runs at IDE load to set my environment for the current project) and the same early bind was in my main.prg:
Public oConfigDoc
oConfigDoc = CreateObjectEx("Msxml2.FreeThreadedDOMDocument.4.0","","")
Thanks.

By the way, that is the correct syntax for early binding, right?

>Hi Steve,
>
>>OLE eerror code 0x8002802d: Name already exists in the library.
>
>This error (TYPE_E_NAMECONFLICT)is raised while creating the type library when a duplicate name was detected. Maybe you have two OLEPUBLIC classes with the same name or a class that has two methods of the same name.
>
>Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform