Questions tagged [vsewss]

21 questions
3
votes
2 answers

Fields in custom SharePoint list template not rendered list item forms

I've defined a custom list template with the following fields:
Ben Collins
  • 20,538
  • 18
  • 127
  • 187
2
votes
1 answer

Building a WSP File on the Build Machine

On my development machine I installed VSeWSS 1.3 and configured the local IIS 6 so that I can build my SharePoint project and deploy the generated WSP file to the local machine. The WSP file is generated by the Packaging step, which I can…
Philipp Schmid
  • 5,778
  • 5
  • 44
  • 66
1
vote
1 answer

devenv and vsewss 1.3 package

I'm tying to package a vsewss 1.3 solution in cmd. I get it to build and all seems to work until it starts the deployment then i get the error message: Specified method is not supported. my command is: devenv xxx.sln /deploy Release /package has…
Gaotter
  • 1,746
  • 15
  • 32
1
vote
5 answers

VSeWSS "An item with the same key has already been added"

During the package phase of a VSeWSS deployment, an exception is thrown. From the logs: 2009/11/02 11:59:46 Error System.ArgumentException: An item with the same key has already been added. at …
Ben Collins
  • 20,538
  • 18
  • 127
  • 187
1
vote
2 answers

SharePoint - How To Upgrade VSEWSS Solution From VS2005 to VS2008

I have a MOSS solution successfully created in Visual Studio 2005 using VseWss 1.1 I have now tried to upgrade to Visual Studio 2008 to use VseWss 1.3 The upgrade did not raise any errors however now when I try to deploy I get the following…
Mark
  • 1,509
  • 1
  • 15
  • 28
0
votes
1 answer

Namespace clashes when using VSeWSS 1.3 to write Sharepoint Web Parts

My colleague and I are bothing using Visual Studio with VSeWSS 1.3 to write Sharepoint Web Parts to deploy to the same Sharepoint 2007 intranet. When packaging the solution, the web part code is always saved into a folder called WebParts (if there…
dunxd
  • 930
  • 3
  • 14
  • 26
0
votes
2 answers

WSS 3.0 Authentication mode

I have two questions on wss 3.0 How to know that kind of authentication is currently in use. How do I set the authentication in such a way that users on office network don't have to input user name\password? So if users are in the office they can…
Rahatur
  • 3,147
  • 3
  • 33
  • 49
0
votes
1 answer

WSS tools for VS2008 directory question

I want to place an aspx inside the TEMPLATE->LAYOUTS folder of the server running WSS. Should I create the same folder structure under the pkg folder of visual studio or under the project root? In other words should I do this pkg->TEMPLATE->LAYOUTS…
roncansan
  • 2,310
  • 6
  • 27
  • 34
0
votes
1 answer

Webpart missing webpart catalog entry when build with vsewss but deployed with stadm

I have the exact problem of not getting any webcatalog entry for a webpart if i deploy via stsadm. The project of this webpart is generated with vsewss and build with it. The very webpart entry can be accessed if its deployed through vsewss'…
Koray
  • 1
0
votes
1 answer

How to target SharePoint 2003 with a VS 2008 work environment

Currently I have a .NET setup that many workings devs have (VS 2008, SQL SRVR 2008, etc). However, the current client requires webparts to be built on a SharePoint 2003 (it is gov't, so they don't upgrade before doing MASSIVE testing). I have not…
RyanKeeter
  • 5,939
  • 7
  • 32
  • 40
0
votes
2 answers

The HTTP request is unauthorized with client authentication scheme 'Negotiate'.

I am trying to Deploy/Package a Visual Studio Project based on Visual Studio Extensions for Windows Sharepoint Services 1.3 (March 2009 CTP) but getting the following error! The HTTP request is unauthorized with client authentication scheme …
Khurram Aziz
  • 1,480
  • 5
  • 15
  • 24
0
votes
1 answer

SharePoint extensions for VS - which version have I got?

I'm using Visual Studio 2008, and have downloaded VSeWSS.exe 1.2, to enable Web Part development. I am new to SP development, and am already bewildered by the number of different versions of SP, and the VS add-ons. This particular problem has come…
Stephen Hosking
  • 1,405
  • 16
  • 34
0
votes
1 answer

Specific view field display names

I've got to create a standard view but I want to display column names different than originals. For example, this view will include the "ID" field, but I need to show its column header like "Order number". As far as I know Sharepoint doesn't let you…
THRaKaTTaK
  • 45
  • 5
0
votes
2 answers

Sharepoint WebPart, include additional assembly in wsp package

I created a utility library for my Sharepoint WebParts. Now when I reference this library from my WebPart project, it compiles fine, but the library is not included in the .wsp package. This means the library assembly is not deployed to the target…
driAn
  • 3,245
  • 4
  • 41
  • 57
0
votes
1 answer

How to prevent VSeWSS 1.3 from adding assemblies to the solution manifest

I recently upgraded my SharePoint development machine to VSeWSS 1.3 and have noticed a behavior that I didn't think existed before. I have two custom web parts that use several common assemblies, and both will live in the same site. I'm trying to…
Chris Tybur
  • 1,612
  • 2
  • 23
  • 38
1
2