1
Vote

ConnStore-Application.configSources file for lightweight executor needs modification to connect to registry

description

I've been testing the lightweightexecutor.exe provided and have found that the only way to get the executable running is to add the following to the config file:
<runtime> 
  <loadFromRemoteSources enabled="true"/> 
</runtime>
 
This needed to be added in between the </DataSources> and the </ConfigSources> tags.

file attachments

comments

abhisheks wrote Jun 23, 2011 at 12:19 PM

Hi,

Thanks for reporting. We will check this at our end and do the modification if necessary.

-Regards

abhisheks wrote Jun 24, 2011 at 9:11 AM

Hi,

Thanks again for your post.

You can run the LightWeightExecutor without adding the
<loadFromRemoteSources enabled="true"/>
node.

You need to unblock the zip before extracting it. When you unblock the zip before extracting, all the exes and dlls automatically becomes “trusted” to your machine and hence no need to add such node. Please see the attached screen shot on how to unblock a zip. You can visit

http://msdn.microsoft.com/en-us/library/dd409252.aspx and

http://msdn.microsoft.com/en-us/library/ee890038.aspx

for further information.

-Regards