Presenter cannot find publisher 2010 on a PC running Win7?

Help please...Presenter cannot find publisher 2010, which is installed on my PC with WIn7 OS please advise

I can only respond to your original postings about Microsoft Publisher. Did you really mean Office? You threw us for a loop since we have no connection with Publisher!
If you have Microsoft Powerpoint 2010 32-it version installed, then Adobe Presenter 7.07 will install in trial mode. make sure you are using the Presenter Trial from this webpage:
http://www.adobe.com/products/presenter/
If you wanted to install the trial and you ran into this error, it usually means you used an older version of Presenter which did not support Office 2010. It also would occur if you installed MS Office 2010 64-bit version. Microsoft does not recommend end-users use the 64-bit version of Office. They recommend 32 bit Office. Please check that version.

Similar Messages

  • Trying to publish a slideshow with music on iCloud cannot find publish?

    Trying to publish a slideshow with music on iCloud cannot find publish?

    You must do this using the iPhoto app: http://support.apple.com/kb/PH14502

  • (Error) System cannot find the path specified

    I am getting a error of "The system cannot find the path specified when I try to run windows server backup utility on windows 2008 standard
    I have done a upgrade on one of my poweredge 2900 server from windows server 2008 standard to R2 Enterprise. Now I would like to push a backup from the 2008 standar to the enterprise and on the 2008 standard i am getting the error The system cannot find
    the path specified  when I run the backup utility. Please Help 

    Hi,
    Before going further, what's the specific error code?
    The following article provides information on Windows backup or restore errors 0x80070001, 0x81000037, or 0x80070003 and can be worth taking a look.
    Windows backup or restore errors 0x80070001, 0x81000037, or 0x80070003
    http://social.technet.microsoft.com/Forums/en-US/38953e87-52de-460a-a6a9-1865ee9ab3b1/error-system-cannot-find-the-path-specified?forum=windowsbackup
    Besides, the following thread also relates to the error "The system cannot find the path specified" and can be referred to for more information.
    Windows 7 backup "The system cannot find the path specified. error 0x80070003"
    http://social.technet.microsoft.com/Forums/windows/en-US/629597bb-7be0-455c-b81e-a149472d3f9b/windows-7-backup-the-system-cannot-find-the-path-specified-error-0x80070003?forum=w7itprogeneral
    Best regards,
    Frank Shen

  • Cannot find CFC

    All, I am receiving a CANNOT FIND CFC error when trying to
    run this app. This is my first Flex app and I am simply trying to
    bind a query result from a CFC to a datagrid.
    Here's my code. I have verified the CFC is there and works.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute" creationComplete="initApp();">
    <mx:Script>
    <![CDATA[
    import mx.controls.Alert;
    public function initApp():void{
    qryUsers.selectAll();
    [Bindable]
    public var myResult:Object;
    public function myMethodResult(event):void {
    myResult = event.result;
    ]]>
    </mx:Script>
    <mx:RemoteObject id="qryUsers" source="employees"
    destination="ColdFusion">
    <mx:method name="selectAll"
    result="myMethodResult(event)" />
    </mx:RemoteObject>
    <mx:Panel width="90%" height="90%" cornerRadius="5"
    title="Employee Phone List" horizontalAlign="center"
    verticalAlign="middle" horizontalCenter="3" verticalCenter="5">
    <mx:DataGrid x="10" y="10" width="100%" height="100%"
    id="employeeList" dataProvider="{myResult}">
    <mx:columns>
    <mx:DataGridColumn headerText="First Name"
    dataField="column1" />
    <mx:DataGridColumn headerText="Last Name"
    dataField="column2"/>
    <mx:DataGridColumn headerText="E-Mail"
    dataField="column3"/>
    </mx:columns>
    </mx:DataGrid>
    </mx:Panel>
    </mx:Application>

    I figure it's best to show the full sample as below. Notice
    that I scope private variables with the '_'... this you will
    appriciate as you get more advanced. I can't confirm the actual run
    of this as I do not have the cfc nor the database you have. Also,
    check those column dataFields.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute" creationComplete="initApp()">
    <mx:Script>
    <![CDATA[
    import mx.collections.ArrayCollection;
    import mx.rpc.events.ResultEvent;
    [Bindable] private var _myResult:ArrayCollection;
    private function initApp():void{
    qryUsers.selectAll();
    private function myMethodResult(event:ResultEvent):void {
    _myResult = event.result as ArrayCollection;
    ]]>
    </mx:Script>
    <mx:RemoteObject id="qryUsers" source="employees"
    destination="ColdFusion">
    <mx:method name="selectAll"
    result="myMethodResult(event)" />
    </mx:RemoteObject>
    <mx:Panel width="90%" height="90%" cornerRadius="5"
    title="Employee Phone List" horizontalAlign="center"
    verticalAlign="middle" horizontalCenter="3" verticalCenter="5">
    <mx:DataGrid x="10" y="10" width="100%" height="100%"
    id="employeeList" dataProvider="{_myResult}">
    <mx:columns>
    <mx:DataGridColumn headerText="First Name"
    dataField="column1" />
    <mx:DataGridColumn headerText="Last Name"
    dataField="column2"/>
    <mx:DataGridColumn headerText="E-Mail"
    dataField="column3"/>
    </mx:columns>
    </mx:DataGrid>
    </mx:Panel>
    </mx:Application>

  • VSTO 2010 Addin installed on Outlook 2007 Machine: Giving binding error - 0x80070002. The system cannot find the file specified (Fusion Log).

    Fusion log:
    The operation failed.
    Bind result: hr = 0x80070002. The system cannot find the file specified.
    Assembly manager loaded from: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\clr.dll
    Running under executable C:\PROGRA~1\MICROS~2\Office12\OUTLOOK.EXE
    --- A detailed error log follows.
    === Pre-bind state information ===
    LOG: User = XP-2007\Administrator
    LOG: DisplayName = Blue Jeans Outlook Addin, Version=3.0.233.24954, Culture=neutral, processorArchitecture=MSIL
    (Partial)
    WRN: Partial binding information was supplied for an assembly:
    WRN: Assembly Name: Blue Jeans Outlook Addin, Version=3.0.233.24954, Culture=neutral, processorArchitecture=MSIL | Domain ID: 2
    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:/Program Files/Blue Jeans/Outlook Addin/
    LOG: Initial PrivatePath = NULL
    LOG: Dynamic Base = NULL
    LOG: Cache Base = NULL
    LOG: AppName = OUTLOOK.EXE
    Calling assembly : (Unknown).
    ===
    LOG: Start binding of native image Blue Jeans Outlook Addin, Version=3.0.233.24954, Culture=neutral, PublicKeyToken=null.
    WRN: No matching native image found.
    LOG: IL assembly loaded from C:\Documents and Settings\Administrator\Local Settings\Application Data\assembly\dl3\LZMMEM67.CTT\397DNQ77.1W9\c337c5e7\0023f77f_891ed001\Blue Jeans Outlook Addin.dll.
    The required correct settings file is present in the location C:\Program Files\Blue Jeans\Outlook Addin but the .NET created user.config in AppData have wrong entries. The machine is installed with VSTO 2010 and .NET 4.0 Client Profile. Also the KB 976477 is
    already installed the registry entry EnableLocalMachineVSTO (KB 976811) is made. May someone please give me a clue on why the user.config file is created with wrong entries and also, why this assembly binding error happening?
    Thanks in advance.
    Prasad

    this might help:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/2601334c-d5cb-4f51-a99a-4d8ea9217938/userconfig-file-problem-after-upgrading-to-outlook-2010-from-2007?forum=vsto
    VSTO Word add-in user.config lost every update

  • While loading site collection in SharePoint 2010, Error shows "Could not find the file or assembly or one of its dependencies. The system cannot find the file specified."

    I have restored one web application in SharePoint Server 2010 from a different domain and  can complete successfully. Changed each users domain also to old to new one by using Move-SPUser. But While accessing the site collection it is showing an error
    that  "Could not load file or assembly 'A##.SP.Intranet, Version=1.0.0.0, Culture=neutral, PublicKeyToken=03b4f320ebedaffc' or one of its dependencies. The system cannot find the file specified."
    What may be the reason? Please help me to solve this issue since I am stuck up on this .
    Regards 
    Mine1981

    Hi Nico
    Martens,
    Thank you for your reply. But
    how can I find out the custom solutions in the source farm. I didn't got any other details regarding this farm other than WSS_Content, Web application Database, SharePoint_Config database back ups.
    Please help me to solve the
    issue.
    Regards
    Mine

  • Outlook 2010 - sending mail with attachment - "The system cannot find the file specified"

    Hi forum Fellows,
    I have the following failure scenario:
    1. A user receives an e-mail with an attachment.
    2. The user opens the attachment --> Forwards the mail and writes something in the body of the e-mail
    3. For whatever reason the user leaves the e-mail and works on something else --> the user comes back to the e-mail an hour or more later.
    4. The user then wants to send the e-mail but gets the following error message: "The system cannot find the file specified"
    5. The effect is that the user cannot send the e-mail.....
    ------------------------------ TROUBLESHOOTING -----------------------
    - I can see that when the user opens an attachment this attachment is saved in the OutlookTemp folder. Actually, there is a difference between opening the attachment before or after clicking forward on the e-mail.
    ---- Before: Two files is written to the OutlookTemp folder. For example if the attachment name is FileX.pdf - there will be a FileX.pdf but also a FileX (2).pdf in the folder (if OutlookTemp is empty/do not contain a file with the name FileX.pdf already)
    ---- After: Only one file is written to OutlookTemp. That is FileX.pdf
    - Running Process Monitor when trying to forward the e-mail I can see that Outlook is calling a file that is not in the OutlookTemp folder anymore.
    **** To me this is the heart of the issue. For some reason, when a user has an e-mail with an attachment open for an extended period of time (not sure on exactly how long is necessary), files in the OutlookTemp folder is deleted - files that Outlook is depending
    on to be there.
    - Going with a totally clean OutlookTemp folder does not help.
    ------------------ NOW WHAT ---------------
    - The question now is: Is this by design? Can it be fixed by some Outlook 2010 patch? Or perhaps a group policy/registry setting as a workaround.
    ------------------------------ TECH. INFO -----------------------
    Outlook 2010 v14.0.7132.5000
    Outlook bit depth: x86
    Running on a 2008R2 SP1 TS environment.
    No antivirus on the TS
    Looking forward to hear from you.
    Regards The Red Baron
    Red Baron

    Hello Red Baron,
    Although not a complete answer, the way to treat attachments in emails require some discipline:
    1. Never open an attachment directly from the email (and NEVER edit it from there). Always save it in a known location as the desktop or (better) in a designated document folder. Then you can proceed as usual, like editing the contents, printing, forwarding
    the new version etc.
    2. Directly forwarding the attachment is ok, along with additional text in the body of the email.
    3. Having any (unsaved) document open for several hours should
    never occur. What if there is a power outage?
    Bottom line is thus Discipline. This is regardless of Operating System (which might handle temporary files differently).
    These are the rules I teach my customers and they never leave any document unsaved for hours ...
    Best regards George

  • Exchange 2010 Rollup 2 SP3 update cannot find installation package exchangeserver.msi file on SBS 2011... NEED HELP!!!

    Hello,
    I am running a windows SBS 2011 standard system and there was currently an update for Exchange 2010 Rollup 2 Service Pack 3 and it keeps failing.  It says that it cannot find the installation package (exchangeserver.msi) and it is looking for it
    in E:\Software\Exchange2010-SP3-x64\ folder but there never was this folder.  There is only an Exchange2010-SP3-x64.exe file.
    The only exchangeserver.msi file that I find on the server any where is in C:\ProgramFiles\Windows Small Business Server\Bin\CMPNENTS\EXCHANGE14_SP1 but it won't accept it (says not authorized for this update or something alike).
    Please help.  It is currently causing issues with email.  Some of the features are not working because it says exchange is currently under maintenance.
    Any suggestions would be greatly appreciated.  Thank you.

    Susan you are correct:  After I installed Exchange 2010 SP3, I deleted the msi just to "clean up' my hard disk...  While trying to install Rollup 2 for SP3, the installer is trying to find it.  I downloaded the installer, used 7-zip to get
    the msi and I pointed the installer to it when asked.
    The installation failed 3 times... 
    NOTE: I was using WSUS to install the Rollup:  I downloaded the Rollup installer and I executed:  I could see where the installer was hanging up!  First it asked me to stop an SBS service and something else (sorry I do not remember), I stopped
    the services and installation continued.  Then it asked me for more files from the SP3 installation which I found on the installation folder that I created with 7-zip.  I copied to the path that the installer was looking and installation finished
    (finally!)...
    NOTE 2:  If you have any firewall appliance that denies Internet access to un-authenticated requests, you better turn that rule off because the installer accesses the internet (not sure why - probably for Dot Net assemblies)...
    Susan THANKS for all your help to the community!  You have helped so much! 
    All the Best
    Constantine

  • I use Microsoft Office Professional Plus 2010, when clicking a link in Outlook I always get a General Failure box stating 'The system cannot find the file specified' yet it still goes to the specified page. Any ideas on how to resolve this

    I use Microsoft Office Professional Plus 2010, when clicking a link in Outlook I always get a box stating
    General Failure. The URL was "http:// etc etc".The system cannot find the file specified.
    Yet it still goes to the specified page. Any ideas on how to resolve this

    I am having the exact same problem with Windows 7 Professional. Out of the blue, this issue just started a few months ago when running my monthly Windows Backup where I have used a USB drive for the last 3 years, and never ever had this issue before. Most
    of the solutions listed on the Microsoft websites and answers deal with
    "Restore" functions, not the
    "Backup" itself. I have 3 folders being skipped during the backup.
    So I went and changed the Backup from "let Microsoft choose files, directories, etc" to "Let me choose". I included the files and folders that were being skipped, and ran the "Backup" again, and got the same error message,
    but the files that were skipped the first time were "Backed up" finally. This issue is somehow related to my "Libraries"?
    The 3 backup problems are:
    Backup encountered a problem while backing up file C:\Windows\System32\config\systemprofile\My Audio Books\Audio Book Recordings. Error:(The system cannot find the path specified. (0x80070003))
    Backup encountered a problem while backing up file C:\Windows\System32\config\systemprofile\My Audio Books\Audio Book CD Label-Cover Art. Error:(The system cannot find the path specified. (0x80070003))
    Backup encountered a problem while backing up file C:\Windows\System32\config\systemprofile\My Audio Books\Audio Book MP3 Tag Art. Error:(The system cannot find the path specified. (0x80070003))
    Did a "checkdisk" - no problems. Ran a program to fix registry - no problems. All updates up to date. I guess I could eliminate these folders from the Backup folders in the
    Library, and just choose them under the "Users" locations, and be done with it. But I really want to understand this, and fix it. This is within Windows 7 and may be related to Windows Media Player or
    some recent Windows update.  Thanks.

  • Cannot find add-in '...\templates\Oracle Policy Modeling Excel 2010.xlam'

    Quick little pointer to anyone who comes across this issue like I did. I went from using the 10.4.2 version of OPM to the Cloud edition and during the process moved the installation directory. After this time I started receiving the following message every time Excel opened:
    Cannot find add-in 'path to OPA\templates\Oracle Policy Modeling Excel 2010.xlam'
    To fix this you have delete the existing Add-In from Excel and add the new one:
    Open Excel and go File > Options > Add-Ins
    In the Active Application Add-ins list I could see the Oracle Policy Modeling one at the top with the incorrect path
    At the Manage dropdown at the bottom, choose Excel Add-ins and then click Go...
    In the dialog, click Oracle Policy Modeling Excel 2010 and then Browse...
    Locate the new installation of OPA and go to the templates directory
    Select the Oracle Policy Modeling Excel 2010.xlam file and click OK. Click OK again on the Add-Ins dialog.

    Thanks Ross - I have logged this for internal investigation.

  • Help... i cannot find the link in creative cloud to download digital publishing app single edition.

    help... i cannot find the link in creative cloud to download digital publishing app single edition. I am a creative cloud member. Where is this app listed on the creative cloud page?
    Suz

    DPS Tools are buiilt in InDesign CS6 - Folio Overlays and Folio Builder. You can download the latest updates of those tools in InDesign by going to Help>Updates or by downloading updates from http://www.adobe.com/downloads. Remember you need a Mac to create an App. Here's the step by step guide, this will help you in creating your app : http://help.adobe.com/en_US/ppcompdoc/Step_by_step_guide_to_dps_se.pdf

  • HI there, i purchased CS5 Photoshop back in 2010, and had to format my mac.  Now i need to download my CS5 again, but cannot find the download files.  Where can i find the download of CS5? I have my serial code but cannot find the download.

    HI there, i purchased CS5 Photoshop back in 2010, and had to format my mac.  Now i need to download my CS5 again, but cannot find the download files.  Where can i find the download of CS5? I have my serial code but cannot find the download.Downloading, Installing, Setting Up

    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.6| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Exported the present. to iMovie, but cannot find that  movie/video now....

    In anticipation of making a video out of my presentation and sending it via iMovie to Youtube for my friend (the author of the presentation), I followed the instructions using a presentation that I made for myself. I selected the size and then pressed the button and waited during that time when my work was being sent to iMovie. After a while that progress bar disappeared and I figured that the export had finished. Well, but now I cannot find the video that I supposedly made. I went to iMovie (for the first time) and checked for it there, but saw nothing. I checked my Hard Drive and my Desktop: No video.
    Where should I be looking for the video? Also, how do I even know that a video was actually made?
    This is my first time.
    Lorna

    Mr. Peebly, I did those things before posting. I will re-do my experiment/test before I attempt to do the 20+ page real presentation.
    I have some doubts about the real presentation because I kept getting the warning message that “the bundled movie could not be uploaded.”
    ~ Lorna in Southern California

  • Keynote: cannot find 2 presentations

    Cannot find two Keynote presentations after Lion install. Looked in all the obvious places.  Repaired disk permissions. Where are these files hiding?

    Thank you Linc Davis.
    I don't remember making a backup before installing Lion.
    When I try to open the Backup folder, "fileservices.me.com" supplies my name and asks for my password.
    I have no record of creating a password for "fileservices.me.com".
    When I open Keynote, click "Open Existing File" then click on the title of the file in the "Favorites" sidebar, Keynote quits unexpectedly, a lengthy report is sent to Apple and the file cannot be accessed.
    If I were an experienced computer programmer the report might be meaningful.
    What stands out is:
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Exception Type: EXC_BAD_ACCESS (SIGBUS)
    Exception Type: KERN-PROTECTION-FAILURE at 0x000000000000000
    Thank you again,
    buttermilk

  • Cannot find software loading facility for Project 2010 standard

    Hello,
    I've looked through the Microsoft Download center, spoken with a member on the microsoft helpdesk, but cannot find a download for Project standard 2010. I don't have the disk - neither 2 employes of Microsoft or myself could find it. :(( If
    anyone knows of a legal legit place I can download it from I will be eternally grateful.
    Regards, George

    Hi George,
    Please find the download link below:
    http://www.microsoft.com/project/en/gb/project-standard-2010.aspx
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

Maybe you are looking for

  • Verizon To Add More .Tv Channels. Sony Movie Channel To Be Added.

    Verizon is set to add more .tv channels where two of them are on their way. Legacy .tv a .tv channel from byron allen's entertainment studios will be added to the fios guide and another channel called "justice central .tv" is on its way where it is e

  • 12" PowerBook G4/1.33ghz - replace HD?

    I have a 12" PowerBook G4/1.33ghz, purchased in 2003, ran like a champ until this year.  Needs a new hard drive.  I like the idea of having this as a backup laptop.  Is it worth replacing HD and if so what is the newest OS it could support?  Thanks!

  • DR Site as backup

    Hello! A company has a central DC site at location A with DR site connected to it via fiber link. It has brance offices at locations B, C and D. Now I want a solution where If Site A fails the traffic seamlessly routes to the DR site. What could be t

  • Internet Connection not recognized

    My iPod Nano connects perfectly to my computer. When I charge it with Itunes (7.0.2) it says there is a software update for my iPod to versino 1.3. I click download and install or just download and it says that I am not connected to the internet... I

  • LAN into AE from switch...worth it, and will it even work?

    thanks in advance for reading... I purchased an Apple Extreme about a week ago, installed without a hitch despite the fact that Verizon and their IP releases are a pain in the arse... A couple of days later i THOUGHT I was having problems with the ro