Showing posts with label deployment. Show all posts
Showing posts with label deployment. Show all posts

Monday, March 12, 2012

How to Deploye VB.net Application Along With Database....Please Help.

Hi Guys,
I had a little Problem With My Application Deployment.

I want To Make Setup For My Application(VB.NET) Such that When it begins To Install,The Database Of the Application Will Automaticallly Get Installed.....
Even I have Generated Script For That But I dont Know How to Execute It With Installation File.I have made Complete Setup Of My Application Exept Database.

Now,I want Few Code Lines To Execute My Database Script.
So how can i Execute My Script Through Installation..

And Also If there is another Way To Accomplish This Please Suggest Me.

All Suggestions Will be Accepted...

Thanx In Advance..WOuld C# code also be ok for you ? :-)

HTH, Jens Suessmeyer.

http://www.sqlserver2005.de
|||yes it will be ok for me..

Friday, March 9, 2012

how to deploy cr9 with vb6.0

hello frenz,


i have to deploy an application devloped in vb6.0,sql server 2000,cr9.0 . using package and deployment wizard i made the package.but when i run it on client side i found the error that crqe.dll(crpe.dll,cr252000.dll) not found.
and so on about many dlls.

even though these dlls are added(at the time of packaging) and available in support folder.

help me where i'm wrong??????????

crqe.dll(crpe.dll,cr252000.dll) not found:(If you're including the dlls in your setup, maybe they aren't getting registered properly or maybe their dependencies are not being installed or registered properly. In CR 8.5, there's a file called runtime.hlp that tells what files are needed for distribution (and what dependencies are needed), maybe you have something similar in version 9?|||thanx malleyo,

as you suggested i got the help file runtime.chm in the crystal report folder. actually i needed to download merge modules for deployment of crystal report9.0

thanx again for your reply... :)|||In this shield used to create setup file for our project and install to anywhere.

In Installation shield support visual basic 6.0,.Net(windows application),Java(awt and swing application).

This installation shield in build contain Visual basic runtime file so we no need to have visual basic 6.0 on the client machine.
And shield in build conatin Java runtime environment JRE1.5 so we no need to have java on the client machine and support dotnetframework2x also. So we can use this shield easy.And easy to plugin system file also available.

In this Installation available for trail version.Contact mail installationshield@.yahoo.com.

Note:My company also used this shield|||I used the methods to deploy listed in the next link & they worked ok in all cases -->
http://www.psdn.com/library/entry.jspa?categoryID=33&externalID=1329