No announcements
Found 2989376 threads
-
1 Votes
How to migrate Solutions (wsp)
You can remove the uninstall, retract and remove the wsp and again do redeployment on your SP 2013 environment, this should work.Answered | 3 Replies | 1288 Views | Created by Stephan1024 - Friday, December 13, 2013 3:46 PM | Last reply by Stephan1024 - Monday, December 16, 2013 10:02 AM -
1 Votes
Protection of WSP solutions
Yes, you can create "Solution Validator" files which can control and restrict the WSP packages that you are allowed you DEPLOY.Answered | 6 Replies | 7851 Views | Created by Yannis - Tuesday, March 1, 2011 11:23 PM | Last reply by Martin Hatch - Wednesday, March 2, 2011 12:21 PM -
0 Votes
How to build WSP files
Hi, Go to Visual Studio 2010, open your solution.Answered | 5 Replies | 6355 Views | Created by rebel537 - Tuesday, July 26, 2011 12:39 AM | Last reply by Bruno2007 - Tuesday, July 26, 2011 11:42 AM -
0 Votes
embed xml file in my application
public static XmlDocument GetEmbeddedXml(Type type, string fileName) { Stream str = GetEmbeddedFile(type, fileName); XmlTextReader tr = new XmlTextReader(str); ...Answered | 2 Replies | 2946 Views | Created by Sana raheem1001 - Tuesday, July 27, 2010 5:54 AM | Last reply by Thuru V - Tuesday, July 27, 2010 6:08 AM -
0 Votes
How to Copy files via WSP
To answer your first question, yes you can create a wsp without an assembly to put in GAC ( a wsp can be created without an assembly as ...Answered | 1 Replies | 5242 Views | Created by BayouB - Monday, June 28, 2010 1:55 PM | Last reply by Dhirendra Yadav - Monday, June 28, 2010 5:32 PM -
0 Votes
Is it possible to add a .stp file to a .wsp solution file?
As Serge said you need to have an elements file which has a module, this module specfies the template gallery and includes a <file> element for your stp.Answered | 4 Replies | 5064 Views | Created by Delaware - Thursday, June 4, 2009 8:16 AM | Last reply by Delaware - Monday, June 8, 2009 7:18 AM -
0 Votes
Convert sharepoint solution to an .wsp
You can use WSPBuilder is easy and Fast creating your WSP file.Answered | 1 Replies | 5107 Views | Created by ff4930 - Thursday, September 3, 2009 3:23 PM | Last reply by André Lage - Thursday, September 3, 2009 3:37 PM -
0 Votes
SharePoint 2013 WSP Solutions Status
Hi Aravinda, I am checking to see how things are going there on this issue.Answered | 4 Replies | 1003 Views | Created by Aravinda_SP - Sunday, September 9, 2018 4:47 PM | Last reply by Wendy DZ - Tuesday, September 11, 2018 9:34 AM -
0 Votes
SharePoint Farm Solution Extractor all the wsp file
Hi Mukesh, Please use the below code of extact all WSP files, (Get-SPFarm).Solutions | ForEach-Object{$var = (Get-Location).Path + ...Answered | 2 Replies | 4109 Views | Created by Mukesh_SharePoint - Monday, August 22, 2016 6:13 AM | Last reply by Amjad Khan Microsoft - Monday, August 22, 2016 7:18 AM -
2 Votes
How to embed XML file in project resources?
If you want the xml file to be part of your dll as a resource, then you simply set the "Build Action" property of the xml file to ...Answered | 4 Replies | 39640 Views | Created by tamerkhalil - Sunday, May 16, 2010 7:05 PM | Last reply by TXWizard - Saturday, July 19, 2014 11:01 PM -
1 Votes
Building WSP solution using WSPBuilder
I would like to see how we can call wsp builder from NANT to build a wsp fileRegards,Answered | 10 Replies | 19328 Views | Created by mconnor - Thursday, August 21, 2008 7:30 PM | Last reply by Rama._ - Monday, October 12, 2009 10:06 PM -
0 Votes
How to package the solution in wsp file and deploy it on another server in SharePoint 2010
Gitanjali, For a deploying the package, first add the package to the farm using this command stsadm.exe -o ...Answered | 2 Replies | 4161 Views | Created by Gitanjali SharePoint Developer - Sunday, August 12, 2012 4:50 PM | Last reply by Swaroop Vuppala - Monday, August 13, 2012 6:55 AM -
0 Votes
Building *.WSP file using WSP Builder
I tested your solution it's working fine .Answered | 4 Replies | 9622 Views | Created by karthik.ramana - Tuesday, August 5, 2008 5:35 AM | Last reply by Rama._ - Monday, October 20, 2008 11:30 PM -
6 Votes
How to Edit Existing WSP
If the contents of the WSP need modified, the .wsp can be extracted using WSPBuilder from codeplex (http://wspbuilder.codeplex.com), any content files can ...Answered | 8 Replies | 32267 Views | Created by cdiggs - Saturday, February 27, 2010 8:55 PM | Last reply by dkman123 - Tuesday, September 15, 2015 6:52 PM -
0 Votes
How can you load a .wsp file and work on it?
Also check the the following videos Importing SharePoint Solution Packages (WSP) into Visual Studio 2010 For more information about ...Answered | 3 Replies | 8432 Views | Created by AugustWind - Friday, December 3, 2010 8:40 PM | Last reply by Ahmed Naji - Saturday, December 4, 2010 10:11 AM -
0 Votes
How to deploy WSP with resource files?
I usually package and deploy resource files of non-sandboxed solutions using VS2010 function to add SharePoint Mapped Folder.Answered | 2 Replies | 4885 Views | Created by BruceZhao - Friday, November 11, 2011 1:48 AM | Last reply by BruceZhao - Saturday, November 12, 2011 10:06 AM -
0 Votes
placing of solution files (*.wsp)
The solution file needs to be on the file system of the server where you are running the stsadm command.Answered | 2 Replies | 4426 Views | Created by gjozsi - Monday, January 19, 2009 5:55 PM | Last reply by gjozsi - Monday, January 19, 2009 7:49 PM -
4 Votes
How to embed a XML file in the wsp solution
You can use the same thing in MOSS 2007 way in feature folder ... so when you create a 12 directory structure in your solution to create wsp with wsp builder.. create a ...Answered | 7 Replies | 6019 Views | Created by DADasRF - Saturday, August 20, 2011 7:33 AM | Last reply by Tanmay Shahane - Wednesday, August 24, 2011 9:05 AM -
0 Votes
how to retract wsp file (timer job)
Thanks for the reply but I have no knowledge of the wsp file name and where I can located the dllAnswered | 4 Replies | 1695 Views | Created by SP Dev User - Friday, April 25, 2014 10:05 PM | Last reply by SP Dev User - Monday, May 5, 2014 2:55 PM -
0 Votes
Open XML 2.5 WordDocument: How to embed a font file in document and then reference it?
Hi Tim Mangan, According to the description, you want to embed non-standard fonts files into the document.Answered | 3 Replies | 2112 Views | Created by Tim Mangan - Friday, February 27, 2015 9:36 PM | Last reply by Fei Xue - Friday, March 6, 2015 3:40 AM - Items 1 to 20 of 2989376 Next ›
No announcements