Package And Deploy On A 2008 Free Edition?
Aug 2, 2010How do you package and Deploy on a 2008 Free Edition.
Do you need a licensed version to Package?
How do you package and Deploy on a 2008 Free Edition.
Do you need a licensed version to Package?
I've bought the Standard Edition 2008 and the Publish wizard seems to behave in much the same as Express ClickOnce. Is there some way I can get it to deploy the Publish setup.exe files to C:Program Files? Is there some way I can tell it what extra .txt and .xls files are part of the application? I cannot see anything about adding files as part of the app. I've looked at what I'm supposed to get with Standard, but have not found quite the detailed documentation I'd like.
View 2 RepliesWhat do you think is the best free setup and deployment package for VB.NET? Which is easiest to use?
View 4 Repliesbest free setup and deployment package for VB.NET? Which is easiest to use?
View 2 RepliesI have created a windows application which Installs Multiple MSI's based on some condition. The project is created in Visual Studio 2008 with .Net framework 3.5; If this application runs in a machine which has atleast Dot Net 2.0 installs, it works fine. but the system without framework 2.0 throws an error "The application failed to initialize properly (0xc0000135)"
How can I stop my application from crashing. I tried giving a check in the Main(), but it is not even firing the Main(); Is there any way I can give a prerequisite, But not in the Publish, Coz i am using the output exe and not the clickonce output..
how useful is dotfuscator free community edition? I applied it on my application and then checked the assembly using the Red Gate's .net reflector. It seems dotfuscator just changed the names of modules,classes and functions. once you know where to look( module or the class) , code was pretty much visible.Basically I want to secure my .net applications and to prevent them from being disassembled in to meaning-full code.
View 5 RepliesHow do I deploy my project in visual studio 2010 express edition? I dont see any setup and deployment template
View 6 RepliesSince I am new to VB .NET , I would like to ask some general questions about it . Here we go :
[Code]...
I created a simple VB application in Visual Studio 2010.My computer, which I am using to create the program, is Windows 7 Pro, and SQL Server 2008 is running on a Windows Server 2008 Enterprise, which I have full access to.
I want to click a button and have an SSIS package execute.I looked around on the Internet and found examples, but they do not seem to work for me.I try to add a reference, Microsoft.SqlServer.ManagedDTS.dll, as a few sites advise, but it is not listed when I go to PROJECT>ADD REFERENCE.
I also type:
Imports Microsoft.SqlServer.Dts.Runtime but all I get is a squiggly green line, which when hovered over states "Namespace or type specified in the Imports 'Microsoft.SqlServer .Dts.Runtime' doesn't contain any public member or cannot be found." Below is some code I copied from one of the websites and pasted in my button click event (the path is correct), but a get blue squiggly lines under "Package" and "DTSExecResult":
Dim pkgLocation
As String
Dim pkg As
New Package[code]....
What can I do to make the SSIS package run when I click the button on the Windows application a created?
I am trying to run the application created in the example at [URL] The code errors at the line dtsDataReader = dtsCommand.ExecuteReader(CommandBehavior.Default)
the error is A requested parameter does not exist in the package. I have checked everything that i can think of in the package Also when I try to run the package using the dtexecui utility I two errors "Error: SSIS Error Code DTS_E_PRODUCTLEVELTOLOW.
[Code]...
I am wanting to use an application to package all my files together into a setup package. I have tried InstallShield 2011, but when i click on Visual Basic .net wizard, it tells me I do not have Visual Studio.NET installed on my system. I am currently using VB2010 Express How can I fix this... or is there a better application available for packaging?
View 2 RepliesI've designed a small database app that I now want to deploy on a different machine.If I "publish" the app from the IDE does that give me the appropriate functionality to do this?
View 3 RepliesI am trying to deploy my program from vb 2008 express edition into the CD using ClickOnce but it has no progress at all and will take a long time when you run the setup.exe to another computer and in the end it will just pops-up an error. I have followed the proper setup procedure on how to publish the program into the CD with ClickOnce and was able to successfully published it along with all necessary prerequisites and supporting files.But when you open the setup.exe from the CD using other computer,it won't deploy the program into that computer and will just display a window which gives you 3 buttons saying Details,Retry,Cancel saying such error after downloading the required files.Does it matter if my OS is Vista and the computer where I'm deploying the program is using XP?What could have been the possible cause for this problem?How could I possibly resolve this issue?
View 3 RepliesHow do I deploy application using vb2008 express? I tried to find on in its package but couldn't.now i use cyber installer suite and works fine, except for one thing:
when I use visual basic powerpacks conponent, such as rectangleshape or ovalshape, I still cannot make my program works in other computer without vb2008 installed.. (deploy using cyber installer suite 2009)
This is not for a class. I would like to know if anyone has information to use the bootstrapper from MS or how to include MS DotnetFix.exe in an application to install onto a computer that does not have it. Also is this possible for mobile devices if the application would need to be packaged for them also?
View 4 RepliesI finished an important project (Visual Studio 2008 Professional Edition) and now I have to deliver it with an appropriate installation program. My product is composed by a lot of projects and each of them generates an exe file with its images, help, xml , database etc. A main exe calls a sub exe for the work it has to do passing appropriate parameters. I think is not suitable to use a click-once feature and I have looked for the deployment wizard but I didn�t found a complete documentation and moreover some example step by step.where can I find that documentation, tutorial and example ? It�s possible to customize the forms generated by the wizard ?
View 8 RepliesI used vb.net 2008 express to build a database application i created database using access 2007 i created the application using vb.net 2008 express the application creates a report on word at run time my developing environement is
- windows xp
- .net framwork 3.5
- office 2007
- vb.net 2008 express
i want to create a package that could be used to install the application on the following environment
- windows xp
- .net framwork 2.0
- office xp - office 2007
I used the publish command of the build menu but the resulted package donot install , it produces and error informs me to install some assembles to th GAC!
I built a simple package using the export wizard in BIDS. The package just exports data from a table to a csv file I added the reference Microsoft.SqlServer.ManagedDTS.
I also added Microsoft.SqlServer.dtsruntimewrap. Run I run the package in BIDS it works fine but when I try to execute from vb 2008 ..the file is never written. Here is the vb code I am using ssis sql server 2005
Imports Microsoft.SqlServer.Dts.Runtime
Public Class Form1
[code].....
In VB6 when I finished an application I would use the package deployment wizard and it would include all the dll and ocx files in an exe. Is there a version of VS 2008 that does the same thing?
View 10 Repliesvb 2008 compared to 2003 is the ability to drag controls onto the web form and place them where I want.With 2008, the form places the control to the left and I have to tab, space, set-up tables or similar techniques to get the control exactly where i want it. Is there a way to make the web form in 2008 work like the one in 2003?Other then this one oversight, I enjoy all other aspects of vb 2008.
View 1 RepliesWe are busy to create large size files for a customer. The more we use ram memory as faster the program will run.
Is there a way to global find out in vb 2008 how much free ram is available?
I am trying to deploy an application that uses SMO on a workstation without SQL Server installed on it. The instance the app is connecting to is SQL Server 2008. The application is failing with:Could not load file or assembly 'Microsoft.SqlServer.Replication, Version 10.0.0.0, Culture=neutral,PublicKeyToken=89845cdc8080cc91' or one of its dependencies. An attempt was made to load a program with an incorrect format.
The assembly in question is in the same path as my application as well as system32. I am running this on a Windows 7 64 bit box. I have run SQL Native Client, CLR, and SMO MSIs from the 2008 SMO redist download page.This app worked fine when connecting to SQL Server 2005.
How can I deploy and reference a stand-alone SQL Server 2008 Express database with my vb.net 2008 Express app ?
View 8 RepliesI've created a Setup project (in VB.Net 2008 Standard Edition) and I need to deploy some .rtf files in a specific folder for the user to edit. I've added these files to the project as content files but the Setup project installs them in Program File/MyApp along with the exe. As these rtf files need to be found easily by the user I need to specify a different folder on the hard drive. These are not mdb or xls files so are not used by the app itself. All the user needs to do is find them manually loading them into MS Word for editing. I don't need to load MS Word from the app, but I do need to deploy them so the user has access to them. How do I edit the file path so it does not bury them in Common Files or the User App Data or app folder itself? Ideally, since these are rtf files they could go in My Documents. (The app itself will work whether or not these files exist elsewhere.)
View 5 Replieshow do I deploy a SQL server database program to a machine thats I don't know the name of the machine. tried using "server (local)" but still.
View 6 RepliesI have developed a windows application in VB 2008. Now I want to make an Installation Package (setup) of my Project. But I don't want to create only the Setup. I want to include the .Net Framework 3.5 and Crystal Reports and all the files that are necessary to run my Application. so that when I run that setup (installation package of my application) all the necessary files installed automatically.
View 1 RepliesWhere to find the package and deployment tool in visual studio 2008
View 3 RepliesI am currently working on an SSIS package that we are migrating from SSIS 2005 to SSIS 2008. The issue is that the developers of the current version used the fact that in SSIS 2005 the accessor of a NULL column returns 0, whereas SSIS 2008 throws an exception. Also, they extensively use expressions such as this one:
IIf(Row.X_IsNull, System.DBNull.Value, Row.X)
The problem is that in SSIS 2008, regardless of whether the condition is set to true, the program still tries to read Row.X and throws an exception. The package is big and it would take a very long time to convert all of these IIfs to manual Ifs with temporary variables.
I am wanting to include data in my vb2008 deployment package.I have tried many different ways, but with no success.Even with the "click Once" method, also using the setup method.
View 5 RepliesIn Vb6.0 i used to use package and deployment wizard for creating installation packages for my projects. Now I'm not getting to do the same in VB2008.
View 2 Replies