'Install App for SharePoint' There were errors when validating the App Package

Hello,
When testing with an app, I tried to add an
app event receiver before learning that remote event receiver are not allowed with
Sharepoint-hosted app. So I reseted the Handle app installed and
Web Project properties of my project and tried to redeploy and this error occurred :
'Install App for SharePoint' There were errors when validating the App Package
Something other than the project's properties have been modified but I don't know what.

I think the best way to figure real reason out is to look at ULS logs.
This is example, what I had:
Unexpected        App Packaging: CreatePackage: Unexpected exception: There were errors when validating the App package: There were errors when validating the App Package. Other warnings / errors associated with this
exception:  The current version of SharePoint is less than the SharePointMinVersion specified in the app manifest. CurrentVersion='15.0.4693.1000', SharePointMinVersion='16.0.0.0'.

Similar Messages

  • Error occurred in deployment step 'Install app for SharePoint': There were errors when validating the App manifest.

    Hi everyone,
    I `m getting error message like this  "Error occurred in deployment step 'Install app for SharePoint': There were errors when validating the App manifest.". when i try to debug the application with "Start Action"="Internet Explorer".This
    application  is  an apps for office application with Oauth with Office 365
    Any help in this regard is greatly appreciated 
    Thanks!!
    Santosh Sutar

    Thanks Fei for your time.
    >>>I would suggest that you create a new project and set it start action with 'Internet Explorer'
    to see whether this issue could be reproduced.  If no, we can compare the difference between the two menifest files.
    As per your suggestion above ,With new project,I can debug with with start action "Internet Explorer" and I
    could not see much difference between the manifest files.
    Please find below my manifest file for the reference .
    <?xml version="1.0" encoding="UTF-8"?>
    <!--Created:cb85b80c-f585-40ff-8bfc-12ff4d0e34a9-->
    <OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="TaskPaneApp">
      <Id>084cd6cd-2908-44d1-a5cf-4fa029aec211</Id>
      <Version>1.0.0.0</Version>
      <ProviderName>[Provider name]</ProviderName>
      <DefaultLocale>en-US</DefaultLocale>
      <DisplayName DefaultValue="Office 365 MVC" />
      <Description DefaultValue="Office 365 MVC"/>
      <AppDomains>
        <AppDomain>https://login.microsoftonline.com</AppDomain>
      </AppDomains>
      <Hosts>
        <Host Name="Document" />
        <Host Name="Workbook" />
      </Hosts>
      <DefaultSettings>
        <SourceLocation DefaultValue="~remoteAppUrl/Home/Index/" />
      </DefaultSettings>
      <Permissions>ReadWriteDocument</Permissions>
    </OfficeApp>
    Please suggest on this.
    Thanks !!
    Santosh Sutar

  • TS1702 unknown error when using the app store

    unknown error when using the app store

    Im sorry I will try to be more clear.. and I appreciate all of ur input. Wi-fi works fine.. everything opens and functions fine on the I pad. The problem is I will click on app store or the I tunes store...it opens fine and I am able to look at and download apps  etc... but after being in the appstore or I tunes store for a couple of minutes I get kicked out to the I pads home screen. Its like pushing the home button but I didn't. It only seems to do this when im in the app store or I tunes store. I have been using the chrome browser and other downloaded apps such as ebay just fine with out this problem occurring. Not sure about safari as I dont use it and use chrome instead. Um I don't think the home button its self is faulty because it works fine and as stated before this only happens when I am in the appstore or I tunes . I've only had this I pad 1 64gb wi-fi for a few days .. I got it off of ebay it was stuck in restore mode getting error code 1611.  I was able to successfully Restore it with I tunes and it running ios 5.1. Seams to work great besides the problem being mentioned.

  • I have had a blue dot beside an app for over 8 hours and cannot open the app. I have deleted and reinstalled app and still cannot open

    I have had a blue dot beside an app for over 8 hours and cannot open the app. I have deleted and reinstalled app and still cannot open
    Partsman

    You can refer to the following article for installation help.
    If you getting issues with the validity of serial number, you can try contacting the adobe support team.
    Even without the serial number, you can use PSE for 30 days as trail and then activate the product later.

  • Error when downloading the apps

    Hello,
    I have installed InDesign and am now trying to download the app InDesign but get an error message "Update failed", "unable to exstract the downloaded files" Error U44M1210.
    What can I do to get it right?
    Best Regards
    Madelene

    Romsinha wrote:
    Hi MadeleneSchoug,
    Please try applying manual updates from: http://www.adobe.com/downloads/updates.html.
    Well, most of the manual CC app updates/patches aren't included on that page – however they are all available here via direct download links:
    All CC Updates for Windows
    All CC Updates for Mac OS

  • After gifting an app for someone, do you need to buy the app again for yourself?

    I want to gift an app for a friend. Do I need to buy the app again if I ever decide wanting it?

    I believe so, just like when you gift a book, a painting, etc.

  • Errors when compiling the web service (SAP Web Service Design Tool)

    After downloading and installing the SAP de Web Service Design Tool (for Crystal Reports Server) I created a connection, a simple query and was able to deploy a web services. I tested the web service with an Xcelsius dashboard within InfoView. Thereafter I created a second connection (other name but same ODBC connection / server) and created another simple query with two date(range) parameters and a group by year and month function in order to do a select count(). It executes fine, but when I try to publish the web service I get an error.
    There are errors when compiling the web service.
    Is does not say whatu2019s wrong or how I can solve this problem.
    Who can help me?
    Some notes:
    1) Within expert mode I used a MONTH() SQL function which does not show in the normal mode.
    2) It seams that the u2018administrationu2019 of Web Service Design Tool got u2018corruptedu2019 after only creating the two connections, queries and services mentioned above. I believe so because I could select one of two queries when I created the second service, but within the current connection I had only one query.
    Thanks for any help,
    Ron
    ADDITIONAL INFO: The parameters seam to be the problem. After removing the parameters I can publish the service. But without parameters it is NO SOLOTION.
    Edited by: RonKoudijs on Aug 26, 2010 6:28 PM

    Hello Taylan,
    I think the error that you received was due to packaging issues.I placed the
    UtilClass.java file under a directory called data which was present under
    the project directory.
    When you want to access a java class, you can either place the compiled
    class file in the WEB-INF/classes folder or you can place the java file
    under the project directory.
    I have attached the sample project that I created with your files.
    Let me know if you have any other questions.
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    "taylan" <[email protected]> wrote in message
    news:3d6351b0$[email protected]..
    >
    I am trying to write a simpe web service in WebLogic Workshop, but havingan error
    which I could not understand. Could you please help me? Thanks in advance.
    Regards,
    Taylan
    My web service code is like belows:
    import weblogic.jws.control.JwsContext;
    import data.*;
    public class WebService1
    /** @jws:context */
    JwsContext context;
    * @jws:operation
    public UtilClass testType(UtilClass tTest){
    UtilClass returnObj=new UtilClass();
    if(tTest.getName()!= null){
    returnObj.setName(tTest.getName());
    return returnObj;
    and my UtilClass is placed in the data directory under the same directorywith
    my web service code. It is a simpe class as belows:
    package data;
    public class UtilClass
    private String name;
    public void setName(String name){
    this.name=name;
    public String getName(){
    return name;
    However I got an error when I try to compile the webservice class. Theerror is
    like belows:
    File Line Message
    WebService1.jws 0 Resource found on system classpath: data.UtilClass
    Build complete - 1 error(s), 0 warning(s)
    [ngroup.zip]

  • Error occurred in deployment step 'Install app for SharePoint': Failed to install app for SharePoint. provider-hosted app sharepoint on premise

    Error occurred in deployment step 'Install app for SharePoint, ULS log as below:
    0x0BA8 SharePoint Foundation          App Deployment                 acjjg Medium   The current user has System.Threading.Thread.CurrentPrincipal.Identity.Name
    = 0#.w|perf\abraham.lincoln, System.Security.Principal.WindowsIdentity.GetCurrent().Name = NT AUTHORITY\IUSR, System.Web.HttpContext.Current.User.Identity.Name = 0#.w|perf\abraham.lincoln. dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.39  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 ag8d6 Medium   SPApp: CreateAppUsingPackageMetadata: isCabStream is false. Treating the stream as a ZIP. dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.39  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 ahkn9 High     Deleting App with fingerprint TJQrYuD5N+kEe38LZtl6wSs3Ak3yYvWcmwuNLTqtpdFzb4qSMopN3SWCRdWvntrKoM7qIS2S2llpA5omi8iHqQ==
    on site 264dc389-d394-4985-a43c-ad91a383c0df dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.39  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 ahkob High     The App with fingerprint TJQrYuD5N+kEe38LZtl6wSs3Ak3yYvWcmwuNLTqtpdFzb4qSMopN3SWCRdWvntrKoM7qIS2S2llpA5omi8iHqQ==
    on site 264dc389-d394-4985-a43c-ad91a383c0df was to be deleted, but it did not exist dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.41  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 abnqa Medium   App Packaging: CreatePackage: There are 10 parts in the package.  There are 1 package-part relationships
    in the package. dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.41  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 afyz6 Medium   SPAppResources: ParseResources: No default resource file was found. dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.41  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 afyzx Medium   SPAppResources: ParseResources: no resource file relationships were found. dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.41  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 aebgs Medium   SPPackageUtility: ExtractPart: Creating directory 'C:\Users\abraham.lincoln.PERF\AppData\Local\Temp\71345ca6-3565-43d8-9017-2d3336965d8f\extract' dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.41  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 aebgt Medium   SPPackageUtility: ExtractPart: Creating file 'C:\Users\abraham.lincoln.PERF\AppData\Local\Temp\71345ca6-3565-43d8-9017-2d3336965d8f\extract\AppManifest.xml' dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.41  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 ajddw Medium   SPPackageUtility: ExtractPart: Part stream length is '1072'. dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.41  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 ajddz Medium   SPPackageUtility: ExtractPart: Length is '1072', not locking before copying the stream. dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.41  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 aebgt Medium   SPPackageUtility: ExtractPart: Creating file 'C:\Users\abraham.lincoln.PERF\AppData\Local\Temp\71345ca6-3565-43d8-9017-2d3336965d8f\extract\AppIcon.png' dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.41  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 ajddw Medium   SPPackageUtility: ExtractPart: Part stream length is '3540'. dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.41  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 ajddz Medium   SPPackageUtility: ExtractPart: Length is '3540', not locking before copying the stream. dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.41  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 aidi7 Medium   SPIconAppPartValidator: IsSupportedFormat: image raw format is 'b96b3caf-0728-11d3-9d7b-0000f81ef32e'. dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.42  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 afyz6 Medium   SPAppResources: ParseResources: No default resource file was found. dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.42  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 afyzx Medium   SPAppResources: ParseResources: no resource file relationships were found. dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.42  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 aebgt Medium   SPPackageUtility: ExtractPart: Creating file 'C:\Users\abraham.lincoln.PERF\AppData\Local\Temp\71345ca6-3565-43d8-9017-2d3336965d8f\extract\featurecc1deab7-efdf-4cc2-80ae-60e073577d64.xml' dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.42  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 ajddw Medium   SPPackageUtility: ExtractPart: Part stream length is '321'. dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.42  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 ajddz Medium   SPPackageUtility: ExtractPart: Length is '321', not locking before copying the stream. dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.42  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 aebgt Medium   SPPackageUtility: ExtractPart: Creating file 'C:\Users\abraham.lincoln.PERF\AppData\Local\Temp\71345ca6-3565-43d8-9017-2d3336965d8f\extract\elements4d87f314-4b0a-4b89-8a7e-9cb73c99f25f.xml' dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.42  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 ajddw Medium   SPPackageUtility: ExtractPart: Part stream length is '849'. dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.42  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 ajddz Medium   SPPackageUtility: ExtractPart: Length is '849', not locking before copying the stream. dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.42  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 aerhy Medium   App Packaging - List of App Parts (count ='2'): Name='SPIconAppPart',Name='SPFeatureAppPart', dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.42  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 aerhz Medium   App Packaging - List of Deployment Groups (count ='3'): Name='SPIconDeploymentGroup',Name='SPTargetWebDeploymentGroup',Name='SPQuickLaunchDeploymentGroup', dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.42  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 mq71 Medium   Creating App with fingerprint TJQrYuD5N+kEe38LZtl6wSs3Ak3yYvWcmwuNLTqtpdFzb4qSMopN3SWCRdWvntrKoM7qIS2S2llpA5omi8iHqQ==
    to site 264dc389-d394-4985-a43c-ad91a383c0df. dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.44  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 afpd2 Medium   Committing package with fingerprint TJQrYuD5N+kEe38LZtl6wSs3Ak3yYvWcmwuNLTqtpdFzb4qSMopN3SWCRdWvntrKoM7qIS2S2llpA5omi8iHqQ==
    and data length 8010 to site 264dc389-d394-4985-a43c-ad91a383c0df. dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.46  w3wp.exe (0x2170)                        0x0BA8 SharePoint Foundation        
     App Deployment                 ajk9e Medium   Writing 8010 bytes to database for app with fingerprint TJQrYuD5N+kEe38LZtl6wSs3Ak3yYvWcmwuNLTqtpdFzb4qSMopN3SWCRdWvntrKoM7qIS2S2llpA5omi8iHqQ== dcf1d59c-94c5-5071-47bf-07cd3f2ead95
    12/14/2014 23:54:27.50  w3wp.exe (0x2170)

    Hi Jerry,
    I agree with Nikhil, I think you have posted partial ULS log, we could not find effective errors for the issue.
    For Provider Hosted app in SharePoint server on-premise,
    the TokenHelper class will try to access your Azure Security Principle by default.
    Did you have a valid Azure account?
    If not, the issue may be caused that you don't have a valid account, to resolve this issue, you can use
    a valid Azure account or not going to use Azure Platform for hosting the app as the article
    below.
    http://pratapreddypilaka.blogspot.jp/2012/12/sharepoint-2013-avoiding-azure-on-dev.html
    Thanks,
    Jason
    Jason Guo
    TechNet Community Support

  • Error occurred in deployment step 'Install app for SharePoint

    Hi i had created a LightSwitch HTML Application using Visual Studio 2013. 
    The build was successful, but when i try to deploy in sharepoint through F5, suppose to get this error message
    Error occurred in deployment step 'Install app for SharePoint': 
    We're sorry, we weren't able to complete the operation, please try again in a few minutes. If you see this message repeatedly, contact your administrator.
    How to approach/ resolve this issue

    Hi Ashok
    Pls check this
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/c8eb6c92-e1b2-45a9-840e-c782bdc933ec/error-occurred-in-deployment-step-install-app-for-sharepoint-were-sorry-we-werent-able-to?forum=sharepointdevelopment
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Error occurred in deployment step 'Install app for SharePoint': Das Querladen von Apps ist auf dieser Website nicht aktiviert.

    Error occurred in deployment step 'Install app for SharePoint': Das Querladen von Apps ist auf dieser Website nicht aktiviert.
    I am new to sharepoint app development. When i am trying to deploy my developed app in sharepoint i am getting the above error. Sorry, i dont know the exact error in English because our sharepoint is in German language.
    Please help me to get rid from this.
    Dhinesh Bala

    Hi Dhinesh,
    Technically we cannot deploy the app on any site. It has to be a site created from developer site template..Here are some useful information for you.
    http://blogs.msdn.com/b/officeapps/archive/2013/12/10/enable-app-sideloading-in-your-non-developer-site-collection.aspx
    https://curah.microsoft.com/248050/side-loading-of-apps-is-not-enabled-on-this-site-error-while-installing-app-in-sharepoint-2013
    Regards,
    Partha
    Regards, Partha Avepoint Please mark the response as "Answer" if it answers your response If this response takes you closer to your solution mark it as a "helpful post"

  • When i try to reinstall Garageband, it says "There were errors installing..

    When i try to reinstall Garageband, it says "There were errors installing the software." Does anyone know how i can totally reset the garageband app. Because i think i may have accidentally taken instrument files out of it.

    When i try to reinstall Garageband, it says "There
    were errors installing the software."
    The first thing I would suggest is to repair permissions
    i think i may have accidentally taken
    instrument files out of it.
    Doubtful that this is the cause

  • Error occurred in deployment step 'Install app for SharePoint': The provided App differs from another App with the same version and product ID.

    I am facing this problem while start debugging the Provider-Hosted app through VS2013. I want to deploy the app with same version. So please let me know any solution
    to remove the app instance from office365 online, so that I can deploy the same app with same version on the specified "Developer Site".
    Note: If I change the version in AppManifesst.xml file then this problem/error gets resolved. But I want to deploy with the same version as
    per my business requirement.
    The actual error renders while I click to "Start" button of the Visual Studio 2013 to deploy the provider-hosted app, for the sake
    to deploying it on say "ABC" site collection (i.e. developer site). I work on office365 online. Therefore, request you to please provide the solution for SharePoint online office 365. The occurrences is:
    "Error occurred in deployment step 'Install app for SharePoint': The provided App differs from another App with the
    same version and product ID."
    Please assist me anyone. It will be so kind of you.....
    Naveen Kumar
    Steria India Ltd.

    Did you updated the  AppManifest.xml file
    and change the version.
    If this helped you resolve your issue, please mark it Answered

  • Error occurred in deployment step 'Install app for SharePoint': We're sorry, we weren't able to complete the operation, please try again in a few minutes. If you see this message repeatedly, contact your administrator.

    While deploying sharepoint hosted app i am getting error "Error occurred in deployment step 'Install app for SharePoint': We're sorry, we weren't able to complete the operation, please try again in a few minutes. If you see this message repeatedly, contact
    your administrator.". From the developer site i remove the app manually and after deploying i am getting the same error again.
    Harminder singh

    I was trying to install SharePoint 2013 on premise development environment and encountered the following issues while deploying the app using Visual studio 2013.
    Please refer these articles for configuration settings.
    http://blogs.msdn.com/b/how24/archive/2013/06/14/prepare-your-sharepoint-2013-farm-for-app-development-and-debugging.aspx
    http://www.codeproject.com/Articles/515677/MyplusFirstplusSharepoint-HostedplusAppplusinplus2
    http://blogs.technet.com/b/mspfe/archive/2013/01/31/configuring-sharepoint-on-premise-deployments-for-apps.aspx
    http://aanuwizard.com/2012/12/07/article-14-from-30-system-account-can-not-deploy-or-purchase-an-app-in-sharepoint-2013-rtm/
    Error 1:
    Error occurred in deployment step 'Install app for SharePoint': The System Account cannot perform this action.
    Error 2:
    The local SharePoint server is not available. Check that the server is running and connected to the SharePoint farm.
    Error 3:
    Error occurred in deployment step 'Install app for SharePoint': We're sorry, we weren't able to complete the operation, please try again in a few minutes. If you see this message repeatedly, contact your administrator.
    Solution:
    For error 1, follow these instructions:
    a. Create a new domain account DOMAIN\myApp_Admin
    b. add DOMAIN\myApp_Admin to local admin group
    c. add DOMAIN\myApp_Admin to Farm Administrators group
       Central Admin site --> Site Settings --> People and groups
       Add DOMAIN\myApp_Admin
    For error 2 & 3, follow these instructions:
    1. Grant DOMAIN\myApp_Admin accont a sysadmin server role on SQL server
    2. Open SharePoint Power Shell and execute Add-SPShellAdmin <DOMAIN\myApp_Admin> command.
    3. Grant DOMAIN\myApp_Admin a db_owner rights to web application Content database that you would like to use for debugging SharePoint 2013 app.
    4. Make sure following roles are assigned for SharePoint_Config database
       SharePoint_Shell_Access
       SPDDataAccess
       public
    5. Make sure following roles are assigned for SharePoint_Content database
       db_owner
    5. Make sure following roles are assigned for SharePoint_AdminContent database
       public

  • Multiple errors opening up a App for Sharepoint in VS2013

    I have every pre-requisite installed on my Server 2008 R2 VM.
    I launch VS2013, I have added my Azure web site and I have logged into my o365 account successfully. When I create new Project, App for SharePoint, the solution opens up in VS and I immediately get 5 errors:
    Error 1 The type or namespace name 'SharePoint' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\Users\administrator.SHAREPOINT\documents\visual studio 2013\Projects\SharePointApp1\SharePointApp1Web\Controllers\HomeController.cs 1 17 SharePointApp1Web
    Error 2 The type or namespace name 'SharePointContextFilter' could not be found (are you missing a using directive or an assembly reference?) C:\Users\administrator.SHAREPOINT\documents\visual studio 2013\Projects\SharePointApp1\SharePointApp1Web\Controllers\HomeController.cs 12 10 SharePointApp1Web
    Error 3 The type or namespace name 'SharePointContextFilterAttribute' could not be found (are you missing a using directive or an assembly reference?) C:\Users\administrator.SHAREPOINT\documents\visual studio 2013\Projects\SharePointApp1\SharePointApp1Web\Controllers\HomeController.cs 12 10 SharePointApp1Web
    Error 4 'System.Web.Mvc.Controller.User' is a 'property' but is used like a 'type' C:\Users\administrator.SHAREPOINT\documents\visual studio 2013\Projects\SharePointApp1\SharePointApp1Web\Controllers\HomeController.cs 15 13 SharePointApp1Web
    Error 5 The name 'SharePointContextProvider' does not exist in the current context C:\Users\administrator.SHAREPOINT\documents\visual studio 2013\Projects\SharePointApp1\SharePointApp1Web\Controllers\HomeController.cs 17 29 SharePointApp1Web
    I can fix error 1 by manually adding the reference but the others I can't, no matter how many pre requisite exe/msi I re run.
    Can anyone help?

    Hi,
    Installed the following prerequisites to solve the problem:
    ◾Turn on "Windows Identity Foundation 3.5" in Windows Features
    ◾Installed "Windows Identity Foundation 4.0 (sic) SDK" from MSDN
    ◾Installed ASP.NET Web Tools Refresh for Visual Studio 2013 Preview
    ◾Installed SharePoint 2013 Client Components SDK
    ◾Run Visual Studio as Administrator!
    Here is a blog with the similar issue for your reference:
    http://alexduggleby.com/tag/sharepoint/
    Best Regards,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • There were errors installing the software

    Mac Mini G4 1.25GHz / 512MB / 40GB / Combo / Modem.
    Ser: YM6***TAB
    <Edited by Moderator: Personal Info - Please See Terms of Use>
    Originally Mum's Mini was "doing strange things", so I had to drive 150 miles to try to sort it out.
    First I downloaded AppleJack and tried it out on my own G4 Tower before heading north to visit Mum. Applejack installed OK from my USB memory stick.
    Unfortunately, it didn't occur to me to take a spare keyboard and I was unable to get her Mac Mini (with a miniature keyboard) to respond to any key presses at start-up, which foiled all attempts to use AppleJack or even single user mode!
    However, I was able to use DiskWarrior and it found several corrupted files on the Hard Drive, which it claimed (after two attempts) were repaired. I then "repaired permissions" and ejected the DiskWarrior disc. Then I had the bright idea of going to "Software Update" in the Apple Menu. This downloaded the latest OS10.4.11 and started to install it. After 20 minutes it reported that there was a "problem with installation" and I should reboot and try again, which I did, with the same result. So then I had the amazingly bright idea of erasing the drive and installing 10.4 from the original DVD. This got several minutes into the procedure before reporting a problem. "There were problems installing the software".
    I gave up at that point, left Mum my iBook to use and brought the Mac Mini home.
    I was able to boot it up from an external Firewire HD, which contained a clone of the boot drive from my own G4 Mac Mini. It seemed to work OK so I tried the Tiger installation DVD again. It failed as before but I was able to save the Crash Log onto the Firewire Drive and you can view it here:
    http://www.amstard.co.uk/temp/OSInstallCrashLog.txt
    (I hope this means something to somebody! The way I interpret it is that it installed a file then discovered that file was corrupted?)
    I used Prosoft "Drive Genius" to erase the internal Hard Drive again and it reported that all was well. But I still couldn't install the OS.
    After that, I couldn't even get the Mac Mini to boot from the external Firewire drive. It just produces a black oblong on a gray screen with a stalled "cog wheel". Here's a photo that I took:
    http://www.amstard.co.uk/temp/screenphoto.jpg
    There is nothing connected except the standard USB keyboard and mouse at this point and the external Firewire drive.
    It does boot up with the generic Tiger installation DVD. I can run Disk Utility, which reports no errors on the Hard Drive. But it fails when I try to install the OS 10.4 with an error message "There were problems installing the software" (generic OS10.4 installer) or "There were errors installing the software" (original Mac Mini OS10.4 installer).
    I have fitted a new 120GB drive and replaced the RAM. The OS still fails to install on the newly formatted drive. The Apple site suggests a firmware update for this error message but doesn't list one for the Mini.
    I have tried installing OS10.4 from the original Mac Mini installations discs and from a generic 10.4 installer. Both give the same "There were errors installing the software" message.
    I have "zapped the PRAM" without making any difference to this symptom.
    I have tried doing the simplest installation without any additional fonts, language translators or bundled software.
    Any suggestions - apart from "scrap it!"?
    Martin (UK)

    It does boot up with the generic Tiger installation DVD. I can run Disk Utility, which reports no errors on the Hard Drive. But it fails when I try to install the OS 10.4 with an error message "There were problems installing the software" (generic OS10.4 installer) or "There were errors installing the software" (original Mac Mini OS10.4 installer).
    I have fitted a new 120GB drive and replaced the RAM. The OS still fails to install on the newly formatted drive. The Apple site suggests a firmware update for this error message but doesn't list one for the Mini.
    I have tried installing OS10.4 from the original Mac Mini installations discs and from a generic 10.4 installer. Both give the same "There were errors installing the software" message.
    Since this is an original G4 mini, there is no reason at all that any full retail 10.4 installer, or the original MacOS installer that came with the mini would not work. Later minis, released after Tiger's release date were in some instances unable to boot from the early versions of the Tiger retail installer because 10.4.0 or 10.4.1 pre-dated the versions those minis came supplied with, but clearly that isn't the case with your system.
    If you are certain that the MacOS install disk you have is the one that original one that came with the mini (which should be a late version of MacOS 10.3.x), then the only obvious thing to check is that you have correctly partitioned the drive (it should be partitioned in the Apple Partition Map scheme, and then formatted as MacOS Extended (Journalled). If those parameters are met and you continue to get the error from a valid installer for that system, then the potential causes narrow to such things as defective install disks (unlikely since you have tried more than one), defective optical drive unlikely because you can boot from the install disk using the drive), or defective logic board/disk controller - which is a distinct possibility since it's possible that was responsible for the first drive failure (or the indications of failure).
    Boot the system using the original MacOS installer and using Disk Utility, set the new internal drive up again with the APM partitioning and MacOS Extended (Journalled) formatting, then immediately run the 'Repair Disk' tool on it to make sure the drive is being read and written correctly. Then performa PMU reset (instructions below) to ensure that the failure to boot from the external FW drive is not a simple matter of dropped FW port. On rebooting with your FW drive connected, hold the Option key down to see if the system then recognizes your external drive. If it does, select it and attempt to boot from it.
    With luck that will give you a working system, booted from your external, at which point I would then see if it's possible to clone your external to the new internal drive, rather than attempt a reinstall from the MacOS installer.
    On the face of it there should be no reason that would not work since by booting from the MacOS installer you basically show that the system is sound and the optical drive is working. By partitioning and formatting the internal drive and getting a clean bill of health from the repair disk tool, you show the drive and disk controller are OK. That doesn't leave much else to be at fault!

Maybe you are looking for

  • BI-IP:Derived characteristic overwritten again within copy planningfunction

    Dear all, I have an issue using planning function "copy". I am using this planning function to copy my planned data within the real time infocube chaning the plan version from 1 to 2 within my realtime infocube. In my realtime infocube, i have a char

  • What are the pro/cons of reformatting a 32GB SD card from FAT32 to Mac OS Extended?

    Advantages/Disadvantages?  I am using the card to store large media files (video, etc)  Thank You!

  • Creation of summarization data for PA report

    Dear experts, I am facing the following problem with PA. I am trying to create a report using KE30, which will utilize summarization data. I then use KE3Q to run this in the background using only one period. Despite what ever I do, after some hours t

  • Get Exception Information from RFC Response Message

    Hi All, I want to make RFC call from ABAP system to XI RFC Adapter. I found that on the caller side, the RFC has the following interface for RFC exception. Exception __Name __Text __Message ____ID ____Number __Attributes ____V1 ____V2 ____V3 ____V4 C

  • Creating OVS for a field

    Hi All , I am trying to add the OVS for a particular field in my web dynpro application and for this I have done the folllowing: 1. I added the component WDR_OVS to my component interface. 2. I then added the following to my component controller OVS