The WinReducer Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

The WinReducer ForumLog in

FORUM

description[SOLVED] Problems whit Hide Wireless Setup Empty[SOLVED] Problems whit Hide Wireless Setup

more_horiz
Dear,

I have a little problem whit Winreducer 8.1 v1.15 when i  want to use Hide wireless setup. What do i have do:
First i have created a xml file whit WinReducer Wlan Profile Backup Restore and then select that file by the hide wireless setup. When i have done all my setting and click by finsh on apply i get Always the follow messages the file mywifisettings.xml already exist in C:\WinReducer81\WORK\MOUNT\TEMP_Windows\filename.xml.

When i delete above file en click again on apply i get the same message only then for C:\WinReducer81\HOME\SOFTWARE\AutoUnattend.xml.

When i also delete the file AutoUnattend i get the follow message: No access to the path C:\WinReducer81\HOME\SOFTWARE\Remover_Apply.

When i delete al the 3 above files i get again the message about the wifi xml that that one already exist.

How can i fix this problem do i something wrong or is the a problem whit winreducer ?


Bellow the detail message i get to see when the wifi xml already exist.

Code:

ie het einde van dit bericht voor meer informatie over het aanroepen
van JIT-foutopsporing (Just In Time) in plaats van dit dialoogvenster.

Code:

************** Tekst van uitzondering **************
System.IO.IOException: Het bestand C:\WinReducer81\WORK\MOUNT\TEMP_Windows\Wi-Fi-Roeter.xml bestaat al.
   bij System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   bij System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost)
   bij System.IO.File.Copy(String sourceFileName, String destFileName)
   bij WinReducer81.Form_Remover.Xml_Unattended()
   bij WinReducer81.Form_Remover.Remover_Apply_Click(Object sender, EventArgs e)
   bij System.Windows.Forms.Control.OnClick(EventArgs e)
   bij System.Windows.Forms.Button.OnClick(EventArgs e)
   bij System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   bij System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   bij System.Windows.Forms.Control.WndProc(Message& m)
   bij System.Windows.Forms.ButtonBase.WndProc(Message& m)
   bij System.Windows.Forms.Button.WndProc(Message& m)
   bij System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   bij System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   bij System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Code:


************** Geladen assembly's **************
mscorlib
    Assembly-versie: 4.0.0.0
    Win32-versie: 4.0.30319.34014 built by: FX45W81RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
WinReducer81
    Assembly-versie: 1.0.5335.16276
    Win32-versie:
    CodeBase: file:///C:/WinReducer81/WinReducer81.exe
----------------------------------------
System.Windows.Forms
    Assembly-versie: 4.0.0.0
    Win32-versie: 4.0.30319.33440 built by: FX45W81RTMREL
    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-versie: 4.0.0.0
    Win32-versie: 4.0.30319.33440 built by: FX45W81RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
    Assembly-versie: 4.0.0.0
    Win32-versie: 4.0.30319.34003 built by: FX45W81RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Xml
    Assembly-versie: 4.0.0.0
    Win32-versie: 4.0.30319.33440 built by: FX45W81RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
    Assembly-versie: 4.0.0.0
    Win32-versie: 4.0.30319.33440 built by: FX45W81RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.xml.resources
    Assembly-versie: 4.0.0.0
    Win32-versie: 4.0.30319.33440 built by: FX45W81RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.resources/v4.0_4.0.0.0_nl_b77a5c561934e089/System.Xml.resources.dll
----------------------------------------
mscorlib.resources
    Assembly-versie: 4.0.0.0
    Win32-versie: 4.0.30319.33440 built by: FX45W81RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_nl_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
System.Windows.Forms.resources
    Assembly-versie: 4.0.0.0
    Win32-versie: 4.0.30319.33440 built by: FX45W81RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_nl_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------

Code:

************** JIT-foutopsporing **************
Als u JIT-foutopsporing wilt inschakelen, moet in het configuratiebestand voor deze
toepassing of computer (machine.config) de waarde
jitDebugging in het gedeelte system.windows.forms zijn ingesteld.
De toepassing moet ook zijn gecompileerd terwijl foutopsporing
was ingeschakeld.

Code:

Bijvoorbeeld:

Code:

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

Code:

Wanneer JIT-foutopsporing is ingeschakeld, worden onverwerkte uitzonderingen
naar het JIT-foutopsporingsprogramma gestuurd dat op de computer is geregistreerd
en worden niet door dit dialoogvenster verwerkt.


Best regards,
Wouter

description[SOLVED] Problems whit Hide Wireless Setup EmptyRe: [SOLVED] Problems whit Hide Wireless Setup

more_horiz
TOPIC MOVED TO "WINREDUCER 8.1 BUGS" FORUM !

Hello,

I will have a look on this.

Thank you for the report !

winterstorm2050

description[SOLVED] Problems whit Hide Wireless Setup EmptyRe: [SOLVED] Problems whit Hide Wireless Setup

more_horiz
Hello,

Yes, I confirm the bug, I will solve it in v1.16 ... That should be available today or tomorrow !

Regards.

winterstorm2050

description[SOLVED] Problems whit Hide Wireless Setup EmptyRe: [SOLVED] Problems whit Hide Wireless Setup

more_horiz
Fixed in v1.16 !
privacy_tip Permissions in this forum:
You cannot reply to topics in this forum