WSS Wizard problem

M

Merijn Boom

Hi,

When running the wizard with projectserver in order to prepare a Windows
Sharepoint Service I recieve the error below.

Anyone an Idea what is going wrong?

Merijn

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: Specified argument was out of the range
of valid values.
Parameter name: '0' is not a valid value for 'value'.
at System.Windows.Forms.ListBox.set_SelectedIndex(Int32 value)
at Microsoft.Project.STSWiz2.URLList.Initialize(Installer i)
at Microsoft.Project.STSWiz2.VirtualServerList.cmdNext_LinkClicked(Object
sender, LinkLabelLinkClickedEventArgs e)
at
System.Windows.Forms.LinkLabel.OnLinkClicked(LinkLabelLinkClickedEventArgs
e)
at System.Windows.Forms.LinkLabel.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons
button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Label.WndProc(Message& m)
at System.Windows.Forms.LinkLabel.WndProc(Message& msg)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)


************** 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
----------------------------------------
WSSWiz
Assembly Version: 1.0.1298.20579
Win32 Version: 1.0.1298.20579
CodeBase: file:///D:/temp/SUPPORT/WSSWIZ/WSSWIZ.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
----------------------------------------
Microsoft.SharePoint
Assembly Version: 11.0.0.0
Win32 Version: 11.0.5529.0
CodeBase:
file:///c:/windows/assembly/gac/microsoft.sharepoint/11.0.0.0__71e9bce111e9429c/microsoft.sharepoint.dll
----------------------------------------
Microsoft.SharePoint.Security
Assembly Version: 11.0.0.0
Win32 Version: 11.0.5510.0
CodeBase:
file:///c:/windows/assembly/gac/microsoft.sharepoint.security/11.0.0.0__71e9bce111e9429c/microsoft.sharepoint.security.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
----------------------------------------
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
----------------------------------------
System.Web
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.web/1.0.5000.0__b03f5f7f11d50a3a/system.web.dll
----------------------------------------
Microsoft.SharePoint.Library
Assembly Version: 11.0.0.0
Win32 Version: 11.0.5510
CodeBase:
file:///c:/windows/assembly/gac/microsoft.sharepoint.library/11.0.0.0__71e9bce111e9429c/microsoft.sharepoint.library.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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top