Deloy Web Application having Crystal reports
-
Hi, My web application is developed using third party controls ..... some forms are developed using crystalrepots....... I opened one setup project and added our third party dlls and crystareport dlls finally builded the application.. Setup was created, I installed it in my system everything is working fine... when I installed it in client machine(having .Net Framework) it is raising configuration error saying that "could not load assembly(crystal assemblies)........" How to solve it... Thanks Hari
-
Hi, My web application is developed using third party controls ..... some forms are developed using crystalrepots....... I opened one setup project and added our third party dlls and crystareport dlls finally builded the application.. Setup was created, I installed it in my system everything is working fine... when I installed it in client machine(having .Net Framework) it is raising configuration error saying that "could not load assembly(crystal assemblies)........" How to solve it... Thanks Hari
while creating the deploymet package u have to add those dlls in applications bin directory not in the MSI. And All the dependent dlls has to be added in applications bin. Then the MSI or website will work fine.
-
while creating the deploymet package u have to add those dlls in applications bin directory not in the MSI. And All the dependent dlls has to be added in applications bin. Then the MSI or website will work fine.
First u add the DLLs in bin comiple the project then u create the deployment pakage either MSI or using MSBuild