
15/12/2010, 14:25
|
| | Fecha de Ingreso: mayo-2010
Mensajes: 20
Antigüedad: 15 años Puntos: 0 | |
Error allastfunc Hola acabo de reinstalar una imagen de mi pc porque ya estaba muy lenta, el prpblema es q ahora al correr alguna prueba de alguna aplicacion hecha en visual basic 2008 me sale el siguiente error Cita: Error de servidor en la aplicación '/WebSite1'.
--------------------------------------------------------------------------------
Nombre de referencia cultural 'allastfunc' no compatible.
Nombre del parámetro: name
Descripción: Excepción no controlada al ejecutar la solicitud Web actual. Revise el seguimiento de la pila para obtener más información acerca del error y dónde se originó en el código.
Detalles de la excepción: System.ArgumentException: Nombre de referencia cultural 'allastfunc' no compatible.
Nombre del parámetro: name
Error de código fuente:
Línea 350: <tr>
Línea 351: <td align="center" class="style5"> Línea 352: <dxrp:ASPxRoundPanel ID="rpnlPreguntas" runat="server" BackColor="White" CssFilePath="~/App_Themes/Aqua/{0}/styles.css"
Línea 353: CssPostfix="Aqua" Width="333px" HeaderText="">
Línea 354: <TopEdge>
Archivo de origen: D:\Encuesta\Evaluacion.aspx Línea: 352
Seguimiento de la pila:
[ArgumentException: Nombre de referencia cultural 'allastfunc' no compatible.
Nombre del parámetro: name]
System.Globalization.CultureTableRecord..ctor(Stri ng cultureName, Boolean useUserOverride) +7485721
System.Globalization.CultureTableRecord.GetCulture TableRecord(String name, Boolean useUserOverride) +213
System.Globalization.CultureInfo..ctor(String name, Boolean useUserOverride) +45
System.Reflection.Assembly.GetLocale() +66
System.Reflection.Assembly.GetName(Boolean copiedName) +124
System.Reflection.Assembly.GetName() +9
System.ComponentModel.Design.RuntimeLicenseContext .CaseInsensitiveManifestResourceStreamLookup(Assem bly satellite, String name) +62
System.ComponentModel.Design.RuntimeLicenseContext .GetSavedLicenseKey(Type type, Assembly resourceAssembly) +638
DevExpress.Utils.About.DXLicenseProvider.GetSavedL icenseKey(LicenseContext context, Type type) +165
DevExpress.Utils.About.DXLicenseProvider.GetLicens e(LicenseContext context, Type type, Object instance, Boolean allowExceptions) +57
System.ComponentModel.LicenseManager.ValidateInter nalRecursive(LicenseContext context, Type type, Object instance, Boolean allowExceptions, License& license, String& licenseKey) +237
System.ComponentModel.LicenseManager.ValidateInter nal(Type type, Object instance, Boolean allowExceptions, License& license) +41
System.ComponentModel.LicenseManager.Validate(Type type, Object instance) +31
DevExpress.Web.ASPxClasses.Internal.LicenseUtils.G etLicenseInternal(Type type) +66
DevExpress.Web.ASPxClasses.Internal.LicenseUtils.G etLicense(Type type) +174
DevExpress.Web.ASPxClasses.Internal.LicenseUtils.V alidateLicense(Type type) +29
DevExpress.Web.ASPxClasses.ASPxWebControl..ctor() +310
DevExpress.Web.ASPxPanel.ASPxPanelContainerBase..c tor() +31
DevExpress.Web.ASPxPanel.ASPxPanelBase..ctor() +31
DevExpress.Web.ASPxRoundPanel.ASPxPanelBase..ctor( ) +31
DevExpress.Web.ASPxRoundPanel.ASPxRoundPanel..ctor () +31
ASP.evaluacion_aspx.__BuildControlrpnlPreguntas() in D:\Encuesta\Evaluacion.aspx:352
ASP.evaluacion_aspx.__BuildControlform2() in D:\Encuesta\Evaluacion.aspx:342
ASP.evaluacion_aspx.__BuildControlTree(evaluacion_ aspx __ctrl) in D:\Encuesta\Evaluacion.aspx:1
ASP.evaluacion_aspx.FrameworkInitialize() in D:\Encuesta\Evaluacion.aspx.vb:912308
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +56
System.Web.UI.Page.ProcessRequest() +80
System.Web.UI.Page.ProcessRequestWithNoAssert(Http Context context) +21
System.Web.UI.Page.ProcessRequest(HttpContext context) +49
ASP.evaluacion_aspx.ProcessRequest(HttpContext context) +37
System.Web.CallHandlerExecutionStep.System.Web.Htt pApplication.IExecutionStep.Execute() +181
System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously) +75
Tengo también la herramienta developer 2009, yo pienso que el error es de esa herramienta pero si alguien me puede decir como se lo quito, se lo agradeceré mucho |