Showing posts with label program. Show all posts
Showing posts with label program. Show all posts

Saturday, February 25, 2012

Deployement to a local machine

Hi,

I have developped a program with VB 2005 with a DB using sql server and I would like to know if I use this program on another computer what's the minimum requirement.

Dotnet 2.0 and sql server? But do I have to install the full sql server version or just a patch to be able to run that kind of program?

Thx in advance

I do think that to deploy a VB.NET 2005 application, the client computer must have the .NET 2.0 framework installed.

If the application will access a remote SQL Server that is all that is necessary.

If the application will require that a SQL Server be also installed, then a 'licensed' edition of SQL Server must also be installed. Depending upon the requirements, the 'free' SQL Server 2005 Express may be sufficient. Check here for information about which SQL Server edition may best fit your needs.

Deployed Report

Hello,

When I run Build=> Deploy , where does the report go, I check Virtual Directory of ReportServer which is C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportServer in my case and I do not see any file related to my report.

Thanks,

It depends on the Target URL specified under project in VS.Net

Friday, February 24, 2012

Deploy Problem--failed with big files!

As the subject, I want to deploy my program with visual studio 2005 and pocket pc 2003, but failed when it comes with big file(bigger than 1M).
Enviroment vs2005, pocket pc 2003, activesync4.1, .net cf 2.0.
Error message here:
Deployment and/or registration failed with error: 0x8973190e. Error writing file '%CSIDL_PROGRAM_FILES%\SQLCEResultSetSampleCS\Northwind.sdf'. Error 0x8007274c:
Thanks in advance.

AS indeed is not very good with big files, but 1 MB is not big at all. It was able to deploy NETCF V2 which is 5 times that, right?

I suspect your DB is in use and can not be overwritten. May be your application is running in background with open connection or, perhaps, you forgot to close query analyzer?