Here is how this application is launched. It is on a Windows 2008 R2 SP1 running Citrix on a provisioned image.
"C:\Program Files (x86)\Microsoft Silverlight\sllauncher.exe" /emulate:"C:\<AppName>\<AppName>.xap" /origin:http://<Application Server>/<AppName>/ClientBin/<Appname>.xap /overwrite
Here is the error generated in event logs.
Log Name: Application
Source: Application Error
Date: 6/11/2015 8:52:03 AM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: ctxfuscacmast.covhlth.net
Description:
Faulting application name: sllauncher.exe, version: 5.1.40416.0, time stamp: 0x552f4b37
Faulting module name: ieframe.dll, version: 11.0.9600.17840, time stamp: 0x555fe598
Exception code: 0xc0000005
Fault offset: 0x0014cc39
Faulting process id: 0xa40
Faulting application start time: 0x01d0a441388449b4
Faulting application path: C:\Program Files (x86)\Microsoft Silverlight\sllauncher.exe
Faulting module path: C:\Windows\SysWOW64\ieframe.dll
Report Id: a7eff259-1038-11e5-adf8-ee3e121bbe99
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2015-06-11T12:52:03.000000000Z" />
<EventRecordID>17605</EventRecordID>
<Channel>Application</Channel>
<Computer>ctxfuscacmast.covhlth.net</Computer>
<Security />
</System>
<EventData>
<Data>sllauncher.exe</Data>
<Data>5.1.40416.0</Data>
<Data>552f4b37</Data>
<Data>ieframe.dll</Data>
<Data>11.0.9600.17840</Data>
<Data>555fe598</Data>
<Data>c0000005</Data>
<Data>0014cc39</Data>
<Data>a40</Data>
<Data>01d0a441388449b4</Data>
<Data>C:\Program Files (x86)\Microsoft Silverlight\sllauncher.exe</Data>
<Data>C:\Windows\SysWOW64\ieframe.dll</Data>
<Data>a7eff259-1038-11e5-adf8-ee3e121bbe99</Data>
</EventData>
</Event>
User gets an error on desktop that is in the title in a pop up window asking to close the program. Any ideas on how to cure this error?