|  
Forum
SearchForum Home
  DotNetNuke  Módulos  error culture, ...
 error culture, version... cannot copied to the run...overwrite the reference
 
 11/11/2006 4:23:58 PM
jpuentes
50 posts


error culture, version... cannot copied to the run...overwrite the reference
hola a todos a veces me pasa este error, unas veces son menos lineas de errorres y otras son mas, unas veces me deja compilar y otras no...por favor, alguien sabe como arreglar esto....?, si pueden me envian copia a jpuentes_cu@yahoo.es. Gracias

Error: The dependency 'DotNetNuke, Version=3.1.0.13746, Culture=neutral' in project 'BuildSupport' cannot be copied to the run directory because it would conflict with dependency 'DotNetNuke, Version=3.1.0.18364, Culture=neutral'.
Error: The dependency 'DotNetNuke, Version=3.1.0.18364, Culture=neutral' in project 'BuildSupport' cannot be copied to the run directory because it would conflict with dependency 'DotNetNuke, Version=3.1.0.13746, Culture=neutral'.
Warning: The dependency 'DotNetNuke, Version=3.1.0.13746, Culture=neutral' in project 'PrimerModulo.HelloWorld' cannot be copied to the run directory because it would overwrite the reference 'DotNetNuke, Version=3.1.0.18364, Culture=neutral'.
Warning: The dependency 'DotNetNuke, Version=3.1.0.13746, Culture=neutral' in project 'Provider.Caching.BroadcastPollingCachingProvider' cannot be copied to the run directory because it would overwrite the reference 'DotNetNuke, Version=3.1.0.18364, Culture=neutral'.
Warning: The dependency 'DotNetNuke, Version=3.1.0.13746, Culture=neutral' in project 'Provider.Caching.BroadcastPollingCachingProvider.SQLDataProvider' cannot be copied to the run directory because it would overwrite the reference 'DotNetNuke, Version=3.1.0.18364, Culture=neutral'.
Warning: The dependency 'DotNetNuke, Version=3.1.0.13746, Culture=neutral' in project 'Provider.Caching.FileBasedCachingProvider' cannot be copied to the run directory because it would overwrite the reference 'DotNetNuke, Version=3.1.0.18364, Culture=neutral'.
Warning: The dependency 'DotNetNuke, Version=3.1.0.13746, Culture=neutral' in project 'Provider.DNNScheduler' cannot be copied to the run directory because it would overwrite the reference 'DotNetNuke, Version=3.1.0.18364, Culture=neutral'.
Warning: The dependency 'DotNetNuke, Version=3.1.0.13746, Culture=neutral' in project 'Provider.DNNScheduler.SQLDataProvider' cannot be copied to the run directory because it would overwrite the reference 'DotNetNuke, Version=3.1.0.18364, Culture=neutral'.
Warning: The dependency 'DotNetNuke, Version=3.1.0.13746, Culture=neutral' in project 'Provider.Ftb3HtmlEditorProvider' cannot be copied to the run directory because it would overwrite the reference 'DotNetNuke, Version=3.1.0.18364, Culture=neutral'.
Warning: The dependency 'DotNetNuke, Version=3.1.0.13746, Culture=neutral' in project 'Provider.Search.DataStore' cannot be copied to the run directory because it would overwrite the reference 'DotNetNuke, Version=3.1.0.18364, Culture=neutral'.
Warning: The dependency 'DotNetNuke, Version=3.1.0.13746, Culture=neutral' in project 'Provider.Search.Index' cannot be copied to the run directory because it would overwrite the reference 'DotNetNuke, Version=3.1.0.18364, Culture=neutral'.
Warning: The dependency 'DotNetNuke, Version=3.1.0.13746, Culture=neutral' in project 'Provider.SqlDataProvider' cannot be copied to the run directory because it would overwrite the reference 'DotNetNuke, Version=3.1.0.18364, Culture=neutral'.
Warning: The dependency 'DotNetNuke, Version=3.1.0.13746, Culture=neutral' in project 'Provider.XMLLoggingProvider' cannot be copied to the run directory because it would overwrite the reference 'DotNetNuke, Version=3.1.0.18364, Culture=neutral'.
Warning: The dependency 'DotNetNuke.WebControls, Version=1.0.2102.13746, Culture=neutral' in project 'DotNetNuke' cannot be copied to the run directory because it would overwrite the reference 'DotNetNuke.WebControls, Version=1.0.2102.19606, Culture=neutral'.
Warning: The dependency 'DotNetNuke.WebUtility, Version=1.0.2102.13746, Culture=neutral' in project 'DotNetNuke' cannot be copied to the run directory because it would overwrite the reference 'DotNetNuke.WebUtility, Version=1.0.2102.19606, Culture=neutral'.
 11/11/2006 4:23:58 PM
