Search Unity

TypeLoadException: Could not load type ...

Discussion in 'Unity IAP' started by Danbolp, Sep 17, 2017.

  1. Danbolp

    Danbolp

    Joined:
    Feb 17, 2015
    Posts:
    49
    Hey guys, I stoped working on a project like 3 month ago and wanted to continue now.
    I didnt changed anything but now I get following error:

    Code (CSharp):
    1. TypeLoadException: Could not load type 'UnityEngine.Purchasing.RawStoreProvider' from assembly 'Stores, Version=1.0.6352.30263, Culture=neutral, PublicKeyToken=null'.
    2. UnityEngine.Purchasing.StandardPurchasingModule.Instance ()
    3. MyIAPManager.InitializePurchasing () (at Assets/Scripts/MyIAPManager.cs:66)
    4. MyIAPManager.StartIAP () (at Assets/Scripts/MyIAPManager.cs:48)
    5. MyIAPManager.Awake () (at Assets/Scripts/MyIAPManager.cs:36)
    6.  
    Any Clue?
     
  2. ap-unity

    ap-unity

    Unity Technologies

    Joined:
    Aug 3, 2016
    Posts:
    1,519