Hi all,
I'm currently trying to get an application to work called Metastorm BPM designer. This application uses .net framework 3.0 (which was captured seperatly). The application does not start up correctly on both the capturing machine as well as on a test machine (it gets stuck on the splash screen)
When tying to remove the hkey_local_machine keys everything worked fine again on the capturing machine (which of course is normal). Narrowing it down I think i found the problem. Removing the following key and it subskeys make the application workable on the capturing machine but not on the test machine. The test machine is complaining about not being able to work with the JScipt script host similar to http://metastorm.processmapping.com.au/tool/post/ework/vpost?id=2804606.
isolation_full HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{267ECC24-CB85-4C55-85CD-7EECCC48461B}\InprocServer32
Value=
REG_SZ~mscoree.dll#2300
Value=ThreadingModel
REG_SZ~Both#2300
Value=Class
REG_SZ~eWork.Engine.ScriptHost.ScriptHostLoader#2300
Value=Assembly
REG_SZ~eWork.Designer.ScriptHost, Version=7.5.0.769, Culture=neutral, PublicKeyToken=0fa3cc64eebf4c8b#2300
Value=RuntimeVersion
REG_SZ~v2.0.50727#2300
Value=CodeBase
REG_SZ~file:///C:/Program Files/Metastorm BPM/Designer/Dotnetbin/eWork.Designer.ScriptHost.DLL#2300
Thinking that this is a com+ error i tried
externaldll option with the eWork.Designer.ScriptHost.DLL
setting up virtual dcom process outside of the thinapp
Using ExternalCOMObjects={267ECC24-CB85-4C55-85CD-7EECCC48461B} makes the application work on the capturing machine but still not on the test machine. I get the error that {267ECC24-CB85-4C55-85CD-7EECCC48461B} is not registered so i tried registering it manually which didnt help
This ofcourse didn't work !http://communities.vmware.com/images/emoticons/happy.gif!. Could someone help?
Thank in advance
Timothy