0
votes
2answers
55 views
Why is a published website referencing my machine?
I have a website that I publish in Visual Studio 2008 and then send off to other people. One of the pages needs to alter a few configuration files, so an action is executed using W …
0
votes
3answers
48 views
Master Page getting Could Not Load Type error when publishing
Everything works find locally, but when I publish my asp.net application to a remote server I get the following error:
Server Error in '/' Application.
Parser Error
Description: …
2
votes
4answers
112 views
How do you version service pack or hot fix?
If your application has a public API that people develop against then what do you do in following scenarios?
If you publish service pack of your
application do you change the ver …
0
votes
1answer
38 views
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 applicat …
1
vote
1answer
54 views
Visual Studio 2008 Publish Feature in a desktop app. What are the benefits?
Today I tried to use the publishing feature with visual studio, which creates an application manifest, and not a traditional exe.
What are the benefits of this?
I noticed each t …
0
votes
3answers
59 views
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 …
3
votes
2answers
52 views
How to set Visual Studio to Publish pdf files
Is there a way to set visual studio to publish all pdf files?
I know that you can set each indivdual pdf file in a project with the
"Copy to Outpub Directory" property.
But that …
0
votes
2answers
48 views
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 …
0
votes
2answers
40 views
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 a …
1
vote
2answers
50 views
Allowing users to choose an approval workflow to start in MOSS
When using MOSS approval workflow on publishing pages I would like the users to be able to select a workflow to start rather than it just starting one? That is, when they click app …
0
votes
1answer
30 views
How do I call a .NET windows app that has been installed from a publish?
If I publish two separate C# Windows forms apps to a server, and a user installs both of these apps on their machine, how would I get one app to call the other (possibly with param …
0
votes
2answers
36 views
SharePoint - Invalid Field Name Error
UPDATE
Worth noting that this is only happening when the site definition is called from SPWebApplication.Sites.Add, if I use the UI then this works fine. My code is impersonating …
0
votes
4answers
62 views
Publishing an application in public domain
Hi guys,
During my last internship, I took an open source tool and enhanced it as a part of my project. Because of my growing interest in that tool, I took it home and added some …
0
votes
2answers
44 views
Date based publishing ASP.NET MVC
I am building a custom CMS in ASP.NET MVC and one of the requirements is that the content has a start and end date that dictates whether or not the page appears on the site. What …
0
votes
1answer
47 views
C# publish with visual studio dependance of dependance
Hello,
My project1 references project2. In project2 I added some dll as link. However when I publish the project, the dll are not in the resulting folder.
Is it possible to do th …
