error al ejecutar cualquier xml

03/08/2004 - 23:02 por Isabel Correa | Informe spam
hola grupo.

estoy muy nueva en esto de .net y no se si este sea el
grupo adecuado para hacer la pregunta:

cada que abro un xml creado en mi equipo(el
ejemplo "ojala.asmx" de desarrollador 5 estrellas) desde
el internet explorer me sale este error al darle ivoke:



System.IO.FileNotFoundException: No se encuentra el
archivo o el nombre del ensamblado ggfex3w4.dll o una de
sus dependencias.
Nombre de archivo: "ggfex3w4.dll"
at System.Reflection.Assembly.nLoad(AssemblyName
fileName, String codeBase, Boolean isStringized, Evidence
assemblySecurity, Boolean throwOnFileNotFound, Assembly
locationHint, StackCrawlMark& stackMark)
at System.Reflection.Assembly.InternalLoad
(AssemblyName assemblyRef, Boolean stringized, Evidence
assemblySecurity, StackCrawlMark& stackMark)
at System.Reflection.Assembly.Load(AssemblyName
assemblyRef, Evidence assemblySecurity)
at
System.CodeDom.Compiler.CompilerResults.get_CompiledAssemb
ly()
at
System.CodeDom.Compiler.CompilerResults.get_CompiledAssemb
ly()
at System.Xml.Serialization.Compiler.Compile()
at System.Xml.Serialization.TempAssembly..ctor
(XmlMapping[] xmlMappings)
at System.Xml.Serialization.XmlSerializer.FromMappings
(XmlMapping[] mappings)
at
System.Web.Services.Protocols.XmlReturn.GetInitializers
(LogicalMethodInfo[] methodInfos)
at
System.Web.Services.Protocols.XmlReturnWriter.GetInitializ
ers(LogicalMethodInfo[] methodInfos)
at
System.Web.Services.Protocols.MimeFormatter.GetInitializer
s(Type type, LogicalMethodInfo[] methodInfos)
at System.Web.Services.Protocols.HttpServerType..ctor
(Type type)
at
System.Web.Services.Protocols.HttpServerProtocol.Initializ
e()
at
System.Web.Services.Protocols.ServerProtocolFactory.Create
(Type type, HttpContext context, HttpRequest request,
HttpResponse response, Boolean& abortProcessing)

Pre-bind state information ==LOG: Where-ref bind. Location =
C:\WINDOWS\TEMP\ggfex3w4.dll
LOG: Appbase = file:///c:/inetpub/wwwroot
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
==
LOG: Policy not being applied to reference at this time
(private, custom, partial, or location-based assembly
bind).
LOG: Attempting download of new URL
file:///C:/WINDOWS/TEMP/ggfex3w4.dll.

???
que me falta configurar en mi equipo? tengo windows xp,
visual studio .net 2003, sql server, iis 5.0

muchas gracias por todo lo que me puedan ayudar

Preguntas similare

Leer las respuestas

#1 skarface
04/08/2004 - 12:06 | Informe spam
Esto es lo mas raro del mundo... no puedo encontrar ninguna informacion con
referencia al dll ggfex3w4.dll
Nos puedes enviar el XML?

"Isabel Correa" wrote in message
news:bc4701c4799d$38014450$
hola grupo.

estoy muy nueva en esto de .net y no se si este sea el
grupo adecuado para hacer la pregunta:

cada que abro un xml creado en mi equipo(el
ejemplo "ojala.asmx" de desarrollador 5 estrellas) desde
el internet explorer me sale este error al darle ivoke:



