Error when modifying VI library in Labview 5.1

I am trying to add new VIs into a VI library file using the file manager. I get the following error:
Error 8 occured at can't open VI library resource file
Possible reasons
LABVIEW: file permission error
or
NI-488: DMA hardware error detected
If I try to edit the VI library file, I get the following error:
File permission error occured editing VI
I haven't developed the VI library file. It has been developed by other people and now I have to reuse it adding more VIs. I log in Labview with the same user as the previous developers but I still get the same error.
My NI-488 drivers are correctly installed.
On the other hand, the PC (windows 95, Labview 5.1) where the original VI library was developed works
when I try to add the new VIs. I work with another PC (windows XP, Labview 5.1) where I get the described errors.
Some help would be very useful because I have no idea and I don't know what else to try.
Thanks!

1. Make sure the library property is not set to Read Only (right click llb->Properties-> General)
2. It may be an XP permission error -> make sure you're logged in as the admin.
See also: http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/d95e17dfa38ca8a386256b21007660d0?OpenDocument
-AND-
http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/e421b72d47c19dee86256c9b007a6472?OpenDocument
2006 Ultimate LabVIEW G-eek.

Similar Messages

  • Problems publishing a web-access on Sharepoint: Error when modifying list schemes

    Good afternoon.
    I have an application built with an access database with several forms and web macros which is published on Sharepoint 2010. Through this application - not too big not too complex (ca. 10 tables / less than 2000 records at most) - I receive updates
    that are loaded into external applications, mainly excel worksheets, ms project files and so on.
    I have been going through the cycle of developing and publishing new versions of the application on the same site for more than a year; suddenly, from severeal weeks ago on, I started receiving the following error affecting random tables (not always the
    same) which crashes the compilation and publishing:
    "Error when modifying lists schemes. Changing name to "ID" field on list XXXX failed"
    And each time the list is different. And of course I am no trying at all to change the name of any ID field !????
    Any clue of what might be happening?
    Thank you

    The article might have missed the step where the blogger might have missed the step. Read the following article and which confirms that you cannot use user controls in SB solutions.
    http://msdn.microsoft.com/en-us/library/gg615454.aspx
    If you are trying to build this in SharePoint 2013 then you must know that custom code is deprecated from SB solutions.
    Deprecation
    of Custom Code in Sandboxed Solutions
    For SP 2013 your best bet is to create an APP or create a farm solution (God please forgive me). :)
    Amit

  • LabVIEW PDA reports COREDLL.DLL error when using Call Library Function Node

    I'm trying to build a LV PDA app that calls an external DLL file built using embedded visual C. When configuring the Call Library Function node I select the stub DLL, configure the I/O parameters and select OK. When the configuration dialog closes I get the following error:
    LabVIEW: LabVIEW.exe - Unable to Locate Component
    This application has failed to start because COREDLL.DLL was not found. Re-installing the application may fix this problem.
    I do not get this error when using the configuration dialog in the example VIs.
    Any suggestions as to the cause and/or the solution?
    Thanks,
    Ryan

    Hello -
    When you create a PDA VI that calls a DLL, you must include the .c or .lib file that corresponds to the DLL. Take a look at these documents:
    LabVIEW PDA Module Build Errors with VIs that Call DLLs
    Why Do I Receive Errors When Calling a C++ DLL from a Call Library Node Using the LabVIEW PDA Module...
    How To Call External Code in LabVIEW PDA for Palm OS
    H
    ow To Call External Code in LabVIEW PDA for Pocket PC
    Hope this helps!
    S Vences
    Applications Engineer
    National Instruments

  • Error when modifying VM Memory - "Invalid minimum memory amount"

    Good day,
    I am trying to modify a virtual machine's static memory setting using VMM 2012 R2 with UR 2.  The VM is running on a Hyper-V 2012 R2 host cluster.  Whether I use the VMM GUI or attempt to issue the command via VMM Command Shell, I get the same
    result:
    PS C:\Windows\system32> $VM= Get-SCVirtualMachine -name "SomeVM"
    PS C:\Windows\system32> set-scvirtualmachine -VM $VM -MemoryMB 4096
    set-scvirtualmachine : VMM cannot complete the host operation on the hyperv.domain.com server because of the error: 'SomeVM' failed to modify device 'Memory'. (Virtual machine ID22AD6F9F-E5B6-4B8D-9AB6-6A48A9521297)Invalid minimum memory amount assigned for 'SomeVM'. The minimum amount of memory you can assign to a virtual machine is '32' MB. (Virtual machine ID22AD6F9F-E5B6-4B8D-9AB6-6A48A9521297) (Error ID: 12700, Detailed Error:Unknown error (0x8005))
    Resolve the host issue and then try the operation again.
    To restart the job, run the following command:
    PS> Restart-Job -Job (Get-VMMServer localhost | Get-Job | where { $_.ID -eq"{8301e122-b69e-4ac0-82d7-82c473d99e3a}"})
    At line:1 char:1
    + set-scvirtualmachine -VM $VM -MemoryMB 4096
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
    + CategoryInfo          : ReadError: (:) [Set-SCVirtualMachine], CarmineEx   ception   
    + FullyQualifiedErrorId : 12700,Microsoft.SystemCenter.VirtualMachineManag   er.Cmdlets.SetVMCmdlet
    The error indicates that I am attempting to set the VM memory to something less than 32 MB, but as shown above I am actually trying to set it to 4096 MB.  I also get this error when I attempt to modify the value using Hyper-V Manager (or in this case
    the Failover Cluster Manager).  Note that I am not attempting to configure dynamic memory on this VM.
    One more note about this VM - it was migrated from a Hyper-V 2012 host cluster performed by exporting the VM from the old host, and importing it to the new one.
    Not sure if anyone else has experienced this error or if there is a work around.

    Really what the error is not telling you, is that you need to set the value for minimum memory in addition to the value you are setting.
    if dynamic memory is on, you need to set them all: 
    http://technet.microsoft.com/en-us/library/hh801341.aspx
    -MemoryMB<Int32>
    Specifies, in megabytes (MB), the amount of random access memory (RAM) on the host that is allocated to a virtual machine. The default value is 512 MB. For a virtual machine on which dynamic memory is enabled (on a host running Windows Server 2008 R2 SP1
    or later), use MemoryMB to specify the startup memory value.
    I have run into this issue what I had VMs that I migrated to Hyper-V 2012 R2, because the minimum was actually lower.  Or it was empty if the VM had fixed memory.  And now it can no longer be an empty setting.
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.

  • Error when opening iphoto library.

    when i try to open my iphoto library i get an error stating "The iphoto library is locked, on a locked disk, or you do not have permission to make changes to it." and it will not allow me to open the file.  The library is on a external hard disk and i have had no trouble opening it until now.  I am the only one who ueses the external harddrive or the mac.  can anyone help?  All of my pictures on on this file and I need to be able to access it.
    Thanks for the help!

    A strong warning: If you're trying to edit the Library (that is, make albums, move photos around, keyword, make books or slideshows etc.) or edit individual photos in it via Wireless be very careful. Dropouts are a common fact of wireless networking, and should one occur while the app is writing to the database then your Library will be damaged. Simply, I would not do this with my Libraries.
    As to the issue:
    What version of iPhoto? Assuming 09 or later:
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    Regards
    TD

  • Error When Modifying a Resource Event as Designate

    Hi,
    I'm developing an app for a conference room device using the C APIs and am having a problem modifying an event for a resource. If I use the same user ID as with which the event was created, everything works fine. However, I'm attempting to use an ID that is set as a designate for a group of resources, and when I do, I get a CAPI_STAT_DATA_UID_NOTFOUND error when using the CSDK_FLAG_STORE_MODIFY flag.
    Here's the data I'm sending:
    VERSION:2.0
    PRODID://Oracle//CAPI//EN
    BEGIN:VEVENT
    UID:20070111T141735Z-101b6d4-65-3559-Oracle
    X-ORACLE-EVENTTYPE:APPOINTMENT
    DTSTART:20070111T092000
    DTEND:20070111T095000
    END:VEVENT
    END:VCALENDAR
    Flags CSDK_FLAG_STORE_MODIFY | CSDK_FLAG_STREAM_NOT_MIME
    The SDk version is 10.1.2.0.0
    Is there any inherent problems with this approach?
    Thanks,
    Dave Bowman

    Here's some additional information on the problem and the sequence of events:
    1) Open the connection using user ID that is a designate for the resource.
    2) Change the user ID to the resource identifier ("?/RS=RENCI - Europa
    Conference 520/") using CSDK_SetIdentity with the flags set to CSDK_FLAG_NONE.
    The function call appears to work correctly and returns no errors.
    3) Modify the event data using CSDK_StoreEvents with the the above data.
    4) The error returned is: CAPI_STAT_DATA_UID_NOTFOUND. And the event ID is
    correct.
    I've tried both with and without using the CSDK_SetIdentity function, with the
    same results.
    Is it feasible to use this approach to have a resource be able to modify an
    event that was created by another user? Or is the use of another ID with
    higher privileges required? Such as 'SYSOP'? If the latter, obtaining SYSOP
    privileges may be problematic as we are just users of the Calendar system and
    not the owners.
    Thx.......

  • Portal Runtime error when modifying: com.sap.portal.runtime.logon.par

    Hello,
    We need some help because we get 'Portal Runtime error: iView: N/A Component Name:N/A' error when trying to access portal logon screen.
    This is what we've done:
    We've modified com.sap.portal.runtime.logon.par file and we've uploaded it but it doesn't work. Because of the error, we've overwritten this file with the original one but now it's imposible to access portal.
    The situation it seems to be like before the modification of the .par file but we get the same error and can't access portal.
    Please, do you know what could be the problem?
    Thanks in advance

    Hi Belen,
    Here are the steps you would need to take
    1. import the original par file into the NWDS and name the project as  
        com.sap.portal.runtime.logon
    2. Make sure the project name is com.sap.portal.runtime.logon
    3. use winzip/winrar to extract the com.sap.portal.runtime.logon.par file in
        a local directory
    4.Under the lib you would find two jar files copy them and paste them in your project
       under dist>PORTAL-INF>lib directory
    5.move the files cert....till umResetPass....jsp into the  PORTAL-INF directory
    6. export the par to the server in question
    7. restart your server
    This should solve your problem..
    Thanks,
    Gokul

  • 11i Error when modifying account

    eBus 11.5.10.2, DB 10.2.0.4, OID 10.1.4.0.1, RHEL4
    Apps and OID on are on the same server, single instance, DB is on a seperate server.
    Recently when we try to modify the account of a user we experience an error when trying to save the changes.
    The pop-up error states:
    Unabled to call fnd_ldap_wrapper.update_user due to the following reason:
    ORA-20001: Unabled to call fnd_ldap_wrapper.update_user due to the following reason:
    An unexpected error occured. Please contact System Administrator.. (USER_NAME-XXXXXXX)
    I enabled logging for FND and got the following in the fnd_log_messages table:
    fnd.plsql.oid.fnd_oid_plug.get_realm_dn: LDAP SESSION closing in EXCEPTION BLOCK - START
    fnd.plsql.oid.fnd_oid_plug.get_realm_dn: LDAP SESSION closed in EXCEPTION BLOCK - END
    fnd.plsql.oid.fnd_ldap_wrapper.update_user: ORA-06503: PL/SQL: Function returned without value
    fnd.plsql.oid.fnd_ldap_wrapper.update_user: l_err_code :FND_SSO_UNEXP_ERROR, l_tmp_str :ORA-06503: PL/SQL: Function returned without value
    So it seems something returns without a value, but I am not sure how to track down what. I checked and the user account is in OID. It seems to be occuring to accounts that are linked via the "Customer" field on Define as opposed to "Person"
    What can I enable log wise or check to find the cause of this issue? I have searched metalink and all the documents I have found concerning Function not returning a value are for other items and not accounts.
    Thanks
    Edited by: Toolman21 on Sep 16, 2010 10:47 AM

    Just to update the forum post, I have finally discovered the issue. The Global User ID that was in eBus did not match that in OID, therefore it was returning not found.
    The solution was to update the GUID in APPS.FND_USER to match what OID contained. If the SSO link on the fly feature is used in provisioning you can simply set the USER_GUID column in APPS.FND_USER to null for that user and once they log in again it will be repopulated from OID. Alternatively you can use the script $FND_TOP/patch/115/sql/fndssouu.sql to change this for a user as well.
    @$FND_TOP/patch/115/sql/fndssouu.sql USERNAME
    Thanks for the help.

  • JNDI error when modifying schema

    While modifying some objectclasses on IPlanet LDAP using JNDI I get the following error:
    [ERROR] [LDAP: error code 1 - The objectclass is malformed. Missing opening "(" around allowed attributes]
    Note that this happens on certain object classes and not in others but I can not determine a pattern. I also get the same error when removing certain objectclasses (it works ok with others).
    I'm using the code given as an example in the Java tutorial to modify the schema.
    Any input would be apreciated.
    Regards.
    -- Paul

    Pls pass either of following two properties to the environment parameter of InitialDirContext:
    New property name: com.sun.jndi.ldap.netscape.schemaBugs=true
    Old property name: com.sun.naming.netscape.schemaBugs=true
    They are used by Sun's JNDI LDAP driver to work with Netscape LDAP server.

  • Error when creating a library session

    Hello,
    I've got an error when i try to do an ifs session:
    CleartextCredential credentials = new CleartextCredential("scott", "tiger");
    ConnectOptions connectOpts = new ConnectOptions();
    connectOpts.setLocale(Locale.getDefault());
    connectOpts.setServiceName(argv[0]);
    connectOpts.setServicePassword("alicante");
    LibrarySession ifs = ifsService.connect(credentials,connectOpts);
    i recieve :
    oracle.ifs.common.IfsException: IFS-20010: Failed to get
    PropertiesResourceBundler IfsDefault
    I think that's my classpath but i don't know how to change it so that the properties
    which are in the oracle.ifs11.settings.oracle.ifs.server will be known.
    Can you help me?
    Thanks for replying me.
    Regards.

    You need IfsDefault.properties in your CLASSPATH, but you also need LOTS of other things in your CLASSPATH as well.
    Here is my classpath, you will need to modify it to suit your environment.
    Also, have a look for the IFSENV.BAT file if you are running Windows. It may help you. There are other answers to your question in this dicsussion forum.
    c:\jdk1.1.8\lib\classes.zip;C:\Program Files\Oracle\JDeveloper 3.2\myclasses;C:\Program Files\Oracle\JDeveloper 3.2\lib\jdev-rt.zip;C:\Program Files\Oracle\JDeveloper 3.2\jdbc\lib\oracle8.1.7\classes12.zip;C:\Program Files\Oracle\JDeveloper 3.2\lib\connectionmanager.zip;C:\Program Files\Oracle\JDeveloper 3.2\ifs\lib\adk.jar;C:\Program Files\Oracle\JDeveloper 3.2\ifs\lib\email.jar;C:\Program Files\Oracle\JDeveloper 3.2\java1.2\jre\lib\rt.jar;f:\oracle\ora81\ifs1.1\settings\oracle\ifs\server\properties;f:\oracle\ora81\ifs1.1\custom_classes;f:\Oracle\ora81\jlib\oracle8.1.6\classes111.zip;f:\ora cle\ora81\ifs1.1\lib\xmlparserv2.jar;f:\oracle\ora81\ifs1.1\lib\release.jar;f:\oracle\ora81\ifs1.1\lib\repos.jar;f:\oracle\ora81\ifs1.1\lib\tools.jar;f:\oracle\ora81\ifs1.1\lib\uti ls.jar;f:\oracle\ora81\ifs1.1\lib\adk.jar;f:\oracle\ora81\ifs1.1\jws\lib\servlet.jar;f:\oracle\ora81\ifs1.1\settings;f:\Oracle\ora81\Lib\vbjorb.jar

  • Error when copying iPhoto Library to new computer

    Hello! I just got a MacBook Pro and I am trying to transfer my old iPhoto library (Macbook) to my new computer. I followed the suggestions on this forum to copy my iPhoto Library from my Pictures folder to my new computer. It gave me an error/warning message: "One or more items can’t be copied to “Desktop” because you don’t have permission to read them. Do you want to copy the items you are allowed to read?" I said yes, and it copied about 15G of my 17G iPhoto library. Then when I opened iPhoto most of my photos were there, except the movies from my iPhone and many (but not necessarily all) modified pictures taken from my iPhone (most often pictures that were taken landscape). The thumbnails are there, but the actual files weren't transferred, so I get the big exclamation mark.
    I have now deleted the iPhoto Library folder that was only partially transferred due to the permissions and I would like to start over. Why do I not have "permission to read" certain files? I am doing the transfer via file sharing wirelessly. I have the whole HD set to be read/write by my mobileme alias. As a side note, I tried to just select the iPhoto Library for sharing but it wouldn't allow that, so I selected the whole HD.
    Thanks in advance for any help!
    Message was edited by: kathleen.black

    kathleen.black wrote:
    Didn't make a difference It still says I don't have permission for some of the files. But I'm glad I got the disk repaired.
    The old computer is running iPhoto '09, could that be part of the problem? We have a family pack of iLife '11 at work so right now I'm installing iPhoto '11.
    Do you think that will help? Any other suggestions?
    I would backup of course and try to update the iLife 09 to '11 and see if that works. I think I recall some changes in the iPhoto database from '09 to '11.
    Best of Luck!
    Thanks!

  • Error when modifying tabular form

    Hi
    In Apex 3, I created a tabular form based on the query below:
    select user_id /* PK */, name, dob
    from users
    It works perfectly well; I am able to update the name and dob fields.
    Then I changed the query to:
    select user_id /* PK */, name, null dob
    from users
    ...(i.e. not interested in the dob column anymore but want to keep the report column) and cleared the properties reference table owner/name/column name of the dob report column.
    However, when I try to update the name of a user, I get the error:
    Error in mru internal routine: ORA-20001: Error in MRU: row= 1,
    ORA-20001: ORA-20001: Current version of data in database has changed since user initiated update process.
    current checksum = "7C3CD9C5DA0B5AF45AE616959020A0AA",
    item checksum = "6910D5C7015D84773A9E8F65299991F6".,
    update "SCHEMA"."USERS" set "USER_ID" = :b1, "NAME" = :b2, "DOB" = :b3Why is dob still being included in the update statement?
    Did I miss something?
    Thanks,
    Luis

    Since the DOB was one of the columns specified when you created the tabular form, the internal PL/SQL process that it uses for making updates is still trying to update that column. As you have now modified the underlying query for the form and are passing a NULL for your DOB, you will find that any update made using this form would set the DOB to NULL, so beware!
    Unfortunately, once you have created a tabular form, you cannot make changes to the process that it uses for manipulating data. Another drawback of the tabular form is that it uses the primary key of the table as a way of knowing which record it is updating when it processes the changes. As a result, you cannot modify the primary key value itself - and that is why you are getting the error.
    Generally speaking it is not a good idea to edit primary key values. If this piece of information does require editing, I would suggest you find another candidate for the primary key - perhaps a standard sequence-populated column that could act as a surrogate key?
    Cheers,
    Colin

  • NI 5660 Driver DLL Errors when using Teststand 2010 and LabVIEW Run-Time Engine 2010

    This problem seems similar to the post "Resource not found error in executable on developmen​t machine." but I didn't want to repost under that thread because I only happened upon it by chance and none of my searches brought me there... so I made a more descriptive Subject.
    I am working on a system that uses a PXI Chassis with a NI 5600 Downconverter and a NI 5620 high speed digitizer, among other PXI Cards. 
    I inherited working code written in LabVIEW 2010, running with the LabVIEW Run-Time Engine 2010.  The code was using a custom executive and my task was to rewrite the test using TestStand 2010.  I reused the majority of the old code.  The old code used NI-5660 to control the 5600 and 5620.  When I run my sequence using the LV Development System and TestStand, it runs without any issues.  When I change the adapter over to LabVIEW Run-Time Engine 2010, all of my NI5660 VIs become broken due to DLL issues.  It warns that the nipxi5600u​.dll was not initialized correctly.  Many of the errors are associated with the NI Tuner and NI Scope. After this LabVIEW will crash randomly, and the seqeunce will not work in TestStand even when back with the LV Development Adapter.  The only way to recover after this is to restart the computer - TestStand automatically reverts back to the development system, the VIs are no longer broken and the sequence works again. 
    I have all of my VIs associated with a project. After reading a little bit about DLLs and TestStand, I found all of the DLLs in the dependencies section of my project and added them to my TestStand workspace.  I also used Dependency Walker to track down the problems with the nipxi5600u​.dll, the 2 DLL files that it said were not found already existed in the same folder as the original DLL (C:\Windows\System32).  I have also performed a Mass Compile to make sure everything was running in LV 2010.  If I skip the steps involving the 5660, my entire sequence runs fine. 
    The previous code was running with the LabVIEW Run-Time Engine without any issues.  Is there just a step I am missing?  Has anyone seen anything like this before?  I can send screenshots of errors to provide more detail if necessary. 

    I have tried some more things and still can't get it to work.  I have added the VIs mentioned in the Notes On Creating Modulation Executables KB both to the TestStand workspace and the LabVIEW project holding all of my VIs.  This did not change the results. 
    When I try to run my sequence, The first error I get is shown in Error 1445.bmp.  This happens when I try to use the NI 5660 initialize.vi.  If I click ignore, the next error I see is shown in Error -20551.bmp.  When I try to open the VI to look at it, I get the 2 DLL errors shown in Error loading nipxi5600u.bmp and Error loading nidaq32.bmp.  When I close TestStand, I get the error LabVIEW Fatal Error.bmp. 
    Attachments:
    Error1445.JPG ‏164 KB
    Error -20551.JPG ‏174 KB
    Error loading nipxi5600u.JPG ‏9 KB

  • Error when Modifying Application

    Hey Experts!
    We've recently upgraded to BPC 7.0 - Microsoft 2008 DB.  When I tried to modify one of our Applications for the first time, I get the following message:
    Error message:: Access to the path "F:\BPC\Data\Webfolders\AdminTemplates\AuditRpt.rdl" is denied.
    This occurs on Step 8 of the Modify Application Process.
    I've ensured that the User ID I'm running this process under is a BPC administrator and has full Local Admin rights on the server.  Any idea why this is occuring?
    Thanks!
    Sean

    Hi Sean,
    Do you have access to the application server? If not, please check with your DBA who created the ID for you.
    My take is that your ID somehow doesnt have sufficient privileges because when you modify application through BPC, you are essentially modifying the folder on the application server.
    Also, does your application has data? Try running the 'Clear' package to delete data from your application, then modify the application. See if it works!
    Tagz

  • Error when modifying global services plan

    I'm trying to modify the global services part of my wireless plan.  When I try submitting this change, I get the error message "You currently are on the selected plan. Please select another plan."  Is this a bug with the site or is there some other way to change just the global services part of my plan?

        I can help you with that, c_b1. Which plan do you currently have? Which plan are you attempting to change to?
    ChaunceyM_VZW
    Follow us on twitter @VZWSupport

Maybe you are looking for

  • Ipod won't mount w/ firewire400 anymore, but USB2.0 it will. Why?

    I've trolled through numerous articles & discussion threads, but I can't seem to find anything that deals with this issue specifically. I want to revert to using my firewire connector instead of USB, but cannot get iTunes to recognize iPod. All it do

  • Report instance history not refreshing

    Here is my issue.  I view the history of a published Crystal report in Central Managment Console.  I then try to view the history of another report and it displays the history of the previous report I viewed.  The only way I can view another reports

  • Gestures on iPAD 1

    One of the useful things broght into iOS 5 was gestures but unless I have an undiagnosed head injury I don't seem to be able to get gestures to work? What am I missing? Is this feature only available on iPAD 2?

  • Issues opening LR CC

    just downloaded LR CC through my creative cloud app and when I try to open it, i get the startup graphic briefly and then it quits. I tried uninstalling and reinstalling but no change in the result. Any ideas?

  • Cannot install Flash 10.3 on Windows 7

    I thought this would be the best place to start this discussion. I've tried every trick in the book to install flash updates on my system with no luck. A few of my applications need Flash Player so I'm pulling my hair out at this stage. Everytime I u