Cannot load shared 'project' in Windows Universal app after upgrading to Azure SDK 2.6

I've just installed the
April 2015 release of the Azure SDK. It is version 2.6 and previously I was on 2.5. Now one of my projects will not load. It is the shared project in a Windows Universal application.
When I right-click the project and choose 'reload' I get the pop-up error 
> The method or operation is not implemented
The output window gives more detail:
> Things.Shared.shproj : error  : The composition produced a single
> composition error. The root cause is provided below. Review the
> CompositionException.Errors property for more detailed information.

> 1) No exports were found that match the constraint: 
> ContractName
Microsoft.VisualStudio.ProjectSystem.References.IBuildDependencyProjectReferencesService
> RequiredTypeIdentity
Microsoft.VisualStudio.ProjectSystem.References.IBuildDependencyProjectReferencesService

> Resulting in: Cannot set import
> 'Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService.ProjectReferencesService
> (ContractName="Microsoft.VisualStudio.ProjectSystem.References.IBuildDependencyProjectReferencesService")'
> on part
> 'Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService'.
> Element:
> Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService.ProjectReferencesService
> (ContractName="Microsoft.VisualStudio.ProjectSystem.References.IBuildDependencyProjectReferencesService")
> -->  Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService

> Resulting in: Cannot get export
> 'Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService.WireUp
> (ContractName="Microsoft.VisualStudio.ProjectSystem.ConfiguredProject.AutoLoad")'
> from part
> 'Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService'.
> Element:
> Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService.WireUp
> (ContractName="Microsoft.VisualStudio.ProjectSystem.ConfiguredProject.AutoLoad")
> -->  Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService
The other parts to the Windows Universal app (the Windows 8.1 project and the Windows Phone 8.1 project) have two Azure NuGet packages installed: Windows Azure Mobile Services 1.3.2 and Windows Azure Storage 4.3.0. (N.B. Those two projects load without issue.)
This is not a show stopper for me since uninstalling the Azure SDK 2.6 removes the load failure. To uninstall I go via the Control Panel to 'uninstall or change a program' and then uninstall Microsoft Azure Tools for Microsoft Visual Studio 2013 - v2.6
I would like to know how to fix this without uninstalling the Azure SDK 4.6.

Hi
Have the same problem and waiting for an answer also.
Code is like a box of chocolates!...

