English 中文(简体)
Sharepoint 2010 Project package: Cannot add a new project output assembly to the package
原标题:

When creating a Sharepoint 2010 project in VB.NET and wanting to deploy an additional referenced assembly you cannot add a new project output assembly to the package.

To replicate the issue:

  1. Open Sharepoint 2010 project in Visual Studio 2010
  2. Open "packagepackage.Package"
  3. Select "Advanced"
  4. In the Additional Assemblies area select "Add | Add assembly from Project Output..."

This error is then presented:

Cannot add a new project output assembly to the package.

The path is not of a legal form.

Any ideas on what the "path" is that is not "of a legal form"?

最佳回答

Not sure, but sounds like you are hitting same bug as as Andrew Connell

问题回答

Remove any Solution Folders from your solution and you should be able to access the Add assembly from Project Output dialog.

This has been acknowledged by MS as a bug in the current Visual Studio 2010 Beta: http://social.technet.microsoft.com/Forums/en-US/sharepoint2010programming/thread/2201baa0-70a0-424e-931a-f20c7c4091d6





相关问题
SharePoint - Approaching Website Storage Limit Email

How can i go about changing the distribution list as well as the email text for the email that goes out to site collection admin when a site collection approaches it s size limit? Thanks for your ...

UI automated testing within SharePoint

I m looking for automated Functional Testing tools that can manipulate SharePoint sites, libraries, and documents thought the web interface. It needs to be extensible enough to handle any custom ...

Enable authorization on sitemap provider

I want to enable Authorization on the Site map provider. We have enabled anonymous access to the site and we want the Site map provider to be visible only to authorized users. I tried ...

SharePoint : web service permission error

I have a sharepoint site, and I am calling a standard sharepoint web service. I create the web service request like this : wsDws.Url = this.SiteAddress + @"/_vti_bin/Dws.asmx"; When I use ...

Sharepoint 2007 Data view Webpart custom parameters

I m sort of new to the custom parameters that can be setup on a DataView Webpart. There are 6 options: - None - Control - Cookie - Form - QueryString - Server Variable I think that None, Cookie and ...

热门标签