pezpc
361 posts
3rd


Re: error culture, version... cannot copied to the run...overwrite the reference
Prueba esto:

Si tienes una referencia al proyecto DotNetNuke o a la dll en el proyecto BuildSupport, eliminala.

Si no la tienes, indicame si el error te sale al intentar compilar un módulo o la solución de DotNetNuke.

Un saludo


Dnn-Hispano.com
Dnnfreemodules.com
 11/11/2006 4:23:58 PM
jorgepuentes
1 posts


Re: error culture, version... cannot copied to the run...overwrite the reference

el error me sale al compilar mi modulo: ahora, en estos momentos solo me salen estas dos lineas, que basicamente son las que siempre me salen:

Warning: The dependency 'DotNetNuke.WebUtility, Version=1.0.2102.13746, Culture=neutral' in project 'DotNetNuke' cannot be copied to the run directory because it would overwrite the reference 'DotNetNuke.WebUtility, Version=1.0.2102.21180, Culture=neutral'.

Warning: The dependency 'DotNetNuke.WebControls, Version=1.0.2102.13746, Culture=neutral' in project 'DotNetNuke' cannot be copied to the run directory because it would overwrite the reference 'DotNetNuke.WebControls, Version=1.0.2102.21181, Culture=neutral'.

Aunque tengo estas dos referencias en BuildSupport, pero NO las tengo en mi modulo
DotNetNuke.WebUtility    
DotNetNuke.WebControls

Agradezco, infinitamente, su atencion.

 

 11/11/2006 4:23:58 PM
pezpc
361 posts
3rd


Re: error culture, version... cannot copied to the run...overwrite the reference

El error te da porque al compilar tu modulo intenta remplazar con una versión mas antigua esas dos dll

DotNetNuke.WebUtility    
DotNetNuke.WebControls


En tu proyecto BuildSupport no debería haber referencia a estas dos Dll y tampoco a DotNetNuke.dll si no has modificado el núcleo. Para solucionar el problema quita las refencias de BuildSupport, y luego decomprime de tu .zip fuente de DotNetNuke, el directorio bin en tu instalación de DotNetNuke, remplazando los archivos.

Por otro lado en el bin de tu modulo existirán también copias de las DLL. Remplazalas con las que vienen en el zip. Hazlo en todos los proyectos.

Creo que si pones en las propiedades de la referencia en tus módulos a la dll de DotNetNuke "copia local = false" se soluciona el problema.


Un saludo




Dnn-Hispano.com
Dnnfreemodules.com
 11/11/2006 4:23:58 PM
jpuentes
50 posts


Re: error culture, version... cannot copied to the run...overwrite the reference
Todo salió perfecto, Gracias. Nunca habia entrado a este foro, por la inmediatez de su atencion, ahora lo utlizare con mucha frecuencia. Gracias. De hecho felicito a sus administradores y creadores. Es muy util este sito. Saludos Jorge Puentes
  DotNetNuke  Módulos  error culture, ...
Search  Forum Home  
Alojamiento web
DotNetNuke Delta Pi Alojamiento
DotNetNuke Delta Pi Alojamiento

Donaciones

 


Si encuentras de utilidad esta web y deseas ayudarnos a mejorarla, por favor considera en ayudarnos con una donación. ¡Gracias!

 


Si encuentras de utilidad esta web y deseas ayudarnos a mejorarla, por favor considera en ayudarnos con una donación. ¡Gracias!


Anuncios

Inicio | Foro | Blog | Recursos | Contactar Terms Of Use | Privacy Statement | Copyright 2006 by Dnn-Hispano