<?xml version="1.0" encoding="utf-8" ?>
<configuration>
	<system.runtime.remoting>
		<application>
			<client>
                	<wellknown 
                    		type = "Shimadzu.LabSolutions.LSSClientLicenseManager.CLSSClientLicenseManagerAccess, LSSSystemManagerCL"
                    		url="tcp://127.0.0.1:29516/CLSSClientLicenseManagerAccess"
                	/>
            </client>
			<channels>
				<channel ref="tcp">
				</channel>
			</channels>
		</application>
		<customErrors mode="off" />
		<debug loadTypes="true" />
	</system.runtime.remoting>
</configuration>
