This question is locked. New answers and comments are not allowed.
Hello,
I have a problem when I try to execute my web application in a specific IIS. I have two computers, both with Windows 7 (one of them with Windows 7 Lite Ultimate and the other with Windows 7 Enterprise). I've published the same application in both computers (both with IIS 7.5). Results when I access to the web application and it tries to execute the silverlight object:
- W7 Lite Ultimate: the application executes correctly silverlight and I don't have any problem.
- W7 Enterprise: the browser downloads correctly the .xap ( I've seen that with firebug in firefox), but when it tries to execute silverlight object, it give me the next exception:
It seems that there is any problem with radgauge, but this problem only occurs in the computer with W7 Enterprise ( I've alos published thsi application in an IIS 6 in a XP, and it runs prefectly too).
Threre is someone whith any idea about what is happening??
I have a problem when I try to execute my web application in a specific IIS. I have two computers, both with Windows 7 (one of them with Windows 7 Lite Ultimate and the other with Windows 7 Enterprise). I've published the same application in both computers (both with IIS 7.5). Results when I access to the web application and it tries to execute the silverlight object:
- W7 Lite Ultimate: the application executes correctly silverlight and I don't have any problem.
- W7 Enterprise: the browser downloads correctly the .xap ( I've seen that with firebug in firefox), but when it tries to execute silverlight object, it give me the next exception:
Unhandled Error in Silverlight Application El valor no está dentro del intervalo esperado.
Error no controlado en la aplicación de Silverlight
Código: 4004
Categoría: ManagedRuntimeError
Mensaje: System.ArgumentException: El valor no está dentro del intervalo esperado.
en MS.Internal.XcpImports.CheckHResult(UInt32 hr)
en MS.Internal.XcpImports.SetValue(IManagedPeerBase obj, DependencyProperty property, Double d)
en System.Windows.DependencyObject.SetValue(DependencyProperty property, Double d)
en Telerik.Windows.Controls.Gauges.LinearScale.SetLeft(UIElement element, Double x)
en Telerik.Windows.Controls.Gauges.LinearScale.ArrangeLabel(TickLabel label)
en Telerik.Windows.Controls.Gauges.TickLabel.ArrangeOverride(Size finalSize)
en System.Windows.FrameworkElement.ArrangeOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
throw new Error(errMsg);
It seems that there is any problem with radgauge, but this problem only occurs in the computer with W7 Enterprise ( I've alos published thsi application in an IIS 6 in a XP, and it runs prefectly too).
Threre is someone whith any idea about what is happening??