Ejemplos: (Cuando se crea un reporte de Crystal en Visual Basic 2008 no aparece la clase del reporte) (Falla en la instalación del ejecutable en una unidad diferente a c:\ “No se puede cargar el archivo de ensamblado” ) (Da error al crear un objeto instanciado de un reporte ej: dim reporte as new Crystalreport1)
Quiero contarles que para encontrar este problema, el cual muchos lo han vivido, me llevo unas 5 horas buscando la solución en internet, antes de pensar reinstalar el .Net o formatear mi máquina y cambiar la unidad por defecto de H: a C:\. Los problemas anteriores normalmente se dan cuando usted instala el Visual Studio en una maquina que su unidad principal no es C:\
Aquí esta la solución encontrada
Aquí esta la solución encontrada
Publicado por Microsoft el 04/06/2009 a las 11:38 a.m.
Hey there, dwaters_02.I've received a proposed workaround from the BusinessObjects/SAP guys (assuming you installed VS to the Y drive):1. Browse to the following registry key: [HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\10.5\Report Application Server\InProcServer\LocalConnectionMgr] 2. Set the value of the "ConnectionDirectoryPath" property to "Y:\Program Files\Business Objects\common\2.8\bin", without the quotes. 3. Right-click in the white space (below the “ConnectionDirectlyPath” value) and choose "New" and then "String Value". Set the name to "ReportDirectoryPath" and the value to "Y:"If this doesn’t help, then it may require further troubleshooting. The Crystal Reports forum on the SAP website is staffed by support engineers, and would be your next step: https://forums.sdn.sap.com/category.jspa?categoryID=45Please let me know if you need help getting a response!Scott NonnenbergRelease Program ManagerVisual Studio Languages Teamscottno@microsoft.com
Muy bueno, me soluciono el problema... gracias
ResponderEliminar