System.ServiceModel.Diagnostics.EventLogger.UnsafeLogEvent

N

Nordine Benbachir

I run Visual Studio 2008 SP1 on Vista x64.

I got this error message when trying to add a service reference (svcutil):
could not load type 'System.ServiceModel.FaultImportOptions

The problem was solved by installing Windows6.0-KB958483-x64.msu fro
http://www.microsoft.com/downloads/...05-0A9C3FBDD20D&displaylang=en&displaylang=en


Now I get another error:
Method not found: 'Void
System.ServiceModel.Diagnostics.EventLogger.UnsafeLogEvent(System.Diagnostics.TraceEventType,
System.ServiceModel.Diagnostics.EventLogCategory,
System.ServiceModel.Diagnostics.EventLogEventId, Boolean, System.String[])'.


Any idea?

Thanks,
Nordine
 
G

George Potts

I had a similar UnsafeLogEvent stack dump after installing my TS Web Access
role / website in WS08. My solution was to install .Net 3.5 SP1 and reboot.
So my guess would be to install NDP35SP1-KB958484-x64.exe from the link you
posted and see if that solves it for you.

Cheers
 
N

Nordine Ben Bachir

No it doesn't help. I've installed .NET 3.5 SP1, then all the updates from
(in order)
http://www.microsoft.com/downloads/...05-0A9C3FBDD20D&displaylang=en&displaylang=en

And I still get:
Method not found: 'Void
System.ServiceModel.Diagnostics.EventLogger.UnsafeLogEvent

Any other suggestion?

Nordine

George Potts said:
I had a similar UnsafeLogEvent stack dump after installing my TS Web Access
role / website in WS08. My solution was to install .Net 3.5 SP1 and reboot.
So my guess would be to install NDP35SP1-KB958484-x64.exe from the link you
posted and see if that solves it for you.

Cheers

Nordine Benbachir said:
I run Visual Studio 2008 SP1 on Vista x64.

I got this error message when trying to add a service reference (svcutil):
could not load type 'System.ServiceModel.FaultImportOptions

The problem was solved by installing Windows6.0-KB958483-x64.msu from
http://www.microsoft.com/downloads/...05-0A9C3FBDD20D&displaylang=en&displaylang=en


Now I get another error:
Method not found: 'Void
System.ServiceModel.Diagnostics.EventLogger.UnsafeLogEvent(System.Diagnostics.TraceEventType,
System.ServiceModel.Diagnostics.EventLogCategory,
System.ServiceModel.Diagnostics.EventLogEventId, Boolean, System.String[])'.


Any idea?

Thanks,
Nordine
 

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