Hello,
I am going through a issue with MySQL connecting with SolidCP. Have tried multiple connectors, different redistributables, tried multiple .Net Framework.
Changing the IIS configuration, however the issue is still occurring.
Please do have a look at the attached error message within SolidCP and event viewer.
Please see the event viewer error below and solidcp error attached:
Log Name: Application
Source: Application Error
Date: 08/03/2024 13:41:00
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: WIN-FMQJ6S77VC6
Description:
Faulting application name: w3wp.exe, version: 10.0.17763.1, time stamp: 0xcfdb13d8
Faulting module name: clr.dll, version: 4.8.4645.0, time stamp: 0x648f6f63
Exception code: 0xc0000005
Fault offset: 0x000000000002ed98
Faulting process id: 0x17ac
Faulting application start time: 0x01da715e38006705
Faulting application path: c:\windows\system32\inetsrv\w3wp.exe
Faulting module path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
Report Id: e8da17a9-f32f-4bb6-a3ab-32677e2f555d
Faulting package full name:
Faulting package-relative application ID:
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="2024-03-08T13:41:00.914757900Z" />
<EventRecordID>1415</EventRecordID>
<Channel>Application</Channel>
<Computer>WIN-FMQJ6S77VC6</Computer>
<Security />
</System>
<EventData>
<Data>w3wp.exe</Data>
<Data>10.0.17763.1</Data>
<Data>cfdb13d8</Data>
<Data>clr.dll</Data>
<Data>4.8.4645.0</Data>
<Data>648f6f63</Data>
<Data>c0000005</Data>
<Data>000000000002ed98</Data>
<Data>17ac</Data>
<Data>01da715e38006705</Data>
<Data>c:\windows\system32\inetsrv\w3wp.exe</Data>
<Data>C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll</Data>
<Data>e8da17a9-f32f-4bb6-a3ab-32677e2f555d</Data>
<Data>
</Data>
<Data>
</Data>
</EventData>
</Event>
Can anyone advise?
I am experiencing the same issue while creating new MySQL databases. It was never an issue before, but I can't pinpoint exactly when it started.
Faulting application name: w3wp.exe, version: 10.0.17763.1, time stamp: 0xcfdb13d8
Faulting module name: clr.dll, version: 4.7.4051.0, time stamp: 0x648f6ff0
Exception code: 0xc00000fd
Fault offset: 0x00000000000bf045
Faulting process id: 0x1024
Faulting application start time: 0x01da7d3c8c6ca9a7
Faulting application path: c:\windows\system32\inetsrv\w3wp.exe
Faulting module path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
Report Id: 1bf72bf3-7507-4f93-9c26-8a0827c82e6f
Faulting package full name:
Faulting package-relative application ID:
We resolved the issue, as the problem was occurring with MySQL Net connector. We ran it on 8.0.33 and this is what was causing the problems - so this was downgraded to 8.0.20 and this worked.