English 中文(简体)
包装材料后发现的 as
原标题:aspx.cs file not found after unpacking a WSP package

I ́ve未包装《WSP》一揽子计划,在视觉演播室中设立了一个新的项目,其选择是“Import Sharepoint Solutions”。 我可以部署该项目,一切工作都只是细致的,但我获得这一警告信息:

Warning 1   File  MySolutionCentralAdminPage.aspx.cs  was not found.    

警告涉及这一守则:

<%@ Page Language="C#" 
AutoEventWireup="true" 
CodeBehind="MySolutionCentralAdminPage.aspx.cs"
Inherits="MySolution.MySolutionCentralAdminPage" 
MasterPageFile="~/_admin/admin.master" %>   

事情只是一切事,这样,“我”在进行密集搜查(在我的计算机中,然后在互联网上寻找解决办法)之后,我必须说,我找不到这个档案。

我怎么能够将其定位以便加以修改?

最佳回答

是否有我的S。 页: 1 在座标上的密码应当是Cassidian CentralAdminPage.aspx.cs而不是MySolution.aspx.cs

当你确信所有工作都是没有我的Solution.aspx.cs时,你就可以将项目从项目档案中删除。

为此,你应在VS卸下该项目,并在你右翼项目上选择Edit ProjectFile。

I would remove the Item Entry for MySolution.aspx.cs, save it and reload the project.

但是,你们必须保证,一切工作都是没有我Solution.aspx.cs的。

Thorsten

问题回答

暂无回答




相关问题
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 ...

热门标签