View Single Post
  #1  
Old 08-24-2006, 07:14 AM
julien.evrard julien.evrard is online now
Registered User
 
Join Date: 08-23-2006
Posts: 10
execution problems

hi!

i've 2 two problems (related i think).

1) on a machine i installed visual build, if i try to launch a dos box with:

"C:\Program Files\VisBuildPro6\VisBuildCmd.exe" /b "some file.bld"

then i get this message in return

Error initializing logger component 'VisBuildLog6.XML': No such interface
suppor
ted
24/08/2006 8:02:27: Build ended.

the message made me think about something with COM, so after trying many things,
i discover that unregister the DLL "VisBuildLog.dll"
( C:\Program Files\VisBuildPro6\System\VisBuildLog.dll ) with regsvr32 solved
the problem. don't know why!

can yo explain me please?

and this make "VisBuildCmd.exe" working, but it seems the logging is not working anymore (i think "VisBuildLog", that ends with "Log" is used there, no?)


2) on this same machine, wether i unregister "VisBuildLog.dll" or not, i can
launch "VisBuildPro.exe" (without arguments). i can open a project, or create a
new one
adding steps, etc....
but when i try to build i get an error message box that says:

"error while connecting to visual build pro events: no such interface supported"

i think it's still a COM problem, but i can't get it.
can you help me please?



the OS is windows XP service pack 1
Reply With Quote