Releasing software to users. This may include releasing compiled binaries on a hardware medium, for download, or permitting access to a non-development web service.
Questions tagged [publishing]
1242 questions
0
votes
1 answer
ClickOnce application
I have prepared a ClickOnce application. All my files and a folder in the same location includes application files (folder), connexionDeployment_V2.application, connexionsetup.msi (my setup to call in default.htm), default.htm (to setup the…

mtinyavuz
- 35
- 5
0
votes
1 answer
Publishing a program and missing files
I am testing publishing a program with Visual studio 2012, but when I install said program I get errors because a database file I need is missing.
I have a small sqlite file I have included as content and I have set it to copy to output directory. …

Herrozerro
- 1,601
- 1
- 22
- 37
0
votes
1 answer
VB Change Publisher with OneClick
Does anyone know how to change the publisher description with the VB One CLick? Or will I have to do a Windows Installer?

UPGRAYEDD
- 415
- 1
- 8
- 33
0
votes
1 answer
C# app with Data.odbc doesnt work on different machine..what to include?
I have an app with the use of namespace data.odbc in order to work with MySQL. I have tried it on different PC, the app works but when the odbc object should work, it does nothing. I suppose something is missing - I thought its automatically…

Petr
- 7,787
- 14
- 44
- 53
0
votes
1 answer
Trying to publish ASP.NET project, but VS can't find a particular file
One of the css files disappears from the publish obj/Release/Package/PackageTmp/ folder during publishing and then VS tells me it can't find the file. It's as if one portion of the project says to delete the file and the other tries to find the…

Keith Salmon
- 89
- 3
- 9
0
votes
2 answers
Publishing a java web application using Netbeans
Can you publish a Java web application to an instance of a running remote Tomcat/Glassfish or be it any J2EE app server from netbeans, similar to the way you publish a web application using VS? If yes, please provide the steps

Ajay
- 7,378
- 18
- 57
- 75
0
votes
1 answer
Are there any known critical omissions of files when publishing a web app?
I just spend hours trying to diagnose why an MVC4 app that I published (file system) to a remote machine ran, but displayed bugs. Then I gave up on publish and copied the whole source tree to the target web site, and now everything works.
I know…

ProfK
- 49,207
- 121
- 399
- 775
0
votes
1 answer
VS2012 fails to publish a specific file
I have a MVC project created using Visual Studio 2012. I'm trying to publish this using the same IDE (vs2012). The publish succeeded and everything seems fine with 1 succeeded, 0 failed and 0 skipped publish status.
Problem is, one of the file, a…

Jude Duran
- 2,195
- 2
- 25
- 41
0
votes
3 answers
Remove progress bar from published document in MATLAB
I am using the publishing functionality of MATLAB to generate a quick report of some analysis I'm running. Since the analysis is quite time-consuming, I've added a progress bar to keep track of how long is remaining. The problem is that I'd prefer…

Kena
- 6,891
- 5
- 35
- 46
0
votes
2 answers
update page templates with new site columns in MOSS publishing site
I have created a feature, a publishing site, in Visual Studio to MOSS - this feature contains a masterpage, some pages, some site columns (grouped to match each page) etc. I have also created a site collection, some sites and pages based on my…

keysersoze
- 777
- 3
- 12
- 27
0
votes
1 answer
Modifying Joomla extensions without worring about updating them
I want to modify a Joomla extension code. I know how to use template overrides, but the extension is not written in MVC pattern and even if it was, I would be going to change the controller code. In fact I'm going to modify a specific method in a…

Mohsenme
- 1,012
- 10
- 20
0
votes
1 answer
C# project created install package on Win7 64 bit machine will not install on Win XP
I am hoping you could resolve this issue. I have made a small application in C# and I publish it with the prereqs of .Net 4.5 and SQL Server Compact 4.0. One of the users of the app is running under an old core which has win XP on it. It appears…

TheCodeNovice
- 750
- 14
- 35
0
votes
2 answers
Creating and updating site columns in MOSS publishing site
I have created a feature, a publishing site, in Visual Studio to MOSS - this feature contains a masterpage, some pages, some site columns etc. I have also created a site collection based on my template.
I have several times updated my mastepage and…

keysersoze
- 777
- 3
- 12
- 27
0
votes
1 answer
Microsoft SSDT (10.3.21208.0)/Data-tier Project (MSVS 2010) and "Sharing"/Copied Certificates between the Project and Referenced Database Project
I am writing a "framework" of SQL Server (targeting 2008R2 and 2012) stored procedures and common/reference tables. Each SSDT/Date-tier project represents a different component (can be within the same database) within this framework (e.g.,…

RAA
- 31
- 5
0
votes
1 answer
How to perform silent and unattended installation
I have published this application from .net 4 (it is mixture C# and VB) and here I've got the .exe file. So now I have the requirement for it to be installed silently and unattended on the users' computers. Problems:
I run the setup.exe, it…

Milkncookiez
- 6,817
- 10
- 57
- 96