Help with Apps not loading

After loading the latest iphone version, my apps wouldn't load, so I put back to factory settings and started again...now none of the apps will install on the phone, because I am not authorized for them on this computer , I have tried de-authorizing the computer, rebooting and re authorizing, then syncing again, nothing works

Same here. As per apples instructions you have to authorize each id you have. I have 2, one as a developer and one regular. I accidently installed an app under the developer id. I want to track these apps under my regular id and switched the phone and itunes over to the other id. Now nothing works. 

Similar Messages

  • Help with Could not load file or assembly 'msshrtmi' or one of its dependencies. An attempt was made to load a program with an incorrect format.

    This was all working yesterday, but this morning, I cannot run in the dev fabric, or even setting the website project as a startup project directly, I get the following error:
    Could not load file or assembly 'msshrtmi' or one of its dependencies. An attempt was made to load a program with an incorrect format.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.BadImageFormatException: Could not load file or assembly 'msshrtmi' or one of its dependencies. An attempt was made to load a program with an incorrect format.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'msshrtmi' could not be loaded.
    === Pre-bind state information ===
    LOG: User = Andrew-VAIO\Andrew
    LOG: DisplayName = msshrtmi
    (Partial)
    WRN: Partial binding information was supplied for an assembly:
    WRN: Assembly Name: msshrtmi | Domain ID: 3
    WRN: A partial bind occurs when only part of the assembly display name is provided.
    WRN: This might result in the binder loading an incorrect assembly.
    WRN: It is recommended to provide a fully specified textual identity for the assembly,
    WRN: that consists of the simple name, version, culture, and public key token.
    WRN: See whitepaper http://go.microsoft.com/fwlink/?LinkId=109270 for more information and common solutions to this issue.
    LOG: Appbase = file:///C:/Users/Andrew/Desktop/Beko2011Azure/Website/
    LOG: Initial PrivatePath = C:\Users\Andrew\Desktop\Beko2011Azure\Website\bin
    Calling assembly : (Unknown).
    ===
    LOG: This bind starts in default load context.
    LOG: Using application configuration file: C:\Users\Andrew\Desktop\Beko2011Azure\Website\web.config
    LOG: Using host configuration file:
    LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
    LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
    LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/Temporary ASP.NET Files/root/cb955b02/eef106e2/msshrtmi.DLL.
    LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/Temporary ASP.NET Files/root/cb955b02/eef106e2/msshrtmi/msshrtmi.DLL.
    LOG: Attempting download of new URL file:///C:/Users/Andrew/Desktop/Beko2011Azure/Website/bin/msshrtmi.DLL.
    ERR: Failed to complete setup of assembly (hr = 0x8007000b). Probing terminated.
    Stack Trace:
    [BadImageFormatException: Could not load file or assembly 'msshrtmi' or one of its dependencies. An attempt was made to load a program with an incorrect format.]
    System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +0
    System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +39
    System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection, Boolean suppressSecurityChecks) +132
    System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +144
    System.Reflection.Assembly.Load(String assemblyString) +28
    System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +46
    [ConfigurationErrorsException: Could not load file or assembly 'msshrtmi' or one of its dependencies. An attempt was made to load a program with an incorrect format.]
    System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +618
    System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +209
    System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +130
    System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +178
    System.Web.Compilation.BuildManager.GetPreStartInitMethodsFromReferencedAssemblies() +94
    System.Web.Compilation.BuildManager.CallPreStartInitMethods() +332
    System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException) +677
    [HttpException (0x80004005): Could not load file or assembly 'msshrtmi' or one of its dependencies. An attempt was made to load a program with an incorrect format.]
    System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9079228
    System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +97
    System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +258
    Note that the dev machine is x64 Win7.
    I have not tried deploying this to staging since the issue started as I'm a bit nervous of touching the staging/live environment until this is solved.
    Removing the PlatformTarget element from the project file has no effect
    Removing the msshrtmi.dll file from the bin directory of the website project ends up with 
    'Could not load file or assembly 'Microsoft.WindowsFabric.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified'
    I have used Git to revert to the last working build to no effect (But I don't have the obj/bin folders in GIT), but it has atleast reset the project files etc.
    If I return msshrtmi.dll to the bin folder and switch the model and website projects to x64 there is no change
    If I switch both to x86 then I get an error Could not load file or assembly 'BekoModel2011' or one of its dependencies. An attempt was made to load a program with an incorrect format.
    which is the model project - presumably because to run on my x64 machine I need the 64bit version?
    I really need to be able to debug and then publish some changes ASAP.
    Andrew

    Hi,
    Is it true that you're using IIS to host the application? Could you check whether the process is x64 or x86 one via task manager or config in IIS manager?
    http://blogs.msdn.com/b/rakkimk/archive/2007/11/03/iis7-running-32-bit-and-64-bit-asp-net-versions-at-the-same-time-on-different-worker-processes.aspx
    Allen Chen [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Trouble with apps not loading

    I have two game apps that I have been playing for awhile that now will not load. They are from different creators and other games from the same creator work. I have cleared cache's but just can't seem to find an answer.  I've searched the web with no luck either.
    Any suggestions or ideas what is going on?

        Greetings dolfinjp!
    I know I've got a couple of go-to games whenever I'm on my phone so getting you back in the match is extremely important.
    At this point, I'm really glad to learn you've started by clearing cache as a form of troubleshooting. That's something I would have taken you through originally so let's go elsewhere. Another option you may wish to take all together is uninstalling and then re-installing the apps. Usually, that tends to do the trick. Ultimately through, given that the issue is with individual apps (as we know others are working), this is likely something you may need to escalate to the developer. Still, I'm hoping this will get you up and running.
    EvanO_VZW
    Follow us on Twitter @VZWSupport

  • Help with images not loading

    My Flash page is supposed to load images from Photobucket.
    However, the images are not loading. I've checked two things to see
    if they have an effect:
    1) Whether Photobucket has a policy file (crossdomain.xml) to
    allow external access. It does.
    2) Changing the allowScriptAccess parameter to "always".
    Here's the HTML page where the Flash file is being used:
    http://www.geocities.com/mikehorvath.geo/legopanotour.htm
    The page works fine on my harddrive. I'd appreciate any help.
    -Mike
    [edit]
    Duh! I didn't properly understand the purpose of policy
    files. The domain of my own site's server needs to be listed in
    Photobucket's policy file. Please ignore this message.

    same damn problem I am probably having...When using IE and
    deleting temporary internat files it disables/corrupts/removes
    proper function of the adobe flash player....You can reinstall all
    night long and it will claim a "successful" installation but, it is
    not....YOU MUST FIRST UNINSTALL ADOBE FLASH PLAYER USING THE ONLY
    TOOL THAT WILL DO THIS WHICH IS THE FLASH PLAYER UNINSTALLER FROM
    THE ADOBE WEBSITE....BE SURE AND SAVE IT BECAUSE YOU WILL BE USING
    IT FOREVER.....Once you have used the uninstaller program you can
    then sucessfully and truthfully download the latest adobe flash
    player.......WILL SOMEBODY FROM ADOBE FIX THIS!........
    Adobe
    Uninstaller at bottom of page

  • Help with app down loads

    hello all new here ..lets hope someone can help .
    i have a bb 8300 curve on vodafone  uk.
    but when i try and download rim or 3rd part app i get a message saying
    the   IT policy dose not allow downloading third-pary applications
    BUT I DO NOT HAVE AN IT DEPARTMENT
    but i bought the phone my self .. and work has not got my e.mail address ...???
    ALL I WANT IS TO BE ABLE TO DOWNLOAD   FACEBOOK  ECT ..
    THANKS   DAVE

    ok sounds like your bb used to be on a BES
    goto 'options' and 'about' check what version of software is on your device... 3rd line down v4.x.x.x
    you will need to download and install Desktop Manager 4.7
    DTM w/ Media Manager or DTM w/o Media Manager
    make a backup
    click on 'start' and 'run'
    type in 'cmd'
    in the black screen type "cd c:\program files\common files\research in motion\apploader" no quotes and press 'enter'
    you will then be in that directory
    next type "loader.exe /resettofactory" no quotes and press 'enter'
    after the appload resets your device and reboots
    you can go back and check to see if the IT Policy has been removed
    then you can restore your backup

  • Need major help with websites not loading...

    So I have done what I think is everything... some websites just don't load... they tell me... that the server dropped the connection or that it timed out.
    So, I've worked with my dsl provider and they even came out with a computer (PC) and the websites seemed to have worked for them. I reloaded the operating system... nothing seems to be working... I even tried to browse with the firewall not on. Help. Please... I need to call Applecare again but this is making me crazy...

    Hi there!
    I agree with Al Van, you should post a couple of URLs for all to check out. You should also give a few more details, type of browser and type of connection (wireless or ethernet).
    Here's a good link to check on your connection speed and quality of connection: http://myspeed.visualware.com/ - this uses Java, if you have difficulty with this link post back.
    I surf the web with both a Mac and a PC and have never had problems loading websites on either computer (unless they were offline). I occasionally will run into sites rendering differently on each computer. The problem you described "the server dropped the connection or that it timed out. " is a connection issue or your Mac is taking "too long" to gather info and rendering page...
    Post back with more details... Rick
    you can try this link: http://alertra.com/spotcheck.php to check if the sites you cannot reach are off line...

  • ITunes help page does not load

    Greetings,
    Ever since updating to iTunes 10, the help page does not load. It's blank. If I click the home menu, I can switch to another app's help page just fine, but when I switch back to iTunes, it's blank.
    Also, if I enter a search term on the blank help page, it willreturn hits, but when I click on them, I again am left with a blank screen.
    BTW, the gear menu is a sticky menu (one click and it stays down) but the home menu I have to hold the mouse down. Not sure if that's normal behavior, but I thought I'd throw that out there too, just in case it's helpful.
    Help (with help)!

    It happens the same to me. But also when click in the topic link a warning shows up telling me I need internet connection to view that help topic.
    Of course I'm online and my connection works pretty well.
    I tried rebuild help files with Onyx but no help.
    Anyone resolved this issue?

  • Creative Cloude apps not loading

    I have two weeks trying to find a solution to the problem of Creative Cloude apps, because the apps not loading.
    Anyone can help me in my first language? Spanish?¿I tried doing all these recommendations on this forum, without making it works.
    I have the impression that many users with the same problem after the latest version of Creative Cloude.

    Mmarcetvillariezo have you utilized the steps listed in App doesn’t open | Progress wheel spins continually?  If so then what version of the Creative Cloud Desktop application do you have installed?

  • I still am having problems with Aperture not loading,  It just refuses to work, and I get the message saying it has encountered a problem, and I may need to re-install which I have done dozens of times. The fix mentioned on an earlier post wont work as it

    I still am having problems with Aperture not loading,  It just refuses to work, and I get the message saying it has encountered a problem, and I may need to re-install which I have done dozens of times. The fix mentioned on an earlier post doesn't work as it is for Ver 10.6.6 and I am running 10.6.7

    Do you have Final Cut installed on your machine?
    If so, you may want to look at this article: http://support.apple.com/kb/TS3528
    Let us know if that helps.

  • Apps not loading on Mac mini

    apps not loading on Mac mini
    had system 10.9  it was ok updated to 10.9.2 now apps do not load how can I fix this?
    Model Name:          Mac mini
      Model Identifier:          Macmini6,1
      Processor Name:          Intel Core i5
      Processor Speed:          2.5 GHz
      Number of Processors:          1
      Total Number of Cores:          2
      L2 Cache (per Core):          256 KB
      L3 Cache:          3 MB
      Memory:          4 GB
      Boot ROM Version:          MM61.0106.B03
      SMC Version (system):          2.7f1
      Serial Number (system):          C0*******WYL
      Hardware UUID:          572DFA82-74E6-5C85-A5C2-AAA6E8C4359D
    <Personal Information Edited by Host>

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
    SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
    View ▹ Show Log List
    from the menu bar at the top of the screen.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    ☞ The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    ☞ Some private information, such as your name, may appear in the log. Anonymize before posting.

  • When attempting launch of photoshopcc,I get a box with "could not load the MMX core routines module because it does not work with this version of PS... what does this mean and how do I correct it?

    when attempting launch of photoshopcc,I get a box with "could not load the MMX core routines module because it does not work with this version of PS... what does this mean and how do I correct it?

    I did a search on my system and found the Photoshop has a fastcore plug-in.  Creative Cloud includes a subscription version of CS6 version 13.1.2.   I do not know if you installed that or not.  The cc un-install may have done something.  You may need to use Adobe Cleaner then Install The Perpetual CS6 version of Photoshop  CS6 version 13.0.6 Mac or Photoshop  CS6 version 13.0.1.3 PC and not the subscription CS6 extended version 13.1.2.  Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6   If you need to download the CS6 installer Download CS6 products.
    You may also be able to recover your cs6 using an old system backup
    fastcore.8bx on my system...

  • Hi guys, need your help with iCloud notes on Mac 10.7.5; I've found this feature's more useful comparing with stickers, however can't pin notes to desktop or dock, "double click"on the note doesn't work with this version of software.

    Hi guys! Need you help with iCloud Notes on Mac Pro 10.7.5. I've found this apllication more useful comparing with "stickers", however can't pin it to desktop or dock. Thanks a lot in advance!

    Hi guys! Need you help with iCloud Notes on Mac Pro 10.7.5. I've found this apllication more useful comparing with "stickers", however can't pin it to desktop or dock. Thanks a lot in advance!

  • Help with App-World PLEASE

    I bought a second-hand Blackberry Curve 8520 today, and called my provider, Virgin asking them if they could help with App-World, they left me on hold for nearly 30 minutes so I hung up. I have got my BBM sorted, but when I try to use the App World it says that it is having trouble connecting to the Blackberry App World Server and that I should verify my network connections. I have no idea what this means and really need help.
    Thank you

    Sorted it now

  • Why would apps not load when downloaded -freeze onto desktop and just sit there?

    Why would apps not load -after being downloaded> They just freeze onto the desktop in a suspended animation .

    Reboot it

  • Webdynpro apps not loading properly with Citrix

    Hi All,
             We are trying to access a Webdynpro application through Citrix.
    The problem is the Java Webdynpro screen elements are not loading properly. For example, UI elements like table, drop-downs, buttons etc., don't show up or get rendered properly at all.
    I ran an HTTPTrace which captured multiple Http 405 errors. eg.,:
    Method  Result Type  URL
    POST    200   text/html; charset=UTF-8 http://server.domain.com:51581/webdynpro/dispatcher/...../GoodsIssue/GoodsReceipt?sap-wd-cltwndid=WID1206471028655&sap-ext-sid=4hv3xC6_mdzX1aSHtBcKmw_fW1zK6V1zBJY25ukbe0eg&sap-wd-norefresh=X&sap-ep-version=7.00.200708120253
    GET   405   text/html; charset=utf-8     http://server.domain.com:50500/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal/...../common/emptyhover.html
    GET   405   text/html; charset=utf-8     http://server.domain.com:50500/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal/..../common/emptyhover.html
    GET   405   text/html; charset=utf-8     http://server.domain.com:50500/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal/...../ur/ur_ie6.css
    Any idea what causes this HTTP error: 405.
    Warm Regards,
    Roopesh

    Hi
    see the below link,it will be helpful for u.
    [|http://help.sap.com/bp_epv260/EP_EN/documentation/How-to_Guides/31_HowToIntegrate_WDApp_EP6.pdf|http://help.sap.com/bp_epv260/EP_EN/documentation/How-to_Guides/31_HowToIntegrate_WDApp_EP6.pdf]
    Edited by: Hazrath on Apr 1, 2008 6:56 AM

Maybe you are looking for

  • How do I transfer a pdf to my iPad?

    I am running iOS 8.1.2 and in my iMac I have iTunes version 12.0.1 and iBooks 1.1.1 (on my mac) I have searched and searched for RECENT information on this topic. None of what I have found so far works. I have a .pdf in iBooks on my iMac - I want it

  • While my MM gye uploading the goods recipt it is saying like

    Please look it below mentioned error during the time of goods movement posting as discussed previously. So what best solution is possible and please do the needful. I am unable to work on inventory management and warehouse management on SAP-IDES due

  • Output Not refreshed

    Hello Its the same component problem Now basically everything works but, now when i preview my component the output array appears in the data grid however wen i change the filter with a button it does not change i checked my output array with an aler

  • How to change the name in the "To" field in Mac Mail

    My Mail program along with Address Book often put the names of both spouses in the "To" field of an outgoing message when I want, for example, to send an email to just one of the spouses.  How do I change Mail or Address book so that only one spouse

  • Link TADIR and E071

    Hi, I need to link E071-OBJ_NAME (Object Name in Object List) with TADIR-OBJ_NAME (Object Name in Object Directory). Can anyone please suggest the link table for the two object names (as in object list and other in object directory). Thanks in advanc