The packaging tag has no wiki summary.
1
vote
0answers
6 views
Package and Deploy SSRS Reports / Datasets etc
I have a VS2008 report solution that contains around 40 reports as well as the child reports, sub reports, shared data sets, and data sources.
How do I package these for SharePoint to deploy as a ...
2
votes
2answers
36 views
Conditional packaging into WSP file?
In one of my Visual Studio project, I have two javascript files (both deployed under Layouts):
Mywonderfulscript.js
Mywonderfulscript.min.js
The latter is the minified version of the former.
I ...
0
votes
2answers
75 views
What and How can use of Visual Studio Package File?
What and How can we use of Visual Studio Package File ?
See this image.
can any one provide explanation.
Thanks in advance...
0
votes
1answer
120 views
How to add and use external assemblies in solutions?
I need to use DocumentFormat.OpenXml.dll in my code. In the solution package, I included this external dll in the Additional Assemblies. It looks like this:
I also need to reference it, so that I ...
0
votes
2answers
425 views
How can i create app package for SharePoint 2013 App Catalog by using MSBuild?
I know that I can create an app package in VisualStudio 2012 RC simply by right clicking on App Project and then clicking "Publish". But how I can do the same with MSBuild?
1
vote
1answer
53 views
File transformations before packaging WSP
I need to modify the content of some files in my SP 2010 project before packaging, something like Web.Config transformations.
I need a file to have different content based on the environment: Debug, ...
1
vote
1answer
521 views
How do I deploy from a site template that has a feature dependency?
I am trying to deploy an alpha version of the project I'm working on and I'm running into some issues that are likely because I have a flawed understanding of how to do deployments.
My site is fairly ...
2
votes
2answers
149 views
Adding content to an existing SharePoint solution file (WSP)
I want to add a list, library, and custom web part to an existing .WSP file. I cracked open the existing .WSP file (renamed it to .cab and extracted it) and it contains list instance templates, ...
1
vote
2answers
878 views
The type or namespace name 'X' could not be found (are you missing a using directive or an assembly reference?)
I have a weird problem I just can't place.
I have a SP 2010 project which contains two sub-projects of type class library (FirstLib and SecondLib).
The project build fine, no errors whatsoever, ...
2
votes
2answers
248 views
Separating UI/Web Artifacts from Package?
One of the things I really hate about 2010 and the packaging solution that comes out-of-the box is that it encourages bad practices (plopping everything - web code, static artifacts, packaging) into ...
1
vote
1answer
625 views
How can I run post-package commands in Visual Studio 2010?
When building my SharePoint projects with Visual Studio 2010, I prefer to use Package instead of Deploy. Even if I plan to deploy the wsp on my computer, I want to use my PowerShell scripts in order ...
0
votes
2answers
952 views
Error Creating Deployment Package in Visual Studio 2010
I am attempting to create a deployment package through Visual Studio 2010
When right-clicking my project and selecting "Package" from the context menu I receive the following error:
Error 1 The ...
1
vote
5answers
3k views
Packaging with WSPBuilder and missing project/DLL dependencies
I'm working on a SharePoint solution containing five Visual Studio projects. One is a "common library"-type of project and the other four are features with code that depend on the library.
The issue ...
