Sql Server - How To Create An Installation Package
Sep 7, 2010
We have built an ASP.NET application in 4.0 (we can change it to 3.5 if necessary) with a SQL Server database.
I am looking to create an installation package (exe or msi) so that I can provide this file to my clients and they can install it on all of their laptops. This asp.net application will be running on laptops that don't have access to the internet. Some of these laptops have XP Home, Win 7 Home, and other windows operating systems and not all of them have IIS installed. Is there some sort of simple application that I can use to create an Installer application where it will install IIS or some other web server, SQL Express, and .NET framework 4.0. If these applications are installed already, then it shouldn't install it.
View 3 Replies
Similar Messages:
Jun 24, 2010
I have been trying to install VS 2008 profesional in my computer, I am getting this error "Package Visual Web Developer HTML source editor package has failed to loas properly GUID = BFCC0C3C-6F87-4285-A6C8-BB1606180OD Please contact package vendor for assistance, application restart is recomended , due to possible environment corruption.
View 7 Replies
Oct 22, 2010
i created .msi package.while installing it is dispalying "installer interrupted before installing". i am using windows xp. before it was working in iis.
View 1 Replies
Sep 3, 2010
I need to create SSIS Package for Microsoft tool preweblog utility.exe to modify the IIS LogFiles.
View 1 Replies
Nov 3, 2010
How can I allow non-sysadmin users to create/edit a SSIS package? Do I need to give special permissions?
View 6 Replies
Jan 21, 2010
I Created msi installer for my web application with the help of the following link. [URL] But when I insall application using this installer into my IIS under root dicrectory I can see my .cs files also. How to remove these .cs files from msi installer. ( I am using VS2005).
View 1 Replies
Jul 7, 2010
I am having a silly beginners problem with ASP.Net/Visual Studio 2010. I would like to integrate a number of third party packages into my asp.net MVC app (e.g. CKEditor, TinyMCE.) During the prepwork I sooner or later end with instructions to the order of "copy the package into your project/scripts directory". Sounds easy but I still can't figure out how to do it.
For the time being I trick visual studio into adding the package by adding a blank directory, then go to windows exporer to copy files into the directory, then go back to visual studio to add them one by one. That works for a few javascripts but not for a more complex package. Clearly there must be a better way to add a third-party hierarchical structure to a project, right?
View 4 Replies
Jan 17, 2011
I am working on a setup package that installs a web site on IIS7 and IIS6. I've already made it for IIS7, now I need to make it for IIS6. But I am working under windows 7 so I can't install IIS6 on it. Any way, I have to test my setup project. What are the ways to do it (preferrably free and legal ;) ) ? I can think of a remote connection to a machine that already has IIS6 and using a virtual machine, for example virtualbox.org . But even though virtualbox.org is free, WinXP with IIS6 isn't ;) .
View 4 Replies
Jun 16, 2010
Today I started playing with the web.config transforms in VS 2010. To begin with, I attempted the same hello world example that features in a lot of the blog posts on this topic - updating a connection string.
I created the minimal example shown below (and similar to the one found in this blog). The problem is that whenever I do a right-click -> "Publish", or a right-click -> "Build Deployment Package" on the .csproj file, I'm not getting the correct output. Rather than a transformed web.config, I'm getting no web.config, and instead the two transform files are included.
What am I doing wrong?
Web.config:
[code]....
View 1 Replies
Nov 18, 2010
When i was building my project in my local machine it was giving me the below error...."Error 1706:An installation package for the product Microsoft Visual Studio 2008 Shell(integrated mode)ENU cannot be found!!!Try the installation again using a valid copy of the installation package 'vs_shell.msi'"
View 1 Replies
Feb 14, 2011
I downloaded and installed VS 2010 Ultimate as a trial and I received "sucessful" message at the end of the installation.
But when I opened VS 2010 Ultimate I received this warning "The 'Visual Studio HTML Editor Package' package did not load correctly.' error message".
The next thing I know is that all the Toolbox icons are grayed out (I tried to create a .NET web application). There is no design/split pane.
View 1 Replies
Jun 12, 2010
SQL Server Express 2008 R2 installation is failed...plese see the error log ...i gave the password "sa"..please guide me Overall summary Final result: SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup. Exit message: The specified sa password does not meet strong password requirements. For more information about strong password requirements, see "Database Engine Configuration - Account Provisioning" in Setup Help or in SQL Server 2008 R2 Books Online.
View 1 Replies
Jan 8, 2011
i am having a problem. i want to get info on a package from database and get the software linked to that package.. my db looks like this.
[Code].....
View 1 Replies
Mar 18, 2010
Ive created an SSIS package (vs2005, so vb.net only) One of the tasks has to unzip a zip file. To do this ive used java.util.zip library and written some code to unzip the file. Ive just been asked if its possible to use something other than a java library as our network engineers dont want to put the this on our server. Is there anything similar to java.util.zip that I can use in a vs2005 package ?
View 2 Replies
Aug 30, 2010
I'm looking for any and all information on how to execute an SSIS package from my asp.net web site. I have written the call and when I run the application from (Localhost) it works, but when I run it from the server it does not.
Here is my code to call and execute the package:
[Code]....
Again this works from my local machine running from localhost, but not from our live server. I have turned on impersination to see if that worked and still getting the same result. The file is written successfully to the server without issue, but I'm just lost.
View 1 Replies
Jun 17, 2010
Migrating SSIS package from SQL Server 2005 to SQL Server 2008
View 1 Replies
Jul 1, 2010
How can convert DTS package from SQL Server 2000 to SQL Server 2005
View 2 Replies
Dec 27, 2010
Can a SQL Server 2000 DTS Package be run from a Web application?
If so, what permissions, SQL Server roles, etc. are required?
I've been only able to find examples of Windows and VB applications.
I would like an example of a Web application (written in C#/VB.Net).
View 7 Replies
Mar 12, 2011
I am running into a problem trying to open a SQL Server 2000 DTS package I imported into SQL Server 2008. I set up a new server and installed a fresh install of SQL Server 2008. The database I need to run is a SQL Server 2000 database. I moved the database over with no problem but there are a few DTS packages that need to run in legacy on SQL Server 2008. I exported the DTS packages I need out of SQL2000 and imported them successfully into SQL Server 2008. My SQL Server 2008 is x64.
I can see the DTS packages under Data Transformation Service in Legacy but when I try to open the package I get this message. "SQL Server 2000 DTS Designer components are required to edit DTS packages. Install the special web download, "SQL Server 2000 DTS Designer components" to use this feature. (Microsoft.SqlServer.DtsObjectExplorerUI)"
I downloaded the components and installed them and still get this error. I researched and found an article about this not working on x64 so I have an x86 machine that I installed the SQL Server 2008 tools and tried to open the package from there and got the same error.
View 1 Replies
Sep 8, 2010
Sql server 2005 is already installes in my machine.., i want to use SSIS now.where can i download SSIS package as add on to sql server 2005.
View 5 Replies
Feb 9, 2011
I have recently decided to dive in to ASP and have set up a Windows Server package on my resellers account (shared hosting).I'm from a largely PHP background and haven't touched ASP since, well, tonight.I created a new file in Dreamweaver (hey, I like the colourful syntax) and was presented with a choice of filetypes:
[code]...
View 4 Replies
Mar 10, 2011
Created SSIS package, it runs fine I import it into Stored packages in Integration Services, I right click and click "Run Package" it runs fine Create a new job to run the package and I get errors
The package runs an Execute Package task. That seems to be where the errors occur. But it runs fine in all circumstances except from a "job".
Note: ALL THE ERRORS ARE IN TASKS THAT CONNECT TO A REMOTE SERVER.
[code]....
View 6 Replies
Sep 28, 2010
SSIS package is running successfully and the db table is not populating in sql server.I am using csv file to populate datas to database tables.
I am using flat file source and oledb destination in data flow in ssis.
View 4 Replies
Sep 18, 2010
I'm trying to run my SSIS packages as a step inside a sql agent job.This runs normally when the package uses the SAME database as used to create my job.The problem occurs if I create a job to run the package and this package must execute queries in another database. Probably authentication problem. So how to authenticate my package and the job runs normally ?
View 1 Replies
Nov 3, 2010
I am sysadmin user on a database server for SQL Server 2005.
I need to change the connection string that use 'sa' to another account. But I don't know how to change the data manager connection for the package 'XYZ'.
View 3 Replies