Foros del Web » Programando para Internet » ASPX (.net) »

error al subir mi aplicacion aspx

Estas en el tema de error al subir mi aplicacion aspx en el foro de ASPX (.net) en Foros del Web. Hola al subir mi aplicacion qu he desarrollado en visual studio 2008 me da el siguiente error pero en mi pc corre perfectamente me podria ...
  #1 (permalink)  
Antiguo 11/02/2011, 16:34
Avatar de zerokull  
Fecha de Ingreso: noviembre-2009
Mensajes: 153
Antigüedad: 14 años, 4 meses
Puntos: 1
error al subir mi aplicacion aspx

Hola al subir mi aplicacion qu he desarrollado en visual studio 2008 me da el siguiente error pero en mi pc corre perfectamente me podria ayudar

este es el erro:
Server Error in '/' Application

--------------------------------------------------------------------------------

The classes in the module cannot be loaded.
Description: HTTP 500. Error processing request.

Stack Trace:

System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool)
at System.Reflection.Assembly.GetTypes () [0x00000] in /usr/src/mono-2.4.2.3/mcs/class/corlib/System.Reflection/Assembly.cs:348
at System.Web.UI.TemplateParser.FindNamespaceInAssemb ly (System.Reflection.Assembly asm, System.String namesp) [0x00000] in /usr/src/mono-2.4.2.3/mcs/class/System.Web/System.Web.UI/TemplateParser.cs:621
at System.Web.UI.TemplateParser.AddAssemblyForNamespa ce (System.String namesp) [0x00067] in /usr/src/mono-2.4.2.3/mcs/class/System.Web/System.Web.UI/TemplateParser.cs:600
at System.Web.UI.TemplateParser.AddImport (System.String namesp) [0x00046] in /usr/src/mono-2.4.2.3/mcs/class/System.Web/System.Web.UI/TemplateParser.cs:582
at System.Web.UI.TemplateParser.RegisterNamespace (System.String tagPrefix, System.String ns, System.String assembly) [0x00000] in /usr/src/mono-2.4.2.3/mcs/class/System.Web/System.Web.UI/TemplateParser.cs:298
at System.Web.UI.TemplateControlParser.AddDirective (System.String directive, System.Collections.Hashtable atts) [0x000b0] in /usr/src/mono-2.4.2.3/mcs/class/System.Web/System.Web.UI/TemplateControlParser.cs:140
at System.Web.UI.PageParser.AddDirective (System.String directive, System.Collections.Hashtable atts) [0x00169] in /usr/src/mono-2.4.2.3/mcs/class/System.Web/System.Web.UI/PageParser.cs:433
at System.Web.Compilation.AspGenerator.TagParsed (ILocation location, TagType tagtype, System.String tagid, System.Web.Compilation.TagAttributes attributes) [0x000ea] in /usr/src/mono-2.4.2.3/mcs/class/System.Web/System.Web.Compilation/AspGenerator.cs:836
at System.Web.Compilation.AspParser.OnTagParsed (TagType tagtype, System.String id, System.Web.Compilation.TagAttributes attributes) [0x0001c] in /usr/src/mono-2.4.2.3/mcs/class/System.Web/System.Web.Compilation/AspParser.cs:590
at System.Web.Compilation.AspParser.Parse () [0x00113] in /usr/src/mono-2.4.2.3/mcs/class/System.Web/System.Web.Compilation/AspParser.cs:228
at System.Web.Compilation.AspGenerator.Parse (System.IO.TextReader reader, System.String filename, Boolean doInitParser) [0x00029] in /usr/src/mono-2.4.2.3/mcs/class/System.Web/System.Web.Compilation/AspGenerator.cs:544
at System.Web.Compilation.GenericBuildProvider`1[TParser].Parse () [0x00000]
at System.Web.Compilation.GenericBuildProvider`1[TParser].get_CodeCompilerType () [0x00000]
at System.Web.Compilation.BuildManager.GetCodeDomProv iderType (System.Web.Compilation.BuildProvider provider) [0x00002] in /usr/src/mono-2.4.2.3/mcs/class/System.Web/System.Web.Compilation/BuildManager.cs:799
at System.Web.Compilation.BuildManager+BuildItem..cto r (System.Web.Compilation.BuildProvider provider) [0x00013] in /usr/src/mono-2.4.2.3/mcs/class/System.Web/System.Web.Compilation/BuildManager.cs:121
at System.Web.Compilation.BuildManager.LoadBuildProvi ders (System.Web.VirtualPath virtualPath, System.String virtualDir, System.Collections.Generic.Dictionary`2 vpCache, System.Web.Compilation.BuildKind& kind, System.String& assemblyBaseName) [0x00180] in /usr/src/mono-2.4.2.3/mcs/class/System.Web/System.Web.Compilation/BuildManager.cs:873
at System.Web.Compilation.BuildManager.BuildAssembly (System.Web.VirtualPath virtualPath) [0x000b0] in /usr/src/mono-2.4.2.3/mcs/class/System.Web/System.Web.Compilation/BuildManager.cs:1189
at System.Web.Compilation.BuildManager.GetCompiledTyp e (System.String virtualPath) [0x00039] in /usr/src/mono-2.4.2.3/mcs/class/System.Web/System.Web.Compilation/BuildManager.cs:659
at System.Web.Compilation.BuildManager.CreateInstance FromVirtualPath (System.String virtualPath, System.Type requiredBaseType) [0x0000c] in /usr/src/mono-2.4.2.3/mcs/class/System.Web/System.Web.Compilation/BuildManager.cs:354
at System.Web.UI.PageParser.GetCompiledPageInstance (System.String virtualPath, System.String inputFile, System.Web.HttpContext context) [0x00000] in /usr/src/mono-2.4.2.3/mcs/class/System.Web/System.Web.UI/PageParser.cs:156
at System.Web.UI.PageHandlerFactory.GetHandler (System.Web.HttpContext context, System.String requestType, System.String url, System.String path) [0x00000] in /usr/src/mono-2.4.2.3/mcs/class/System.Web/System.Web.UI/PageHandlerFactory.cs:45
at System.Web.HttpApplication.GetHandler (System.Web.HttpContext context, System.String url, Boolean ignoreContextHandler) [0x00055] in /usr/src/mono-2.4.2.3/mcs/class/System.Web/System.Web/HttpApplication.cs:1635
at System.Web.HttpApplication.GetHandler (System.Web.HttpContext context, System.String url) [0x00000] in /usr/src/mono-2.4.2.3/mcs/class/System.Web/System.Web/HttpApplication.cs:1616
at System.Web.HttpApplication+<Pipeline>c__Iterator2. MoveNext () [0x0071f] in /usr/src/mono-2.4.2.3/mcs/class/System.Web/System.Web/HttpApplication.cs:1252

--------------------------------------------------------------------------------
Version information: Mono Version: 2.0.50727.1433; ASP.NET Version: 2.0.50727.1433
  #2 (permalink)  
Antiguo 11/02/2011, 17:26
Avatar de zerokull  
Fecha de Ingreso: noviembre-2009
Mensajes: 153
Antigüedad: 14 años, 4 meses
Puntos: 1
Respuesta: error al subir mi aplicacion aspx

ya lo resolvi muchas gracias

Etiquetas: aspx, subir, aplicaciones
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 08:18.