Hello Dave,
According to the description, it sounds like a security configuration
issue. The error code 0x8013150a is COR_E_SECURITY, a CLR error code for
the System.Security.SecurityException
Does the "MS shim code" mean
http://msdn2.microsoft.com/en-us/library/aa140200.aspx? I assume that you
have strictly followed the "Checklist and Notes" in the article.
The COR_E_SECURITY HRESULT should be returned by the call
hr = CorBindToRuntimeEx(0,0, STARTUP_LOADER_OPTIMIZATION_MULTI_DOMAIN
|STARTUP_CONCURRENT_GC,CLSID_CorRuntimeHost, IID_ICorRuntimeHost,(PVOID*)
&m_pHost);
in the LoadCLR method (because ICorRuntimeHost::Start does not have
COR_E_SECURITY HRESULT as its return value
http://msdn2.microsoft.com/en-us/library/ms164330(VS.80).aspx)
I am consulting the CLR team for the possible security reasons that
COR_E_SECURITY is returned by CorBindToRuntimeEx, I will get back to you as
soon as possible.
Last, I hope to confirm with you if the issue has been reproduced on your
side? According to the issue description, I am not clear whether the
problem only occurs on that one computer? Where did you uninstalled and
reinstalled .NET 2.0 and also installed .NET 1.1 and .NET 3.0? Can I
understand that these re-install test does not help the issue?
Thanks
Jialiang Ge (
[email protected], remove 'online.')
Microsoft Online Community Support
==================================================
For MSDN subscribers whose posts are left unanswered, please check this
document:
http://blogs.msdn.com/msdnts/pages/postingAlias.aspx
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express/Windows Mail, please make sure
you clear the check box "Tools/Options/Read: Get 300 headers at a time" to
see your reply promptly.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.