error en servicio web

11/05/2006 - 13:52 por glayu | Informe spam
Hola,grupo
trabajo con vb 2005.
quiero crear un servicio web que devuelve un dataset.Mientras no ponga la
opción de insert,delete y update,no hay problema, pero si pongo esas
opciones, cundo intento probarlo con invoque me sale el siguiente error; .Da
igual en sql que en access
Alguien me puede ayudar?
System.Resources.MissingManifestResourceException: Could not find any
resources appropriate for the specified culture or the neutral culture. Make
sure "Service.resources" was correctly embedded or linked into assembly
"App_Code.hkpr-n_i" at compile time, or that all the satellite assemblies
required are loadable and fully signed.
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo
culture, Boolean createIfNotExists, Boolean tryParents)
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo
culture, Boolean createIfNotExists, Boolean tryParents)
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo
culture, Boolean createIfNotExists, Boolean tryParents)
at System.Resources.ResourceManager.GetString(String name, CultureInfo
culture)
at System.Resources.ResourceManager.GetString(String name)
at Service.InitializeComponent() in
C:\ServicioLibreria\App_Code\Service.vb:line 45
at Service..ctor()
 

Leer las respuestas

#1 CESAR DE LA TORRE [MVP]
11/05/2006 - 18:18 | Informe spam
No se si he entendido la pregunta.
¿El Insert, Delete y Update a los que te refieres son los del TableAdapter?
Ten en cuenta que como retorno de un WebService solamente devuelves los
datos, o sea el DataSet en si. El TableAdapter es para uso exclusivo del
Servidor donde está el WebService o componentes de Negocio y Acceso a Datos.
En cualquier caso, no estoy seguro de haber entendido el contexto de tu
problema...
CESAR DE LA TORRE
Software Architect
[Microsoft MVP - XML Web Services]
[MCSE] [MCT]

Renacimiento
[Microsoft GOLD Certified Partner]


"glayu" escribió:

Hola,grupo
trabajo con vb 2005.
quiero crear un servicio web que devuelve un dataset.Mientras no ponga la
opción de insert,delete y update,no hay problema, pero si pongo esas
opciones, cundo intento probarlo con invoque me sale el siguiente error; .Da
igual en sql que en access
Alguien me puede ayudar?
System.Resources.MissingManifestResourceException: Could not find any
resources appropriate for the specified culture or the neutral culture. Make
sure "Service.resources" was correctly embedded or linked into assembly
"App_Code.hkpr-n_i" at compile time, or that all the satellite assemblies
required are loadable and fully signed.
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo
culture, Boolean createIfNotExists, Boolean tryParents)
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo
culture, Boolean createIfNotExists, Boolean tryParents)
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo
culture, Boolean createIfNotExists, Boolean tryParents)
at System.Resources.ResourceManager.GetString(String name, CultureInfo
culture)
at System.Resources.ResourceManager.GetString(String name)
at Service.InitializeComponent() in
C:\ServicioLibreria\App_Code\Service.vb:line 45
at Service..ctor()


Preguntas similares