Microsoft .Net Framework Error: Could not find application.ico

Status
Not open for further replies.

Zaktan197

Honorable
Jun 25, 2013
12
0
10,510
Every time I start my computer, an error dialogue appears. It seems to be connected to a Killer Network program. The dialogue specifically mentions that it can't find "application.ico". Does anyone have any suggestions on how to fix this? I'll upload the error details once it occurs again.

EDIT:
Here's the dialogue information.
===
Unhandled exception has occured in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quite, the application will close immediately

Could not find file 'C:\WINDOWS\system32\Application.ico'
===
Details of the error.
===
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.FileNotFoundException: Could not find file 'C:\WINDOWS\system32\Application.ico'.
File name: 'C:\WINDOWS\system32\Application.ico'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.Drawing.Icon..ctor(String fileName, Int32 width, Int32 height)
at NetworkManager.CNetworkManagerFrame.OnFormLoad(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at DevExpress.XtraEditors.XtraForm.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at DevExpress.XtraEditors.XtraForm.WndProc(Message& msg)
at NetworkManager.CNetworkManagerFrame.WndProc(Message& _kMsg)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.6.96.0 built by: NETFXREL2STAGE
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
NetworkManager
Assembly Version: 1.0.0.0
Win32 Version: 1.1.54.1095
CodeBase: file:///C:/Program%20Files/Killer%20Networking/Network%20Manager/NetworkManager.exe
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.6.79.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.6.79.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.6.79.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.6.79.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
DevExpress.Utils.v12.2
Assembly Version: 12.2.17.0
Win32 Version: 12.2.17.0
CodeBase: file:///C:/Program%20Files/Killer%20Networking/Network%20Manager/DevExpress.Utils.v12.2.DLL
----------------------------------------
DevExpress.BonusSkins.v12.2
Assembly Version: 12.2.17.0
Win32 Version: 12.2.17.0
CodeBase: file:///C:/Program%20Files/Killer%20Networking/Network%20Manager/DevExpress.BonusSkins.v12.2.DLL
----------------------------------------
DevExpress.XtraEditors.v12.2
Assembly Version: 12.2.17.0
Win32 Version: 12.2.17.0
CodeBase: file:///C:/Program%20Files/Killer%20Networking/Network%20Manager/DevExpress.XtraEditors.v12.2.DLL
----------------------------------------
DevExpress.Data.v12.2
Assembly Version: 12.2.17.0
Win32 Version: 12.2.17.0
CodeBase: file:///C:/Program%20Files/Killer%20Networking/Network%20Manager/DevExpress.Data.v12.2.DLL
----------------------------------------
DevExpress.XtraBars.v12.2
Assembly Version: 12.2.17.0
Win32 Version: 12.2.17.0
CodeBase: file:///C:/Program%20Files/Killer%20Networking/Network%20Manager/DevExpress.XtraBars.v12.2.DLL
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.6.79.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
ManagedWifi
Assembly Version: 1.0.0.0
Win32 Version: 1.1.49.44
CodeBase: file:///C:/Program%20Files/Killer%20Networking/Network%20Manager/ManagedWifi.DLL
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.6.79.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
===
 

Zaktan197

Honorable
Jun 25, 2013
12
0
10,510


I should mention that I'm using a MSI GS70 Stealth Pro 2QE 607. I tried to find out what motherboard it is equipped with online, but I didn't find any info regarding it.

EDIT:
I've tried reinstalling the application, and performing windows update. I'll see if I can find an updated version of Killer Manager and .Net.
 

rdamurphy

Honorable
Jul 12, 2013
9
0
10,510
A .ico is simply an icon. The easiest way to fix it is to give it an icon to find. Go to the path: 'C:\WINDOWS\system32\Application.ico' listed in the error message, take a random icon from anywhere, rename it to Application.ico and drop it in the folder.

Robert
 

Zaktan197

Honorable
Jun 25, 2013
12
0
10,510
The installer mentions nothing about .Net Framework, but do you think I should try installing 3.5 anyways? Also, I tried substituting an application.ico file for the missing icon. It removes the application.ico error, but forces me to exit killer network manager if it is opened. It gives a similar error. This is the dialogue information box:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ComponentModel.Win32Exception (0x80004005): The operation completed successfully
at NetworkManager.WifiContainer.Update(Boolean _bScan)
at NetworkManager.CNetworkManagerFrame.UpdateWifiConnection()
at NetworkManager.CNetworkManagerFrame.OnTick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.6.96.0 built by: NETFXREL2STAGE
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
NetworkManager
Assembly Version: 1.0.0.0
Win32 Version: 1.1.55.1538
CodeBase: file:///C:/Program%20Files/Killer%20Networking/Network%20Manager/NetworkManager.exe
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.6.79.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.6.79.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.6.79.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.6.79.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
DevExpress.Utils.v12.2
Assembly Version: 12.2.17.0
Win32 Version: 12.2.17.0
CodeBase: file:///C:/Program%20Files/Killer%20Networking/Network%20Manager/DevExpress.Utils.v12.2.DLL
----------------------------------------
DevExpress.BonusSkins.v12.2
Assembly Version: 12.2.17.0
Win32 Version: 12.2.17.0
CodeBase: file:///C:/Program%20Files/Killer%20Networking/Network%20Manager/DevExpress.BonusSkins.v12.2.DLL
----------------------------------------
DevExpress.XtraEditors.v12.2
Assembly Version: 12.2.17.0
Win32 Version: 12.2.17.0
CodeBase: file:///C:/Program%20Files/Killer%20Networking/Network%20Manager/DevExpress.XtraEditors.v12.2.DLL
----------------------------------------
DevExpress.Data.v12.2
Assembly Version: 12.2.17.0
Win32 Version: 12.2.17.0
CodeBase: file:///C:/Program%20Files/Killer%20Networking/Network%20Manager/DevExpress.Data.v12.2.DLL
----------------------------------------
DevExpress.XtraBars.v12.2
Assembly Version: 12.2.17.0
Win32 Version: 12.2.17.0
CodeBase: file:///C:/Program%20Files/Killer%20Networking/Network%20Manager/DevExpress.XtraBars.v12.2.DLL
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.6.79.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
ManagedWifi
Assembly Version: 1.0.0.0
Win32 Version: 1.1.49.44
CodeBase: file:///C:/Program%20Files/Killer%20Networking/Network%20Manager/ManagedWifi.DLL
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.6.79.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
 

Venom Six Actual

Reputable
Nov 17, 2014
39
0
4,560
Hey folks, just a quick note. VisionTek does not produce or manufacture the Killer products. We do offer some for sale, but MSI is not one of our clients. I saw one post stating to contact our support, and unfortunately we would not be able to offer any assistance.
 
You can try and remove just the Killer software and see if you can get just the drivers installed. This will keep it so the NIC works but you will be stuck without the software features they have.

It looks like their software must still be having issues in 10.

Another thing you can try is a .NET repair:

http://www.microsoft.com/en-us/download/details.aspx?id=30135

Not sure if this will work in 10 but it is worth a shot.
 
Solution

Zaktan197

Honorable
Jun 25, 2013
12
0
10,510


Success! The application seems to have fixed the .NET Framework error. Thanks for the help!

 
Status
Not open for further replies.