System.IO.FileNotFoundException: No se encuentra el
archivo o el nombre del ensamblado ggfex3w4.dll o una de
sus dependencias.
Nombre de archivo: "ggfex3w4.dll"
at System.Reflection.Assembly.nLoad(AssemblyName
fileName, String codeBase, Boolean isStringized, Evidence
assemblySecurity, Boolean throwOnFileNotFound, Assembly
locationHint, StackCrawlMark& stackMark)
at System.Reflection.Assembly.InternalLoad
(AssemblyName assemblyRef, Boolean stringized, Evidence
assemblySecurity, StackCrawlMark& stackMark)
at System.Reflection.Assembly.Load(AssemblyName
assemblyRef, Evidence assemblySecurity)
at
System.CodeDom.Compiler.CompilerResults.get_CompiledAssemb
ly()
at
System.CodeDom.Compiler.CompilerResults.get_CompiledAssemb
ly()
at System.Xml.Serialization.Compiler.Compile()
at System.Xml.Serialization.TempAssembly..ctor
(XmlMapping[] xmlMappings)
at System.Xml.Serialization.XmlSerializer.FromMappings
(XmlMapping[] mappings)
at
System.Web.Services.Protocols.XmlReturn.GetInitializers
(LogicalMethodInfo[] methodInfos)
at
System.Web.Services.Protocols.XmlReturnWriter.GetInitializ
ers(LogicalMethodInfo[] methodInfos)
at
System.Web.Services.Protocols.MimeFormatter.GetInitializer
s(Type type, LogicalMethodInfo[] methodInfos)
at System.Web.Services.Protocols.HttpServerType..ctor
(Type type)
at
System.Web.Services.Protocols.HttpServerProtocol.Initializ
e()
at
System.Web.Services.Protocols.ServerProtocolFactory.Create
(Type type, HttpContext context, HttpRequest request,
HttpResponse response, Boolean& abortProcessing)

Pre-bind state information ==> LOG: Where-ref bind. Location > C:\WINDOWS\TEMP\ggfex3w4.dll
LOG: Appbase = file:///c:/inetpub/wwwroot
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
==>
LOG: Policy not being applied to reference at this time
(private, custom, partial, or location-based assembly
bind).
LOG: Attempting download of new URL
file:///C:/WINDOWS/TEMP/ggfex3w4.dll.

???
que me falta configurar en mi equipo? tengo windows xp,
visual studio .net 2003, sql server, iis 5.0

muchas gracias por todo lo que me puedan ayudar


Respuesta Responder a este mensaje
#2 isabel correa
04/08/2004 - 15:00 | Informe spam
este es el webservice que estoy ejecutando
lo tengo guardado en inetpub\wwwwroot con el nombre
ojala.asmx, cuando lo voy a ejecutar abro el internet
explorer y digito: http://localhost/ojala.asmx

se muestran los 3 metodos que tiene este webservice, le
doy clic a cualquiera de ellos, lleno los parametros que
requiere, le doy clic en ivoke y sale el error que le
pase ayer. algo que observo es que cada vez en el error
sale una dll diferente en el error. por ejemplo hoy lo
ejecute y salio el mismo texto pero con "kwy9x1f-.dll".

aca va

<%@ WebService Class="ojala" language="c#" %>

using System.Web.Services;
using System.Xml.Serialization;
using System.Data;
using System.Data.SqlClient;


[WebService
(Namespace="http://microsoft.com/webservices/")]

