Install Issues on Windows 2008 r2

Status
Not open for further replies.

jsalh

Joined
May 25, 2010
Messages
4
Reaction score
0
First time using this, and I hope this is posted in the right forum. I am installing the free edition on a Windows 2008 R2 64 bit server with the IIS option. After the install the wizard comes up to finish the installation,at the point where it asks to add a new extension I get this error :

"Unhandled exception has occurred. If you click Continue the application will ignore this error and attempt to continue. Ifyou click Quit the application will close immediately. InvalidArgument=Value of"0" is not valid for SelectedIndex. Parameter name: SelectedIndex".

I have also tried to install this on my other server running Windows 2008 64 Bit and get the same error. From what I read this should run on R2 64bit... any one else have this error.
 
What is the exact edition of 2008 R2 server?
 
The main server is Windows 2008 R2 Enterprise - I then tried on the the second server which is Windows 2008 Enterprise and it gives the same error. Both servers have the latest updates

Details included with the error are (the same error for both):

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

************** Exception Text **************
System.ArgumentOutOfRangeException: InvalidArgument=Value of '0' is not valid for 'SelectedIndex'.
Parameter name: SelectedIndex
at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
at _3cxWizard.ExtensionForm.ExtensionForm_Load(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)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
3cxWizard
Assembly Version: 8.0.0.10791
Win32 Version: 8.0.0.10791
CodeBase: file:///C:/Program%20Files%20(x86)/3CX%20PhoneSystem/Bin/3cxWizard.exe
----------------------------------------
template
Assembly Version: 1.0.3664.30215
Win32 Version: 1, 0, 0, 1
CodeBase: file:///C:/Program%20Files%20(x86)/3CX%20PhoneSystem/Bin/template.DLL
----------------------------------------
3cxpscomcpp2
Assembly Version: 1.2.0.0
Win32 Version: 1.2.10474.0
CodeBase: file:///C:/Program%20Files%20(x86)/3CX%20PhoneSystem/Bin/3cxpscomcpp2.DLL
----------------------------------------
msvcm80
Assembly Version: 8.0.50727.4927
Win32 Version: 8.00.50727.4927
CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4927_none_d08a205e442db5b5/msvcm80.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Npgsql
Assembly Version: 1.98.3.0
Win32 Version: 1.98.3.0
CodeBase: file:///C:/Program%20Files%20(x86)/3CX%20PhoneSystem/Bin/Npgsql.DLL
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Transactions
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
Mono.Security
Assembly Version: 2.0.0.0
Win32 Version: 2.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/3CX%20PhoneSystem/Bin/Mono.Security.DLL
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.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

Thanks
 
We did not encounter that problem at all and installed it on pretty much every version of 2008 2008R2 even under HyperV. What else is running on those boxes? SharePoint?
 
I must be really jixed because I having all these problems, and I do appreciate your help.

On the Windows 2008 box I am running Exchange, on the R2 box I am running nothing - but both are DC's. Then thinking that being a DC is the issue. I tried our other R2 box thats just a plain server on the domain withing nothing else on it. It only has .NET 3.5 (part of the application role), File Server (part of the File services role), most of the Web services that come on by default when you install IIS (part of the Web IIS Role) - and thats it . This box has no AnitVirus software or anything else for that matter - and it also fails. It does have all of he MS updates that the other boxes have. So I figure its either the updates that are killing it, or something in the Group Policies that is blocking it (but I cannot think of what it would be).
 
I am experiencing the exact same problem running on Windows Server 2003 R2 Std. as a VM under Virtual Server 2005 R2

Any ideas? I noticed that the 3CX configuration service will not start.
 
I have the same issues with the services - only the 3CX PhoneSystem Database Server service started; but I think this is normal until the Configuration wizards completes what it has to do.

Since all this began, I have uninstalled 3cx and reinstalled 3cx and this time used cassini for the web server - and got the same error.

I have also installed the latest Visual Studio 2005 & 2008 runtime libraries (64bit & the SP1 upgrades) - so see that corrected the problem - but still no luck.
 
Status
Not open for further replies.

Latest Posts

Forum statistics

Threads
111,880
Messages
589,533
Members
164,733
Latest member
HLISolutions