Missing System.IdentityModel

G

Guest

Hi,

I'm deploying a clickonce application and encounter an error when user try
to install it. The popup form says assembly System.Identity Model version
3.0.0.0 be installed in GAC first. But the user has already installed .net
framework 3.0 runtime. What's happening here?
 
J

Jeffrey Tan[MSFT]

Hi Daniel,

I have performed some search in the internal database and did not find much
related information.

Can you provide the detailed error message from the pop up dialog? Also, it
would be better if you can provide a screen shot of this error.

Additionally, have you checked that if the System.IdentityModel assembly
really existed in the user's GAC? You may open explorer and go to
"C:\Windows\Assembly" directory to examine if System.IdentityModel entry
exist.

Furthermore, you may use fusion binding log tool to examine the CLR's
probing for System.IdentityModel assembly:
"Fusion binding log and fuslogvw.exe"
http://blogs.msdn.com/junfeng/archive/2004/02/14/72912.aspx

I will wait for your further information, thanks.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

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.
 
G

Guest

Hi Jeffrey,

I would be glad to give more detail if I can. I tried to install my program
on a machine that only has 2.0 installed and got the same error message. Now
the problem is that two people, which are all very senior officers, got this
message after installing the 3.0 framework runtime. It's not possible for me
to check there machine or guide them do such investigation. Do you have any
idea about how this could happen?
 
J

Jeffrey Tan[MSFT]

Hi Daniel,

Thank you for the feedback.

Got this error message in .Net2.0 machine is expected. Because the
System.IdentityModel is a .Net3.0 assembly, which is not included during
Net2.0 installation.

Sorry, but since there are no reported known issue for this problem yet, I
can not provide the possible cause for this problem. We still have to dig
into the reproduce machine to obtain further information for analysis.

Thanks.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

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.
 
J

Jeffrey Tan[MSFT]

Hi Daniel,

How about this issue now? Have you checked the customer's problematic
machine GAC for the existance of System.IdentityModel assembly? If you
still need any help, please feel free to feedback, thanks.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

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.
 
W

Walter Wang [MSFT]

Hi Daniel,

I hope you could understand that without further information from your
side, there's really not much we can do from our side.

We're about to close this post. Please feel free to re-open it by simply
replying here.

If you have any comments on our support service, our product limitation,
our process, please don't hesitate to let me know. My email address can be
found in my signature. I will do my best to follow up.

Thank you for using our MSDN Managed Newsgroupo Support Service.


Regards,
Walter Wang ([email protected], remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top