Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 09, 2012 04:37 PM by dakvikas
Member
133 Points
101 Posts
Feb 02, 2012 08:14 PM|LINK
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> - <System> <Provider Name="ASP.NET 4.0.30319.0" /> <EventID Qualifiers="49152">1301</EventID> <Level>2</Level> <Task>3</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2012-02-02T20:02:55.000000000Z" /> <EventRecordID>78868</EventRecordID> <Channel>Application</Channel> <Computer>server1</Computer> <Security /> </System> - <EventData> <Data>EventLogProvider</Data> <Data>/</Data> <Data>System.Web.HttpException (0x80004005): The EventLogWebEventProvider provider failed to log an event with the error code 0x80070057.
at System.Web.Management.EventLogWebEventProvider.ProcessEvent(WebBaseEvent eventRaised)
at System.Web.Management.WebBaseEvent.RaiseInternal(WebBaseEvent eventRaised, ArrayList firingRuleInfos, Int32 index0, Int32 index1)</Data>
</EventData> </Event>
i am gettign this error . i never see before ?
please help me .
All-Star
86773 Points
9643 Posts
Moderator
MVP
Feb 03, 2012 10:39 AM|LINK
The 80070057 error code means "Invalid Parameter", so you are attempting to log something to the EventLog, and one of the parameters is invalid.
http://forums.iis.net/t/1157563.aspx
You'll have to find out where your system is attempting to log something and find out what is invalid.
Feb 03, 2012 01:08 PM|LINK
Thanks for help .
how should i find out where system is attempting to log ?
Thanks.
Star
8068 Points
1023 Posts
Microsoft
Feb 09, 2012 08:32 AM|LINK
Hi
You can find the root of this method.
System.Web.Management.EventLogWebEventProvider.ProcessEvent(WebBaseEvent eventRaised)
That's the place cause this error.
Hope it helpful.
Feb 09, 2012 04:37 PM|LINK
i can't this method in my source code.
please help me..
dakvikas
Member
133 Points
101 Posts
The EventLogWebEventProvider provider failed to log an event with the error code 0x80070057
Feb 02, 2012 08:14 PM|LINK
i am gettign this error . i never see before ?
please help me .
DarrellNorto...
All-Star
86773 Points
9643 Posts
Moderator
MVP
Re: The EventLogWebEventProvider provider failed to log an event with the error code 0x80070057
Feb 03, 2012 10:39 AM|LINK
The 80070057 error code means "Invalid Parameter", so you are attempting to log something to the EventLog, and one of the parameters is invalid.
http://forums.iis.net/t/1157563.aspx
You'll have to find out where your system is attempting to log something and find out what is invalid.
Darrell Norton's Blog
Please click "Mark as Answer" if this helped you.
dakvikas
Member
133 Points
101 Posts
Re: The EventLogWebEventProvider provider failed to log an event with the error code 0x80070057
Feb 03, 2012 01:08 PM|LINK
Thanks for help .
how should i find out where system is attempting to log ?
Thanks.
Dino He - MS...
Star
8068 Points
1023 Posts
Microsoft
Re: The EventLogWebEventProvider provider failed to log an event with the error code 0x80070057
Feb 09, 2012 08:32 AM|LINK
Hi
You can find the root of this method.
That's the place cause this error.
Hope it helpful.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework
dakvikas
Member
133 Points
101 Posts
Re: The EventLogWebEventProvider provider failed to log an event with the error code 0x80070057
Feb 09, 2012 04:37 PM|LINK
i can't this method in my source code.
please help me..
Thanks.