LabVIEW 2009 causes CAD and other dongle programs to fail

Hi all,
I have just had a customer say that our LabVIEW 2009 application has stopped their CAD and other software with dongles from working.
Apparently it is due LabVIEW sharing the same (security?) port as something.  They mentioned there was a LabVIEW patch?
They have been forced to remove our application.
What do we do?
Thanks.

Battler,
I did some looking into that Article you linked and found out  that a few things have changed for LabVIEW 2009. For instance, I can not find those registry keys on my computer that the document suggests to change. Instead, Have you customer create the following directory:
For Windows XP: C:\Documents and Settings\All Users\Application Data\National Instruments\Logos
For Windows Vista: C:\ProgramData\National Instruments\Logos
In that directory have them make a file called Logos.ini. In that file have them place the following:
[logos]
Global.DisableLogos=True
Global.DisableLogosXT=False 
This will disable the old logos service and make sure the new LogosXT service is running. This may be the LabVIEW 2009 equivalent fix of that document you sent me as it seems that the Logos service is what the USB Dongles are conflicting with.
Ben Sisney
FlexRIO V&V Engineer
National Instruments

Similar Messages

  • Getting Error 08 when attempting to build exe using LabVIEW 2009 (32 bit) and Windows 7

    Testing development platform on Window 7 vs XP. I received following message while building an executable using 2009 32 bit on Windows 7 machine. Same build will work on an XP machine.
    Error 8 occurred at Copy in AB_Engine_Copy_Error_Files.vi->AB_Application.lvclass:Copy_Error_Files.vi->AB_Application.lvclass:Copy_Files.vi->AB_EXE.lvclass:Copy_Files.vi->AB_Build.lvclass:Build.vi->AB_Application.lvclass:Build.vi->AB_EXE.lvclass:Build.vi->AB_Engine_Build.vi->AB_Build_Invoke.vi->AB_Build_Invoke.vi.ProxyCaller
    Possible reason(s):
    LabVIEW:  File permission error. You do not have the correct permissions for the file.
    =========================
    NI-488:  DMA hardware error detected.
    C:\Program Files (x86)\National Instruments\Shared\LabVIEW Run-Time\2009\errors\Internet Toolkit-errors.txt
    Any suggestions?
    Thanks

    For any who may be having this problem here is a little more information and what I did to get around the issue. (so far)
    First I tried a simple vi with a while loop in a project and made an executable build. This worked. I double checked on an XP machine the project that I was having problems with. The executable was built successfully. I changed back to the Windows 7 machine.  On the program compatibility trouble shooter I started the LabVIEW 2009 (32 bit) in the XP service pack 2 mode and selected run as administrator. The build was successful.
    Note: was logged in as administrator and program would build a simple executable in Windows 7. The executable that would not build had more complex code that included serial communication and calls to lvanlys.dll and nilvaiu.dll.
    This may not be a complete fix to the problem but at least in this one case it worked.

  • Labview 2009 Module Mobile And Lego Mindstorms NXT

    Hi
    I've installed the mobile toolkit in labview 2009 but when I created a new mobile project I didn't find the NXT Programmings category on menu.....
    are they not supported?
    I would like to control my nxt with my PDA through bluetooth.
    Thanks in advance for help 

    Hi,
    which NXT software did you exacly installed? LabVIEW Module for LEGO MINDSTORMS NXT or LabVIEW Toolkit?
    I would like to be sure to have corretcly understood: in a mobile project, the function palette of a VI under a PDA target does not have the NXT palette, correct?
    Bye!
    Licia

  • Printing to PDF from existing PDFs and other MS programs for Mac

    I just purchased Adobe PDF Pack software online because it said it is required if you want the print to PDF function to work from an existing PDF, word or excel, ppt file. Now I don’t see that functionality. Am I missing something or was this software not the correct item to buy? My computer is a Mac OSX Version 10.6.8

    Hi there jaquib,
    With your Adobe PDF Pack subscription, you can convert files to PDF using the CreatePDF service, or convert PDF files to various formats (including Word, Excel, PowerPoint, and others) using the ExportPDF service.
    To get started, you log in to your account at https://cloud.acrobat.com and log in with your Adobe ID and password. The files you convert are stored online in your account, but you can download them to your computer as well.
    I hope that helps.
    Best,
    Sara

  • Why can't I delete or rename files in Word for Mac and other Office programs?

    When I try to delete or rename an Office for Mac file, I can't.  How do I delete/rename Word for Mac and other Office for Mac files?

    Had this problem for quite a while but found a work-a-round. I click anywhere in the text I want to delete and insert any character. I am then able to block and delete any text I want to. It's been working great.

  • Blocking all websites except a few + Skype and other chat programs

    Hello,
    Can you tell me how can i block all websites from a network except a few of them using a Linksys wireless router?
    Also, i need to block several ports used for Skype and other chat apps.
    I want this solution to work for the whole network. Not using windows policy or other ways where i'd have to go to every single computer.
    Thank you.

    There's a way on how to do that but it depends on the model number of your device. What's the model number of your router anyway?

  • Upgrade to 6.0i from 4.1 causes timing and other changes

    I have recently installed 6.0i and want to continue development of the system I started on 4.1. The system is much, much slower on 6.0i and acts differently then on 4.1. A quick(hopefully) overview of the system:
    I'm using a PC-DIO-96. The system consists of three main VIs. 'IO test Program.vi' is the user interface and takes care of calling the other VIs and displaying the results. 'init pattern check.vi' is the first part of the test. It will receive a walking 1's pattern from the outputs of the UUT. It compares it with a spreadsheet file and verifies that the outputs of the UUT can be used for the second part of the test. The outputs from the UUT are simulated from a pattern generator within 'init pattern check.vi' and looped from port 3 to port 0 physically, as the UUT is not available yet. The second part of the test is done using 'command mode.vi'. It receives a 8 bit number from the UUT (also generated by the program itself for now) and de-multiplexes it to the 64 output bits which go back to the UUT. The command FF means the test was successful, FE is a failed test. These can be generated as well to simulate.
    Okay, now the system ran fine on 4.1. My test pattern could go as fast as 7 ms with a timeout of 500ms in the sub VI, or if I ran it from the top VI, it would need to be 5000ms to be reliable (unless the sub vi window was open in the background, then 500ms worked as well). When I converted them to 6.0i, the warnings I received all concerned data range coercion, which I didn't know I was using, so it shouldn't make a difference. The system now runs extremely slow. Just changing from the front panel to the block diagram takes about 4 seconds, where in 4.1 it didn't take more than .5 sec. When running from the top VI, every second time you run the test, all the bits fail. This shouldn't happen, and I can't figure out why. In the second part of the test, while watching with a logic analyser, bit 64 seems to be stuck on almost all the time.
    I'll attempt to attach the files to this message. By the way, this is my first attempt at using LabView for anything, so if it looks like a beginner did it, it's true. Any help or advise you could offer would be greatly appreciated.

    Craig Nowak wrote:
    >
    > I have recently installed 6.0i and want to continue development of the
    > system I started on 4.1. The system is much, much slower on 6.0i and
    > acts differently then on 4.1. A quick(hopefully) overview of the
    > system:
    >
    > I'm using a PC-DIO-96. The system consists of three main VIs. 'IO test
    > Program.vi' is the user interface and takes care of calling the other
    > VIs and displaying the results. 'init pattern check.vi' is the first
    > part of the test. It will receive a walking 1's pattern from the
    > outputs of the UUT. It compares it with a spreadsheet file and
    > verifies that the outputs of the UUT can be used for the second part
    > of the test. The outputs from the UUT are simulated from a pattern
    > generator within 'init pattern c
    heck.vi' and looped from port 3 to
    > port 0 physically, as the UUT is not available yet. The second part of
    > the test is done using 'command mode.vi'. It receives a 8 bit number
    > from the UUT (also generated by the program itself for now) and
    > de-multiplexes it to the 64 output bits which go back to the UUT. The
    > command FF means the test was successful, FE is a failed test. These
    > can be generated as well to simulate.
    >
    > Okay, now the system ran fine on 4.1. My test pattern could go as fast
    > as 7 ms with a timeout of 500ms in the sub VI, or if I ran it from the
    > top VI, it would need to be 5000ms to be reliable (unless the sub vi
    > window was open in the background, then 500ms worked as well). When I
    > converted them to 6.0i, the warnings I received all concerned data
    > range coercion, which I didn't know I was using, so it shouldn't make
    > a difference. The system now runs extremely slow. Just changing from
    > the front panel to the block diagram takes about 4 seconds, where
    in
    > 4.1 it didn't take more than .5 sec.
    This issue sounds like the PC is busy. Make sure that each loop has a
    delay in it. Once that is fixed, other parts may work better.
    Mark

  • How many computers can I install Photoshop (and other adobe programs on)?

    Hi. I was wondering how many computers I can install a purchased version of Photoshop onto (or other Adobe products)? Can I install one copy onto two systems I own, eg: my desktop and laptop? Or only one total? Can I buy additional licenses for that version if needed? What about with older products Eg: Photoshop 4 Extended, or another?
    Thank you.

    I'll reply to my own post witht his for anyone else who wants it. i jsut chedked out Photoshop 5's system requirem
    ents and just found out yes there are two licenses or more - if you pay.
    http://www.adobe.com/products/activation/
    Anyone want to add anything: Please do.
    I would like to say that being able to add software onto 2 systems, especially software for productivity and fun, is highly important. This is something Adobe needs to keep doing and a lot of other companies too. Plus it is something some companies need to look into if they can set up the system right. This is one reason I am planning on buying one companies software for music production over the other (which also requires the usb key/lock or company #2's product doesn't work). It is a good selling point for someone like me with a desktop and laptop, cost is a factor with double programs.

  • Photoshop (and other suite programs) freeze up continually (OSX)

    Hey people,
    I thought I'd ask here before contacting support. I've bought the Adobe Web Premium CS4 package a while back (when they just released CS5) and I'm having huge issues now. Basically all my Adobe applications freeze up directly or do so when using them so I'm unable to get any work done.
    It used to be sporadically but recently it started happening more often up to the point that I can't start Photoshop, Dreamweaver or Illustrator without it freezing up the after the program is launched, when opening a document or working on an existing document. I've just shot a bunch of photo's at a fundraiser and want to edit the RAW images but both Photoshop and Bridge freeze up when I try to open the photo's.
    I'm on a 2010 iMac running OSX 10.7.5 with a 3.2GHz Intel Core i3 and 12GB memory. I realize CS4 on OSX is 32bits but problems with insufficient RAM shouldn't be a problem, I usually have 4-6GB RAM unused.

    Like I said, it's an iMac, there is no lid to take off haha. For reference, this is my computer:
    http://danielsaidi.files.wordpress.com/2011/05/imac.jpg
    But it just happened to me again, dreamweaver froze up, so here's the problemreport (too big to paste in):
    http://www.140designs.com/files/dreamweaverfreeze.txt
    But this might all be for naught, I just received a message from Apple that there are problems with the harddrives in these iMacs, so I need to get the harddrive repaired. Let's hope it won't do it again after that.
    [edit]
    My Photoshop froze and crashed again while saving a JPG image (3MB), here's the crash report from that:
    http://www.140designs.com/files/photoshopfreeze.txt

  • I am not a Mac user, but Premiere Pro and other Adobe programs are installed on the Macs used by our freelance artists and editors.

    We have video clips of interviews stored on a Mac-formatted external hard drive. Our new editor explained that in order to have authentic time codes, we must transcribe them using Premiere Pro. What is the most efficient way to do so?
    In other words, should I open a Word doc, start listening to the interviews and type them? Is there a dictation option within Premiere or a note pad I can type into and save them? I am really baffled.

    I think I've figured out that there is no dictation program.
    When I open the video clips in Premiere Pro, they will not play. If I can figure out that problem, I wont worry about anything else. Isn't PP, a media player in and of itself? I must not be opening it correctly.

  • Why does Safari (and other OS programs) provide only one option for launching an application?

    I greatly appreciate the improvements that came with the Mavericks OS, but either I cannot figure it out, or there is more that Apple can improve. Firefox is my default browser that opens when I click a link. (I do this because I can set Firefox to private browsing, which decreases cookies, history, etc.) When I click on a link in Mail that I want to open in Safari, however, e.g., a link for GotoMeeting, I have only two options: (1) open with Firefox or (2) open in reader. It would be superb if there was at least one additional option to open the link in Safari, where it nicely integrates with Calendar and allows me to keep that event in history. It would be even better if I had more options to open other programs.
    Am I missing something? Is this already an option that I have not yet discovered?
    Many thanks for a great update to Mountain Lion!

    You can set Safari to private browsing > Safari menu > Private browsing.

  • HT6065 Did the latest OS X update cause Chrome and other things to crash?

    Are others seeing unprecedented crashing of things like Chrome, some games and a few other programs?

    Thanks. Here it is.  A few cobwebs from MacKeeper and Steam.  I don't know what the other failed items are.
    JB
    Hardware Information:
              MacBook Pro (Retina, Mid 2012)
              MacBook Pro - model: MacBookPro10,1
              1 2.7 GHz Intel Core i7 CPU: 4 cores
              16 GB RAM
    Video Information:
              Intel HD Graphics 4000 - VRAM: 1024 MB
              NVIDIA GeForce GT 650M - VRAM: 1024 MB
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 0:1:0
    Disk Information:
              APPLE SSD SM768E disk0 : (751.28 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 750.42 GB (567.66 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information:
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. Apple Internal Keyboard / Trackpad
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Kernel Extensions:
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] cn.com.zte.PPPMonitor.plist 3rd-Party support link
              [loaded] com.adobe.fpsaud.plist 3rd-Party support link
              [loaded] com.anchorfree.ajaxserver.plist 3rd-Party support link
              [loaded] com.google.keystone.daemon.plist 3rd-Party support link
              [loaded] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [loaded] com.trusteer.rooks.rooksd.plist 3rd-Party support link
              [loaded] com.zeobit.MacKeeper.AntiVirus.plist 3rd-Party support link
              [loaded] com.zeobit.MacKeeper.plugin.AntiTheft.daemon.plist 3rd-Party support link
              [loaded] fi.polar.libpolar.plist 3rd-Party support link
              [loaded] fi.polar.polard.plist 3rd-Party support link
              [loaded] net.projectwizards.MerlinProjectServer.plist 3rd-Party support link
              [loaded] net.projectwizards.MerlinWebServer.plist 3rd-Party support link
    Launch Agents:
              [loaded] cn.com.zte.usbswapper.plist 3rd-Party support link
              [failed] com.google.keystone.agent.plist 3rd-Party support link
              [loaded] com.sierrawireless.SwitchTool.plist 3rd-Party support link
              [loaded] com.wacom.pentablet.plist 3rd-Party support link
              [failed] jp.co.canon.CUPSCMFP.BG.plist 3rd-Party support link
              [failed] jp.co.canon.UFR2.BG.plist 3rd-Party support link
    User Launch Agents:
              [loaded] com.adobe.ARM.[...].plist 3rd-Party support link
              [failed] com.valvesoftware.steamclean.plist 3rd-Party support link
              [failed] com.zeobit.MacKeeper.Helper.plist 3rd-Party support link
    User Login Items:
              None
    Internet Plug-ins:
              o1dbrowserplugin: Version: 4.9.1.16010 3rd-Party support link
              WacomNetscape: Version: 1.1.1-1 3rd-Party support link
              Default Browser: Version: 537 - SDK 10.9
              Flip4Mac WMV Plugin: Version: 2.3.3.3 3rd-Party support link
              Musicnotes: Version: 1.17.0 3rd-Party support link
              OfficeLiveBrowserPlugin: Version: 12.3.0 3rd-Party support link
              AdobePDFViewerNPAPI: Version: 11.0.04 - SDK 10.6 3rd-Party support link
              FlashPlayer-10.6: Version: 11.9.900.170 - SDK 10.6 3rd-Party support link
              Silverlight: Version: 5.1.20913.0 - SDK 10.6 3rd-Party support link
              WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.1 3rd-Party support link
              Flash Player: Version: 11.9.900.170 - SDK 10.6 3rd-Party support link
              iPhotoPhotocast: Version: 7.0 - SDK 10.8
              googletalkbrowserplugin: Version: 4.9.1.16010 3rd-Party support link
              npgtpo3dautoplugin: Version: 0.1.44.29 - SDK 10.5 3rd-Party support link
              AdobePDFViewer: Version: 11.0.04 - SDK 10.6 3rd-Party support link
              QuickTime Plugin: Version: 7.7.3
              SharePointBrowserPlugin: Version: 14.3.9 - SDK 10.6 3rd-Party support link
              JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Outdated! Update
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    User Internet Plug-ins:
              CitrixOnlineWebDeploymentPlugin: Version: 1.0.79 3rd-Party support link
              Google Earth Web Plug-in: Version: 7.0 3rd-Party support link
    3rd Party Preference Panes:
              PenTablet  3rd-Party support link
              Flash Player  3rd-Party support link
              Flip4Mac WMV  3rd-Party support link
              Growl  3rd-Party support link
              MerlinServer  3rd-Party support link
              Rapport  3rd-Party support link
    Bad Fonts:
              None
    Old Applications:
              /Library/Application Support/Microsoft/MERP2.0
                        Microsoft Error Reporting:          Version: 2.2.9 - SDK 10.4 3rd-Party support link
                        Microsoft Ship Asserts:          Version: 1.1.4 - SDK 10.4 3rd-Party support link
              Solver:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
              SLLauncher:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
              mcc:          Version: 2.43 - SDK 10.5 3rd-Party support link
                        /Library/Printers/Canon/UFR2/cores/mcc.app
              /Applications/Microsoft Office 2011/Office
                        Open XML for Excel:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Office Setup Assistant:          Version: 14.2.0 - SDK 10.5 3rd-Party support link
                        Microsoft Alerts Daemon:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        SyncServicesAgent:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Database Daemon:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Graph:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Database Utility:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Office Reminders:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Upload Center:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        My Day:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Chart Converter:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Clip Gallery:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
              /Applications/Microsoft Office 2011
                        Microsoft PowerPoint:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Excel:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Outlook:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Word:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Document Connection:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
              Merlin:          Version: 2.9.1 (10408) - SDK 10.5 3rd-Party support link
                        /Users/jamesbaxter/Downloads/Merlin.app
              Microsoft Language Register:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
              UFR II BackGrounder:          Version: 2.43 - SDK 10.5 3rd-Party support link
                        /Library/Printers/Canon/UFR2/Utilities/UFR II BackGrounder.app
              Microsoft AutoUpdate:          Version: 2.3.6 - SDK 10.4 3rd-Party support link
                        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
              Franchise Hockey Manager 2014:          Version: 0.9 - SDK 10.5 3rd-Party support link
              OOTP Baseball 14:          Version: 14.3.12 - SDK 10.5 3rd-Party support link
              fhm:          Version:  - SDK 10.5 3rd-Party support link
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                   3%          WindowServer
                   2%          EtreCheck
                   1%          mds_stores
                   0%          mds
                   0%          com.apple.WebKit.Networking
    Top Processes by Memory:
              311 MB          Finder
              213 MB          AntiVirus
              213 MB          Mail
              164 MB          com.apple.IconServicesAgent
              131 MB          mds_stores
    Virtual Memory Information:
              10.92 GB          Free RAM
              3.31 GB          Active RAM
              553 MB          Inactive RAM
              1.22 GB          Wired RAM
              260 MB          Page-ins
              0 B          Page-outs

  • Safari (and other web programs) all freeze - virus??

    Hello, lately i have had problems connecting to the internet (email works fine!); i have tried all three programs (Mozilla, Safari and Opera) and they all seem dysfunctional: pages don't load, or take forever to load... then suddenly everything works again... and the time thereafter it seems frozen. I suspect there is a virus or some kind of spyware. Two questions:
    - is there a program I can get to eliminate any existing virus/spyware?
    - If I reformat the computer with my original discs, will I lose everything on the computer?
    Any advice is much appreciated,
    thank you

    HI,
    There are no Mac viruses in the wild.
    How much free disk space do you have? Right or control click the MacintoshHD icon. Click Get Info. In the Get Info window you will see Capacity and Available. Make sure you always have a minimum of 10% to 15% free disk space at all times.
    Get Cocktail Download and install Cocktail. Launch Cocktail. Select the Pilot tab. Select the Tasks tab. Where you see 1 Run selected scripts(s) Daily Weekly and Monthly Select all three. 2 Select all three boxes for caches
    3 Deselect and 4 Deselect Clear log files. Now click Run. Quit Cocktail when it's finished and restart your Mac.
    Run Cocktail once a week to keep your browsers running without problems.
    Carolyn

  • How do I uninstall adobe cloud and other adobe programs from my iMac?

    How do I uninstall adobe cloud?

    At the bottom of this help page are instructions for uninstalling the applications: http://helpx.adobe.com/creative-cloud/help/install-apps.html.
    Remember to deactivate your subscription / serial number first. Launch a product and from the help menu choose either Help > Deactivate (CS6 and earlier) or Help > Sign Out.

  • What an absolute nightmare Bootcamp and other mac programs are now with Lionhas become

    When I brought my first iMac three years ago, I was amazed. Took mye 1 try to load bootamp with XP. The machine has run brilliantly for three years on Leopard and snow leopard.  I was going to keep the machine after the three years however I called support to discuss the options of the ne iMac27 wit quad core and i7 and was sold by the support guy on how great the new machines are.
    I migrated my old machine acorss then spent 3 days getting my email working.
    After that tried to set up bootcamp with Winclone and bring my drive image across.. Bzzzzzz no go.  crashed big time and then could get out of windows.
    Finally sorted that with and tried again downloading the windows support phhhhhhh. then XP just not accepet at all.
    Great gotta buy an upgrade but wait a minute, cant upgrade because my XP wont install..  So do I need to pay $400 for 17 even though I dont want i7. XP is great. 
    Oh waith theres more. My Adobe Photosho CS wont migrate.. Another $700 down the tube.
    My 2700 machine is now reaching into 3500 just to get it to run like my old one.
    What the devil is the go Apple?? I left PC's to get away form the monety grab and now you have us you are going to rip us off.
    Fantastic.

    sorry for bad spelling Ive been at it for 9 hours trying to get this thing happening.
    Give me back my old mac

Maybe you are looking for

  • How do i get firefox to open with the same window size every time, even if the last instance I had open had a different window size because I resized it??

    My firefox opens new windows with a size that equals the current window I have open, or if I have no window open, the last window I closed. I would like to have it open windows the same size every time, regardless of what size the current window is,

  • Export error final cut pro x

    I have a problem exporting projects from FCP X 10.0.8.  I am trying to export to DVD.  I have tried several different projects to export but the all fail at 33% and I receive and Quick time error-0.  The project is 1hour and 30minutes.  I have the sa

  • Function and java class problem

    Hi, i`m trying to develop a function that is using java class in body and return a table. I will show some code for better understanding. I`m creating TYPE: CREATE TYPE TYP1 AS OBJECT ( NUMER NUMBER, NAZWA VARCHAR2(5), KLOB CLOB, RESULTS VARCHAR2(255

  • Chart

    hi all, can any body help me how i can use DATAWEBBEAN chart in jsp thru jdeveloper. thanks in advance Shakeel

  • Time Capsule crashes my computer!

    Hey, well, I've had a time capsule for a while now, and for the first couple of months it was working just fine... then one day my dad asks me if I could put the windows XP SP2 on the TC, and it stopped in the middle of the transferring process, and