Similar Messages

  • Safari cannot let jsp file open in other apps after upgraded to iOS 5,  any help ?

    Safari cannot let .jsp file open in other apps like adobe reader, ibooks, Goodreader, after upgraded to iOS 5,  any help ?

    I have the same issue.  Does anyone help to advise?
    Thanks
    Patrick Lee

  • How to add assembly reference in Window Universal App project?

    Hello All,
    Thanks for reading my question. I'm migrating a Windows Phone project into the new universal environment, but I'm missing a place to add the assembly reference for the code. One instance that is, I'm using System.Net.Sockets, but it says "Sockets does
    not exists in the namespace 'System.Net' (Are you missing an assembly reference?)". So do the case of Background.
    In the old version, I can add the reference from right click on the "References" from the Solution Explorer, but it is not working in the Universal one.
    Appreciated all your comment and support.
    Vincent

    Hi,
    Visual Studio Unit Testingforum is to resolve visual studio unit tests issues. Your issue is about you can’t
    an assembly reference in universal app after you migrated a windows phone project to an universal environment, it is not in our scope, I suggest you to consult on Windows and Windows Phone apps forum:
    http://social.msdn.microsoft.com/Forums/en-US/home?category=windowsapps for better support.
    Thanks,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Cannot load driver COM.ibm.db2.jdbc.app.DB2Driver

    Hi ,
    I need help on this matter and will really appreciate.
    I have installed Jdeveloper 11g and Weblogic 11gR1 on windows. I am trying to configure my weblogic server for JDBC-Datasourse to connect to DB2 and get this error.
    cannot load driver COM.ibm.db2.jdbc.app.DB2Driver
    This is how my classpath and path looks
    classpath :.;C:\Program Files\JDEdwards\BPMBroker\JRE\1.3\lib\ext\QTJava.zip;C:\Program Files\Java\jdk1.6.0_20\lib\tools.jar;C:\Program Files\Java\jdk1.6.0_20\lib\dt.jar;C:\Program Files\Java\jre6\lib\rt.jar;C:\Sun\db2java.zip;C:\Sun\COM\ibm\db2\jdbc\app\DB2Driver.class;C:\Program Files\IBM\WebSphere\AppServer\derby\lib\deprecated\db2jcc.jar;C:\Program Files\IBM\WebSphere\AppServer\derby\lib\deprecated\db2jcc_license_cu.jar;
    path : C:\Program Files\Java\jdk1.6.0_20\bin;C:\Sun\db2java.zip;
    I don't know what to do and everytime i try to test my connection i get this error .
    Please help.
    Thank you

    I added Driver Classname =com.ibm.db2.jcc.DB2Driver
    and now it no longer gives me cannot load driver COM.ibm.db2.jdbc.app.DB2Driver.
    But now i am getting
    Execution failed due to a distribution protocol error that caused deallocation of the conversation. A DRDA Data Stream Syntax Error was detected. Reason: 0x1 DB2ConnectionCorrelator: null
    com.ibm.db2.jcc.b.cb.l(cb.java:1207)
    com.ibm.db2.jcc.b.cb.c(cb.java:357)
    com.ibm.db2.jcc.b.cb.v(cb.java:1440)
    com.ibm.db2.jcc.b.db.a(db.java:42)
    com.ibm.db2.jcc.b.b.e(b.java:1165)
    com.ibm.db2.jcc.b.b.b(b.java:1090)
    com.ibm.db2.jcc.b.b.q(b.java:925)
    com.ibm.db2.jcc.b.b.a(b.java:665)
    com.ibm.db2.jcc.b.b.a(b.java:654)
    com.ibm.db2.jcc.b.b.<init>(b.java:293)
    com.ibm.db2.jcc.DB2Driver.connect(DB2Driver.java:165)
    com.bea.console.utils.jdbc.JDBCUtils.testConnection(JDBCUtils.java:505)
    com.bea.console.actions.jdbc.datasources.createjdbcdatasource.CreateJDBCDataSource.testConnectionConfiguration(CreateJDBCDataSource.java:450)
    sun.reflect.GeneratedMethodAccessor196.invoke(Unknown Source)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:597)
    org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:870)
    org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)
    org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)
    org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:306)
    Please help.
    Thanks

  • Is there any event in windows universal app (wp8.1&win8.1) that fires when screen locked and unlocked with in the app?

    Hi All,
    Is there any event in windows universal app (wp8.1&win8.1) that fires when screen locked and unlocked with in the app
    Right now, I am using this below mentioned event
    Window.Current.VisibilityChanged +=
    CurrentWindow_VisibilityChanged;, but it fires even when app relaunches.
    Please anybody help me to solve this issue.

    Thanks for your early reply. but, those are system triggers used in background task. I want an event that fires when screen gets locked. like this...(a networkstatuschangedevent)
    NetworkStatusChangedEventHandler
    networkStatusCallback =
    newNetworkStatusChangedEventHandler(OnNetworkStatusChange);

  • Libstdc++-libc6.1-1.so.2: cannot load shared object file:

    Greetings,
    I've just downloaded and installed Pervasive's jdbc driver and j2re-1_4_0-fcs-linux-i386.rpm, but when I try to run java:
    [admin@samba-two admin]$ /usr/java/j2re1.4.0/bin/java
    Error: failed /usr/java/j2re1.4.0/lib/i386/client/libjvm.so, because libstdc++-libc6.1-1.so.2: cannot load shared object file: No such file or directory
    How can I fix this?

    Just had this problem in Mandrake 9.0 with jsdk1.4.1, Same as RedHat 8.0 and 7.x.
    On the RPMS section of Disc 1 (I imagine the same for Red Hat) look for the RPM libstdc++2.x.y.rpm (I am not sure what xyz are, the 2 is the key) The other libstdc++5.x.y.z.rpm's are already installed.
    Install this RPM and it installs the proper libraries. (as root)
    rpm -iv libstdc++2.x.y.rpm In fact Forte4 doesn't even even boot as it uses this lib for the splash screen.
    Netscape 7 also needs this library.

  • JRE 1.4.0 on RedHat7.1. - error... failed... cannot load shared object file

    I just installed JRE 1.4, but it doesn't work:
    failed /usr/java/j2re1.4.0/lib/i386/client/libjvm.co, because libstdc++-libc6.1.1.so.2: cannot load shared object file: no such file or directory
    When i check:
    ls /lib/libc-*
    /lib/libc/libc-2.2.2.so
    What files should I install to get it work?
    Thank you.

    The best way to explain this problem is JRE 1.4.0 is execting an old shared object for libstdc which had been updated in Redhat 7.2. Since, the functionality in libstdc should still exist in the newer version of libstc I simply made a symbolic link pointing to the current version of libstdc to satisfy JRE 1.4.0.
    ln -s /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so /usr/lib/libstdc++-libc6.1-1.so.2Hope this helps.
    steve

  • Oracle 9.i - SQLPLUS libodm9.so - cannot load shared object file

    I am receive this error when I try to run sqlplus as any other user other than the user who installed the distribution:
    libodm9.so: cannot load shared object file file does not exist.
    Anyone have any ideas?
    -Jim Wartnick
    [email protected]

    I did have my LD_LIBRARY_PATH exported. The funny thing about this is that it works for one user (the user that installed the distribution), but nobody else. This is pretty bizzare. I tried to relink Oracle and received all of the similar errors that everyone else did (GLIBC22 errors). One person said to UPGRADE my binutils, I did this and am still having problems. I think I will wait for Oracle to certify the thing. It's nice to know that some things with Oracle never change. They can release a production piece of software that doesn't work. Pretty typical.
    null

  • I cannot download or updates any apps after upgrading the newest ios .. it show offers In-Apps Purchase... anybody can help me ?

    i cannot download or updates any apps after upgrading the newest ios .. it show offers In-Apps Purchase... anybody can help me ?

    This is happening to me too. I'm looking for anyway to fix this its getting very annoying not being able to update apps.

  • Problem with some apps after upgrade to 5.1 (can I downgrade it to 5.0 ??)

    Dear all,
    I'm experiencing some problems with apps after upgrading to 5.1, some of them just got stucked or not even start up. Is there a way of fixing this or downgrade to 5.0 ??
    Thanks

    you cannot downgrade, sorry.

  • How to remove app after upgrade to os 6 on iphone 4s

    I cannot get the apps to show the removal x to get rid of an app after upgradeing to the new os 6 on my iphone 4s

    DELETING APPS
    Touch the app and hold your finger down until all the apps start to jiggle. You will see a circled "x" in the upper left corner. Tap it to delete an app. When done press the Home button.
    You cannot delete any pre-installed iOS app.
    If there is No 'X' on any apps you have Downloaded... then check in Restrictions... Settings > General > Restrictions > Deleting Apps  =  Off / On
    If the app is in iTunes, then you delete the app in iTunes (Select the App and Press Delete on your Keyboard). If you then sync with your iDevice, the app will also be deleted from your iDevice.

  • I can't update my apps after upgrade to iOS 6...?

    I can't update my apps after upgrade to iOS 6

    Are you sure you have a proper Internet connection? Make sure your iPod is connected to your computer, and you have an Internet connection.
    Don't even get me started on the iPod Touch 5G, I actually own an iPod Touch 4G, and I've considered a lot about if I should get the new one. At first look, you might be sold by the features Apple has on their iPod Touch page. It has a taller screen that's a 4-inch Retina Display, has a much better camera with a flash, and comes with iOS 6 preinstalled with Siri. But the real breakthrough comes with the new connector. It's called Lighting, and it's much smaller. But if you have a dock connector that comes with some cars, and maybe a set of speakers or docking stations as alarm clocks, I encourage you not to get the new one. The usage of your old connectors requires a $30 adapter, which is a ridiculous price. And who knows how secure the adapters will be with your docking stations? I personally think Apple has crossed the line. If they are to put a new connector with their new products, they should ship with an adapter in the box, at least at first. This is why I strongly encourage you NOT to get the new 5th generation iPod Touch.
    Sorry if I went a little off-topic there, but I wanted to get my point across. For your updating to iOS 6, I reccommend you check out other discussions in the support comunity, and see what other contributors have to say. Or go on Google and search your error messages, possibly someone might've already went through the same problem as you did. I really hope this helped!

  • I can't find some installed apps after upgraded to iOS6.0.1 by sync from iTunes

    I can't find some of installed apps after upgraded to iOS6.0.1 by sync fom iTunes. when i try to download them from app store again, it shows OPEN button only but not INSTALL button. is there anyone got this problem too?
    I use iPhone 4s.

    thanks for ur reply, i tried restart my phone, the most used apps back now. anyway, thank u!
    sberman wrote:
    If you know where the app is (in a folder, for example), go to that folder and find the app there.
    Maybe you tried holding the app down in the search screen.  I didn't say clearly you have to go to the app eherever it is, but not in the search screen.

  • Lost campass apps after upgraded to ios7

    I lost the compass , stocks apps after upgraded, how can I install it back?
    Ipad2

    All your apps should be in your itunes media library, sync your phone to itunes.
    Or directly from your phone - app store - update - purchase - all or not on this phone - hit the cloud next to the app you want to download.

  • HI! I am using iTunes with Windows 7 64bit.after upgrading itunes  to 10.5.2.11 it opens only once. If i close it, then it will not open again.the only way to open itunes is by disabling the APSDaemon.exe from the task manager.please help!

    HI! I am using iTunes with Windows 7 64bit.after upgrading itunes  to 10.5.2.11 it opens only once. If i close it, then it will not open again.the only way to open itunes is by disabling the APSDaemon.exe from the task manager.please help!

    Refer this article to reset Winsock to it's default.  Your PCTools may have inserted LSP.
    http://support.apple.com/kb/TS4123?viewlocale=en_US
    After reset and restarting windows, you may get a prompt to remap LSP, click no.

Maybe you are looking for