PDA

View Full Version : Not able to use Options.



Pit Boss
11-11-2003, 01:01 AM
I am currently using MySEQ version 1.15.5 and when I try to go to 0ptions under the Options tab I get the following 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: File or assembly name FolderBrowser, or one of its dependencies, was not found.
File name: "FolderBrowser"
at myseq.frmOptions..ctor()
at myseq.frmMain.mnuOptions_Click(Object sender, EventArgs e)
at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
at System.Windows.Forms.MenuItemData.Execute()
at System.Windows.Forms.Command.Invoke()
at System.Windows.Forms.Control.WmCommand(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
at System.Windows.Forms.ContainerControl.WndProc(Mess age& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage (Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(M essage& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

=== Pre-bind state information ===
LOG: DisplayName = FolderBrowser, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
(Fully-specified)
LOG: Appbase = C:\wseq\myseq\
LOG: Initial PrivatePath = NULL
Calling assembly : myseq, Version=1.15.5.34391, Culture=neutral, PublicKeyToken=null.
===

LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: FolderBrowser, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
LOG: Attempting download of new URL file:///C:/wseq/myseq/FolderBrowser.DLL.
LOG: Attempting download of new URL file:///C:/wseq/myseq/FolderBrowser/FolderBrowser.DLL.
LOG: Attempting download of new URL file:///C:/wseq/myseq/FolderBrowser.EXE.
LOG: Attempting download of new URL file:///C:/wseq/myseq/FolderBrowser/FolderBrowser.EXE.



************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
myseq
Assembly Version: 1.15.5.34391
Win32 Version: 1.15.5.34391
CodeBase: file:///C:/wseq/myseq/myseq.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
MagicLibrary
Assembly Version: 1.7.4.0
Win32 Version: 1.7.4.0
CodeBase: file:///C:/wseq/myseq/MagicLibrary.DLL
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
RegexAssembly2_0
Assembly Version: 0.0.0.0
Win32 Version: n/a
CodeBase:
----------------------------------------
System.Runtime.Serialization.Formatters.Soap
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.runtime.serialization.formatters.soap/1.0.5000.0__b03f5f7f11d50a3a/system.runtime.serialization.formatters.soap.dll
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (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 machine
rather than being handled by this dialog.


Or course I haven't a clue as to what all of this means.

jag111
11-11-2003, 02:19 AM
On the web page you downloaded the client from, there was a link right below it that read:

--- snip ---
Support DLL Files (http://www.dvolve.net/EQ/MySEQ/SupportFiles.zip)
Unzip these into the root of your client directory if you don't have them already.
--- snip ---

It doesn't get much more plain than that.

The reason they're not just included in the client zip file is because they don't change between versions. So once you have them, you don't need to re-download them unless a new DLL file is added.

CybMax
11-11-2003, 02:45 AM
The .DLL package download ask for a username/password..

jag111
11-11-2003, 11:17 AM
LOL. Now that is entirely my bad. Somehow the permissions got screwed up for that file. They are fixed now.

Warrior Mage x3
11-11-2003, 03:44 PM
So is this one not built over 14.1 like the others?

MQSEQ2
11-11-2003, 04:16 PM
The 1.15.x was based off the 1.14.1 version. Some of the features from 1.14.2 was ported in to the 1.15.4 and higher.

We didn't use the 1.14.2 version becuase there was some problems with CPU utilization.