public class ojala
{

[WebMethod()]
public int suma(int a, int b)
{
return a+b;
}
[WebMethod]
public Contacto[] vercontacto()
{

return new Contacto[] {

new Contacto ("Alexis
Reátegui", "","5552266" ),
new Contacto ("Jorge
Oblitas", "","4444466" ),
new Contacto ("Sergio Victorio", "t-
","3333366" ),
new Contacto ("Guino
Henostroza", "","4564433" ),
new Contacto ("Daniel
Seara", "","9987667" )

};
}

[WebMethod]
public DataSet verautores(string query)



{

string conn
= "uid=pubsuser;pwd=pass;database=pubs;server=localhost";
//string query = "Select * from authors";
SqlDataAdapter adapter = new
SqlDataAdapter(query,conn);
DataSet autores = new DataSet();
adapter.Fill(autores, "Autor");
return autores;
}




}


public class Contacto
{

[XmlAttribute("name")] public string Nombre;
[XmlAttribute("email")] public string Email;
[XmlAttribute("phone")] public string Telefono;

public Contacto() {}

public Contacto(string nombre, string email,
string fono)
{
Nombre= nombre;
Email=email;
Telefono=fono;
}

}




Esto es lo mas raro del mundo... no puedo encontrar


ninguna informacion con
referencia al dll ggfex3w4.dll
Nos puedes enviar el XML?

"Isabel Correa" wrote in message
news:bc4701c4799d$38014450$
hola grupo.

estoy muy nueva en esto de .net y no se si este sea el
grupo adecuado para hacer la pregunta:

cada que abro un xml creado en mi equipo(el
ejemplo "ojala.asmx" de desarrollador 5 estrellas)




desde
el internet explorer me sale este error al darle ivoke:



System.IO.FileNotFoundException: No se encuentra el
archivo o el nombre del ensamblado ggfex3w4.dll o una




de
sus dependencias.
Nombre de archivo: "ggfex3w4.dll"
at System.Reflection.Assembly.nLoad(AssemblyName
fileName, String codeBase, Boolean isStringized,




Evidence
assemblySecurity, Boolean throwOnFileNotFound, Assembly
locationHint, StackCrawlMark& stackMark)
at System.Reflection.Assembly.InternalLoad
(AssemblyName assemblyRef, Boolean stringized, Evidence
assemblySecurity, StackCrawlMark& stackMark)
at System.Reflection.Assembly.Load(AssemblyName
assemblyRef, Evidence assemblySecurity)
at





System.CodeDom.Compiler.CompilerResults.get_CompiledAssemb
ly()
at





System.CodeDom.Compiler.CompilerResults.get_CompiledAssemb
ly()
at System.Xml.Serialization.Compiler.Compile()
at System.Xml.Serialization.TempAssembly..ctor
(XmlMapping[] xmlMappings)
at




System.Xml.Serialization.XmlSerializer.FromMappings
(XmlMapping[] mappings)
at
System.Web.Services.Protocols.XmlReturn.GetInitializers
(LogicalMethodInfo[] methodInfos)
at





System.Web.Services.Protocols.XmlReturnWriter.GetInitializ
ers(LogicalMethodInfo[] methodInfos)
at





System.Web.Services.Protocols.MimeFormatter.GetInitializer
s(Type type, LogicalMethodInfo[] methodInfos)
at




System.Web.Services.Protocols.HttpServerType..ctor
(Type type)
at





System.Web.Services.Protocols.HttpServerProtocol.Initializ
e()
at





System.Web.Services.Protocols.ServerProtocolFactory.Create
(Type type, HttpContext context, HttpRequest request,
HttpResponse response, Boolean& abortProcessing)

Pre-bind state information ==>> LOG: Where-ref bind. Location >> C:\WINDOWS\TEMP\ggfex3w4.dll
LOG: Appbase = file:///c:/inetpub/wwwroot
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
==>>
LOG: Policy not being applied to reference at this time
(private, custom, partial, or location-based assembly
bind).
LOG: Attempting download of new URL
file:///C:/WINDOWS/TEMP/ggfex3w4.dll.

???
que me falta configurar en mi equipo? tengo windows xp,
visual studio .net 2003, sql server, iis 5.0

muchas gracias por todo lo que me puedan ayudar






.

Respuesta Responder a este mensaje
#3 JuanDG
05/08/2004 - 20:53 | Informe spam
El problema es del servico Web que estas tratando de ejecutar, ahi es donde
esta el error, no es del Parser de XML ni de tu PC, el servicio web debe
tener algun error e el codigo, o esta diseñado para ejecutar sobre ciertas
condiciones que tu PC no cumple, te sugiero que te comuniques con algun
instructor del Programa Desarrollador 5 Estrellas, o dinos en que modulo
esta el servicio a ver si te podemos ayudar.

Saludos,

Juan David Gomez A.
Microsoft Certified Professional
Microsoft 4 DCE
Analista de Desarrollo - PSL S.A.
Web and Wireless Banking

"isabel correa" wrote in message
news:c2f701c47a23$02a1d1e0$
este es el webservice que estoy ejecutando
lo tengo guardado en inetpub\wwwwroot con el nombre
ojala.asmx, cuando lo voy a ejecutar abro el internet
explorer y digito: http://localhost/ojala.asmx

se muestran los 3 metodos que tiene este webservice, le
doy clic a cualquiera de ellos, lleno los parametros que
requiere, le doy clic en ivoke y sale el error que le
pase ayer. algo que observo es que cada vez en el error
sale una dll diferente en el error. por ejemplo hoy lo
ejecute y salio el mismo texto pero con "kwy9x1f-.dll".

aca va

<%@ WebService Class="ojala" language="c#" %>

using System.Web.Services;
using System.Xml.Serialization;
using System.Data;
using System.Data.SqlClient;


[WebService
(Namespace="http://microsoft.com/webservices/")]

public class ojala
{

[WebMethod()]
public int suma(int a, int b)
{
return a+b;
}
[WebMethod]
public Contacto[] vercontacto()
{

return new Contacto[] {

new Contacto ("Alexis
Reátegui", "","5552266" ),
new Contacto ("Jorge
Oblitas", "","4444466" ),
new Contacto ("Sergio Victorio", "t-
","3333366" ),
new Contacto ("Guino
Henostroza", "","4564433" ),
new Contacto ("Daniel
Seara", "","9987667" )

};
}

[WebMethod]
public DataSet verautores(string query)



{

string conn
= "uid=pubsuser;pwd=pass;database=pubs;server=localhost";
//string query = "Select * from authors";
SqlDataAdapter adapter = new
SqlDataAdapter(query,conn);
DataSet autores = new DataSet();
adapter.Fill(autores, "Autor");
return autores;
}




}


public class Contacto
{

[XmlAttribute("name")] public string Nombre;
[XmlAttribute("email")] public string Email;
[XmlAttribute("phone")] public string Telefono;

public Contacto() {}

public Contacto(string nombre, string email,
string fono)
{
Nombre= nombre;
Email=email;
Telefono=fono;
}

}




Esto es lo mas raro del mundo... no puedo encontrar


ninguna informacion con
referencia al dll ggfex3w4.dll
Nos puedes enviar el XML?

"Isabel Correa" wrote in message
news:bc4701c4799d$38014450$
hola grupo.

estoy muy nueva en esto de .net y no se si este sea el
grupo adecuado para hacer la pregunta:

cada que abro un xml creado en mi equipo(el
ejemplo "ojala.asmx" de desarrollador 5 estrellas)




desde
el internet explorer me sale este error al darle ivoke:



System.IO.FileNotFoundException: No se encuentra el
archivo o el nombre del ensamblado ggfex3w4.dll o una




de
sus dependencias.
Nombre de archivo: "ggfex3w4.dll"
at System.Reflection.Assembly.nLoad(AssemblyName
fileName, String codeBase, Boolean isStringized,




Evidence
assemblySecurity, Boolean throwOnFileNotFound, Assembly
locationHint, StackCrawlMark& stackMark)
at System.Reflection.Assembly.InternalLoad
(AssemblyName assemblyRef, Boolean stringized, Evidence
assemblySecurity, StackCrawlMark& stackMark)
at System.Reflection.Assembly.Load(AssemblyName
assemblyRef, Evidence assemblySecurity)
at





System.CodeDom.Compiler.CompilerResults.get_CompiledAssemb
ly()
at





System.CodeDom.Compiler.CompilerResults.get_CompiledAssemb
ly()
at System.Xml.Serialization.Compiler.Compile()
at System.Xml.Serialization.TempAssembly..ctor
(XmlMapping[] xmlMappings)
at




System.Xml.Serialization.XmlSerializer.FromMappings
(XmlMapping[] mappings)
at
System.Web.Services.Protocols.XmlReturn.GetInitializers
(LogicalMethodInfo[] methodInfos)
at





System.Web.Services.Protocols.XmlReturnWriter.GetInitializ
ers(LogicalMethodInfo[] methodInfos)
at





System.Web.Services.Protocols.MimeFormatter.GetInitializer
s(Type type, LogicalMethodInfo[] methodInfos)
at




System.Web.Services.Protocols.HttpServerType..ctor
(Type type)
at





System.Web.Services.Protocols.HttpServerProtocol.Initializ
e()
at





System.Web.Services.Protocols.ServerProtocolFactory.Create
(Type type, HttpContext context, HttpRequest request,
HttpResponse response, Boolean& abortProcessing)

Pre-bind state information ==>> LOG: Where-ref bind. Location >> C:\WINDOWS\TEMP\ggfex3w4.dll
LOG: Appbase = file:///c:/inetpub/wwwroot
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
==>>
LOG: Policy not being applied to reference at this time
(private, custom, partial, or location-based assembly
bind).
LOG: Attempting download of new URL
file:///C:/WINDOWS/TEMP/ggfex3w4.dll.

???
que me falta configurar en mi equipo? tengo windows xp,
visual studio .net 2003, sql server, iis 5.0

muchas gracias por todo lo que me puedan ayudar






.

email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaRespuesta Tengo una respuesta
Search Busqueda sugerida