Application Compatibility - 9.2.0.6 vs. 9.2.0.7

Hi,
I'm a rather newbie so please bear with me.
We have an application that was QA'd against Oracle 9.2.0.6. We would like to predict how well our application will run against Oracle 9.2.0.7. That is, were any of the programmatic API's, network protocols, etc, modified between these two patch levels? I can't find a document that details the changes between 9.2.0.6 and 9.2.0.7.
Thanks in advance for any information you might be able to provide.
ed

Most patchset only contain bug fixes and not new functionality, so you should not run in to many problems. You should test the patch on test system before applying to production.
The patch set notes will contain a list of the bugs that were fixed.

Similar Messages

  • Application Compatibility does not update the database.

    Hi,
     I am using application compatibility manager 6.1, and SQL server 2012 as database. ACT run ok and it create the XML file but it does not update the database at "C:\Program Files\Microsoft SQL Server\MSSQL11.SQLEXPRESS\MSSQL\DATA" location.
    I can see the valid XML file but somehow the MDF file of database is not updated so my ACT windows does not showing anything on it.
    Any Help would be appreciated.
    Thanks
    Rakesh Patel
    rakesh patel

    Hi Rakesh,
    I am not sure if you have resloved your issue.
    But for helping others to know what to do if they meet the same issue as yours, I consider to mark the post as answered.
    If you would like further assistance, please post back and we will be always here to help you.
    Any concern about this mark behavior, you can just unmark it.
    Thanks for your understanding.
    Regards,
    Kelvin hsu
    TechNet Community Support

  • Excel 2007 .xlsm Application compatable with Windows 8.1

    I have finely lost the plot, for weeks I have been trying to load an Excel macro .xlsm file created on a Windows 7, with Office 2007 Professional on to a brand new computer running Windows 8.1 with Office 2007 Enterprise. on opening the file
    in Excel I get "compile error in hidden module". I tried everything to repair this without any success all the research pointed to reinstalling Office so bought Office 2013 and installed it. Same thing "compile error" indecently the
    very same Excel .xlsm file runs perfectly on another machine running Windows XP and Office 2010. Further more another application which uses Excel for invoices and reports could not even find Excel.  Researching the internet I find that Office
    2013 has compatibility problems with Windows 8.1 Well done Microsoft!
    I called the Microsoft help line to find if there is a fix and ended up somewhere in India speaking to someone in a language worse than pigeon English 20 minutes later and diverted twice I explained the problem and was asked for my contract number...
    Duh! I said what about the warranty and was told sorry can't help you. Well done Microsoft! 
     Uninstalled Office 2013 and replaced it with Office 2010 home and student. deleted all the .exd files from the disastrous Dec Microsoft update, Well done Microsoft! reregistered the MSCOMCTL.OCX and FM20.DLL planted the.xlsm file in a trusted
    location checked all the Macro and ActiveX settings and tried to load the file. The file  loads but  I now get  "Runtime Error 32809" it cant recognise 3 pages out of the has 19 pages it has. At any reference to one
    of these 3 pages and it crashes.
    I have been through "Compile Error" "Object does not exist on this machine" "Can't exit design mode" "Hidden file in Module" "Cant create ButtonX" "Unexpected Error 32809" and finally I am almost
    there but "Runtime Error 32809" have tried 3 versions of Office and now totally frustrated and have no more hair left to pull out. Well done Microsoft you are too busy writing new operating systems to dump on us every two years which no
    doubt will also not be compatible even with itself please fix the issues we are currently burdened with and I would like a refund for the Office 2013 which is not compatible with your flagship Windows8.
    Any help would be greatly appreciated.

    confidential clients information in the content.
    Make a copy of your file, select the cells with the informations and run the macro below.
    Andreas.
    Sub SelectionToRandomData()
    Dim R As Range, All As Range
    Dim S As String, Digit As String
    Dim d As Double, i As Long
    If Not TypeOf Selection Is Range Then
    MsgBox "Select some cells to randomize and try again", vbInformation
    Exit Sub
    End If
    Set All = Intersect(ActiveSheet.UsedRange, Selection)
    If All Is Nothing Then
    MsgBox "No data inside the select cells", vbInformation
    Exit Sub
    End If
    For Each R In All
    If R.HasFormula Then GoTo Skip
    If IsEmpty(R) Then GoTo Skip
    S = R.Value
    If IsDate(S) Then
    If R.Value < 1 Then
    R.Value = Rnd
    ElseIf Int(R.Value) = R.Value Then
    R.Value = Round(R.Value + 365 * (Rnd - 0.5), 0)
    Else
    R.Value = R.Value + 365 * (Rnd - 0.5)
    End If
    ElseIf IsNumeric(S) Then
    For i = 1 To Len(S)
    Digit = Mid$(S, i, 1)
    If Digit Like "#" Then Mid$(S, i, 1) = Chr(48 + Rnd * 9)
    Next
    R.Value = CDbl(S)
    Else
    For i = 1 To Len(S)
    Mid$(S, i, 1) = Chr(IIf(Rnd > 0.5, 65, 97) + Rnd * 26)
    Next
    R.Value = S
    End If
    Skip:
    Next
    End Sub

  • Unix or Linux application compatibility with X11 terminal/Mac OS X

    I am an engineer and thinking about upgrading to a MacBook Pro. Most if not all of the applications that I use with respect to my work can be acquired in Linux or Unix flavors. I went to the local Apple store and requested that a "genius" install this software on a MacBook to take it out for a test drive. The "genius" was not able to install the application. Do I assume that the application cannot be installed, or that the "genius" did not know his stuff? I would really like to get the MacBook but want to be sure that my Unix and Linux apps will run on it. What is the compatibility issue here? Will any Linux or Unix app run on the Mac? Will the applications run only as command line or will a GUI be available? I need to hear from someone that knows the OS X.
    MacBook Pro Mac OS X (10.4.8) thinking about purchase
      Mac OS X (10.4.8)  

    I've worked with some pretty smart people, including Nobel laureates, and there are very few people I would say qualify as geniuses. It is unlikely they all work retail at Apple stores.
    Anyway, what you are requesting is fairly standard. I made a web page to help you get going.
    Briefly, you can run almost anything from Linux, but you have to compile it. There are free downloads for the compilers in Xcode, and X11 comes as a non-default install with the operating system (and the computer you would be buying). You can then either do it all yourself or use a package management system such as Fink or DarwinPorts (MacPorts?) in a similar way to how this is done on Linux.
    There are some kernel-interacting linux applications that you might not be able to get to work, but I'd say well over 99% of what you would want will work fine. I use OS X as my primary scientific computing environment.
    If you need Linux, you can install that too, and even run it in Parallels (a 3rd-party virtualization software that allows you to install windows, linux, or any other i386 OS).

  • Questions on applications compatibility

    I am thinking of buying an apple computer and currently have windows xp. If I install Iworks and email a document from iworks to someone and they have windows will they be able to open it? Also I have a smart phone with windows mobile on it, can I still sync with apple?

    Welcome to Apple Discussions
    This forum is dedicated to the productivity application, AppleWorks. It is not a "catch-all" for how Apple computers work. There are dedicated forums for the iWork applications in the iWork '09 category.
    That being said, the iWork '09 applications have added the option of e-mailing your documents in Word/Excel/PowerPoint/PDF, etc. in the Share menu (the options depend on the applications). You can also export your documents as these various file types.
    If you live near an Apple Store, you could "play" with iWork on one of the computers in the store.
    For syncing with a Windows Mobile phone, I suggest posting a question in the Windows Compatibility forum.

  • SessionShim is not showing in Application Compatibility Toolkit 5.6

    Hi
    I'm having a problem with the ACT 5.6.
    I deployed a MSI collection package and collected information from the application. It found the issue is related to Session 0.
    This application fails to run due to the inclusion of an interactive service, which is not allowed in Windows Vista. In Windows Vista, applications and services must run in different sessions and cannot interact. To understand and mitigate this issue you
    can see the Session 0 Isolation topic in http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnlong/html/AppComp.asp or you can contact the application vendor.
    I can't find the SessionShim in my ACT 5.6. I have an issue with creating a fix for an application that has session 0 issue.
    Anyone please help.
    Thanks, Bipin Maliakal

    Hi all..
    At last I've found the solution by calling Microsoft itself.
    I am using Win 7 64 bit OS and using ACT Compatibility Manager 64 bit.
    SessionShim is only available in Compatibility Manager 32 bit which will be installed when we install the ACT 5.6.
    So if you didn't see the SessionShim or any other shims that has to be there in ACT, please try both versions of ACT Compatibility Manager ie 64 and 32 bit.
    When I use the Compatibility Manager 32 bit with my Win 7 64 bit computer I found the SessionShim in the ACT fixes.
    Thanks, Bipin Maliakal

  • Application compatability

    Where can I find a list of third party applications that were tested by Apple for compatability with the new OS Mountain Lion?  Specifically, any that we're tested using an early 2009 or later MPB (dual core CPU).
    Thnx

    Where can I find a list of third party applications that were tested by Apple
    Roaring apps is probably the best list there is, but its data is provided by users, not .
     do not do any testing themselves. People who participate in the Developer and public beta programs may feedback information about 3rd party s/w to Apple, but it is the developer's responsibility to update their programs and make it compatible with the OS.

  • Windows Vista Application Compatibility Update for Tecra M7 (kb935280)

    Hi
    Just wanted everybody to know: The compatibility update that Microsoft just released as part of yesterdays patchday might do some good for all of us who currently have problems with the Tecra M7 and Vista - although I didn't find out what it should do exactly, Microsoft announces it should improve the support:
    see: http://support.microsoft.com/kb/935280/en-us and get it at http://www.microsoft.com/downloads/details.aspx?FamilyId=618E24C1-8731-4D04-B0D8-3B4C703EDEE6

    Thanks Floh for this info.
    Regarding the Microsoft document the Vista operating system could be not compatible with some common applications.
    In single cases you could be not able to install the software or the installed software could causes system instability or the application, or the firmware may not work correctly.
    It seems the new Microsoft patch solves some installation problems with different programs. This are definitely good news
    I use only the XP due to incompatibility with Vista but I think I will switch to the new OS in the next time

  • Application compatibility issue in windows 8.1 O.S

    We developed metro application in Windows 8 OS. We are planning to move the same application to windows 8.1 OS. We had some issue with flickering .if we try to open any form black screen
    is appearing before loading the form. We don’t have the same kind of problem in windows 8 OS. Please advise.

    Hi,
    Since this issue is related to store app development, to help you better, I suggest you submit a new case on MSDN forum as they will be more professional on your issue:
    This is the MSDN forum link.
    https://social.msdn.microsoft.com/Forums/en-US/home?category=windowsapps
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us.  Thank you for your understanding.
    Kate Li
    TechNet Community Support

  • Apple applications compatibility to leopard

    Hey guys,
    Does the follow have issues with leopard,
    1) Final cut studio (non universal on rosette)
    2) Adobe cs2(non universal on rosette)
    3) Toast titanium 8.0.1
    4) Logic express 8
    need your advises before i start installing leopard on it.

    so it is advisable to have two operating system one for tiger and one for leopard. becoz i believe sooner i will have to spend more money to buy new applications which will costs me quite deeply as i am not highly pay. especially the costs of getting a new adobe cs series applications and final cut studio.

  • Forms 6i based application compatibility with Oracle Lite 10g

    My client is currently using an Oracle Forms 6i based application (together with a Jinitiator)
    in an application deployed to 50 countries using Oracle Lite 9i as the Mobile Application Server and Oracle 8i as the database.
    We are considering an update to Oracle 10g database and 10g Rel 3 mobile application server.
    Can anyone advise on the impact of such an application on the Forms 6i application and if there is a recommended process for the upgrade of the forms application?

    do you mean the OAS 10g Rel. 3 ? That application server has no forms-component. Only the Rel.2
    Your Forms 6i is certified against 10g databases with patch 17 and 18. Download them from the metalink.oracle.com

  • Windows Vista Home Premium and Creative Cloud Application Compatability?

    I am thinking of purchasing the Creative Cloud Application but I have Windows Vista Home Premium as my operating system.  Will these 2 work together.  I don't want to start a monthly subscription for something I can't use.

    check the specific apps:  http://www.adobe.com/products/creativecloud/tech-specs.html

  • UC application compatibility on UCS C-Series

    Hello - a customer is considering the deployment of Cisco C-Series UCS servers (M2) for virtualization of their UC server (2x Comm. Mgr, 1x Unity Connection, for now).  These servers support four (4) virtual machines, so what I need to validate is whether there are any "support" issues with running other, non-Cisco, non-UC servers (Windows/Linux) on the same C-series servers alongside the UC apps.  (For example: CM, Unity Connection, CallRex call recording and a Windows SQL server, all on the same C-Series - does Cisco not support this configuration?)
    Thank you

    Cisco does not support co-residency at this time for third-party applications.
    http://docwiki.cisco.com/wiki/Unified_Communications_Virtualization_Sizing_Guidelines#UCS_C-Series_Co-Residence_Requirements
    At this time there is no support for co-residency with non-Unified Communications Cisco applications, nor with third-party applications.

  • Forms application returns "ORA-01403 no data found" exception on Windows 7

    Hi everyone,
    I am currently involved in an application compatibility project for an O/S migration from Windows XP to Windows 7.
    We have a legacy Oracle Dev6i P18 Forms application that has been working perfectly on Windows XP for the last decade or so. When we installed the same application on Windows 7, it returned a pop-up error message with the text: "ORA-01403 no data found" when performing a certain operation (clicking on a Submit button in a specific form). The same operation works successfully on Windows XP displaying the message "Submit has been successful".
    This error is well documented and the solution involves adding an exception handler to the faulting SQL statement(s) in order to handle the ORA-01403 exception. Unfortunately, the application is composed of compiled forms (.FMX) and we no longer have the source code so I can't implement this solution.
    I ran a file comparison utility (WinDiff from the Windows SDK) and confirmed that all the files in the application folder and the Oracle Dev6i P18 folder are identical on both the Windows XP and Windows 7 systems.
    I enabled tracing in SQLNet.ORA by configuring TRACE_LEVEL_CLIENT=SUPPORT (I know, too verbose) and other related settings on both systems and have uploaded the traces to my SkyDrive for public viewing:
    http://sdrv.ms/10BNYtI
    The traces show that the "ORA-01403" exception occurs many times on both Windows XP and Windows 7 systems as a result of various SQL statements being executed, for instance:
    SELECT TASK_ID,TASK_DETAIL_STATUS,ASSIGNED_DATE FROM TASK_DETAILS WHERE TASK_ID = :b1 AND TASK_DETAIL_STATUS = (SELECT ID FROM V_TASK_STATUS WHERE ABBREVIATION = 'PLANNED' ) FOR UPDATE OF TASK_DETAIL_STATUS,ASSIGNED_DATE
    UPDATE TASK_DETAILS SET ASSIGNED_DATE=NTMS_UTIL.GET_SERVER_DATE,TASK_DETAIL_STATUS=(SELECT ID FROM V_TASK_STATUS WHERE ABBREVIATION = 'ASSIGNED' ) WHERE ROWID = :b1
    ORA-01403: no data found.
    So the same error happens on both Windows XP and Windows 7.
    On Windows XP, the error is somehow handled, and does not cause the "Submit" operation to fail.
    On Windows 7, however, the error bubbles to the surface and is displayed to the user, thus halting the "Submit" operation.

    Thank you. I'm well aware that adding an exception handler is the classic solution to the ORA-01403 error. However, like I mentioned in my original post, I don't have the source code. All I have are the compiled .FMX forms so I can't implement such a solution:
    From my original post:
    This error is well documented and the solution involves adding an exception handler to the faulting SQL statement(s) in order to handle the ORA-01403 exception. Unfortunately, the application is composed of compiled forms (.FMX) and we no longer have the source code so I can't implement this solution.

  • Adobe Application Manager Update fehlgeschlagen Fireworks Update auf Adobe Pixel Bender Toolkit 2.5, CS5 11.0.2-Aktualisierung, Update für Adobe Extension Manager CS5 5.0, Adobe Illustrator CS5 15.0.2 Aktualisierung

    Guten Abend Community, erst einmal bin ich neu hier und leider auch hier, da ich ein Problem habe welches ich einfach nicht gelöst bekomme.
    Ich musste mein System kommplett neu Installieren und habe anschließend Adobe Web Premium 5 Installiert was auch ohne Probleme Funktioniert, anschließend habe ich die Updates durcheführt welches auch fast ohne Probleme läuft qalle anderen Updates wurden Installiert bis auf die in der fehlermeldung. was kann ich da machen damit das nicht mehr auftritt ?
    PS: Davor ging das auch problemlos, das System habe ich erst vor 3 Tagen neu Aufgesetzt.
    Protokol der fehlermeldung
    Update auf Adobe Pixel Bender Toolkit 2.5
    Beim Herunterladen dieses Updates ist ein Fehler aufgetreten. Schließen Sie den Vorgang und versuchen Sie es später erneut. Fehlercode: U43M1D207
    Fireworks CS5 11.0.2-Aktualisierung
    Beim Herunterladen dieses Updates ist ein Fehler aufgetreten. Schließen Sie den Vorgang und versuchen Sie es später erneut. Fehlercode: U43M1D207
    Update für Adobe Extension Manager CS5 5.0
    Beim Herunterladen dieses Updates ist ein Fehler aufgetreten. Schließen Sie den Vorgang und versuchen Sie es später erneut. Fehlercode: U43M1D207
    Adobe Illustrator CS5 15.0.2 Aktualisierung
    Beim Herunterladen dieses Updates ist ein Fehler aufgetreten. Schließen Sie den Vorgang und versuchen Sie es später erneut. Fehlercode: U43M1D207
    Ja ich habe das mehrmals Versucht
    Mein System:
    Betriebssystem: Windows 8.1 Pro 64-bit
    CPU: AMD FX-8350 (8 x 4,00 GHz bzw. 8 x 4,20 GHz im Turbo Modus)
    DDR RAM III: 12,0GB Dual Kanal DDR3 @ 664MHz (9-9-9-24)
    Motherboard: MSI 970A-G43 (MS-7693) (CPU 1)
    Grafik: ASUS VS247 (1920x1080@60Hz)
    1023 MBNVIDIA GeForce GTX 460 (Gigabyte)
    Speicher:
    74GB INTEL SSDSA2M080G2GC (SSD)
    1863GB Seagate ST2000DM001-1CH164 (SATA)
    Installierte Programme:
    [spoiler]
    7-Zip 9.20 (x64 edition)
    Adobe Acrobat 9 Pro - English, Français, Deutsch
    Adobe AIR
    Adobe Community Help
    Adobe Creative Suite 5 Web Premium
    Adobe Extension Manager CS5
    Adobe Flash Player 10 ActiveX
    Adobe Flash Player 14 Plugin
    Adobe Media Player
    Adobe Photoshop Elements 12
    Adobe Photoshop Elements 12
    Adobe Photoshop Lightroom 5.4 64-bit
    Adobe Pixel Bender Toolkit 2
    Adobe Premiere Elements 12
    Adobe Reader XI (11.0.07) - Deutsch
    Apple Application Support
    Apple Software Update
    BioShock 2
    BioShock Infinite
    Bitdefender Total Security
    CCleaner
    CLICKBIOSII
    Clive Barker's Jericho
    CrystalDiskInfo 6.1.14
    CyberGhost 5
    DAEMON Tools Lite
    Defraggler
    Deus Ex: Human Revolution - Director's Cut
    DHTML Editing Component
    Die Siedler 7
    DiskCryptor 1.1
    Duke Nukem Forever
    Elements 12 Organizer
    Entity Framework 6.0.1 Tools for Visual Studio Next
    Entity Framework 6.1.0 Tools for Visual Studio 2013
    Entity Framework Designer für Visual Studio 2012 - DEU
    Erforderliche Komponenten für SSDT
    Far Cry® 3
    Free Studio version 2014
    Freemake Audio Converter Version 1.1.0
    Freemake Video Converter Version 4.1.4
    Freemake Video Downloader
    GIMP 2.8.10
    Grand Theft Auto IV
    Grand Theft Auto: Episodes from Liberty City
    GRID 2
    Hitman: Absolution
    Homefront
    IIS 8.0 Express
    IIS Express Application Compatibility Database for x64
    IIS Express Application Compatibility Database for x86
    ImgBurn
    Inno Setup Version 5.5.5
    Java 8 Update 5
    Java 8 Update 5 (64-bit)
    Java SE Development Kit 8 Update 5
    Java SE Development Kit 8 Update 5 (64-bit)
    Just Cause
    Just Cause 2
    Just Cause 2: Multiplayer Mod
    Left 4 Dead 2
    Left 4 Dead 2 Beta
    Mafia II
    Metro 2033
    Microsoft .NET Framework 4.5 Multi-Targeting Pack
    Microsoft .NET Framework 4.5 SDK
    Microsoft .NET Framework 4.5 SDK - DEU Lang Pack
    Microsoft .NET Framework 4.5.1 Multi-Targeting Pack
    Microsoft .NET Framework 4.5.1 Multi-Targeting Pack (ENU)
    Microsoft .NET Framework 4.5.1 SDK
    Microsoft .NET Framework 4.5.1 SDK (Deutsch)
    Microsoft .NET Framework 4.5.3 Multi-Targeting Pack
    Microsoft .NET Framework 4.5.3 Multi-Targeting Pack (ENU)
    Microsoft Expression Design 4
    Microsoft Expression Encoder 4
    Microsoft Expression Encoder 4 Screen Capture Codec
    Microsoft Expression Web 4
    Microsoft Help Viewer 2.0
    Microsoft Help Viewer 2.0 Language Pack - DEU
    Microsoft Help Viewer 2.1
    Microsoft Help Viewer 2.1 Sprachpaket - DEU
    Microsoft Help Viewer 2.2
    Microsoft Mathematics (64-Bit)
    Microsoft Office Professional Plus 2013
    Microsoft Silverlight
    Microsoft Silverlight 4 SDK - Deutsch
    Microsoft Silverlight 5 SDK
    Microsoft SQL Server 2012 Command Line Utilities
    Microsoft SQL Server 2012 Data-Tier App Framework
    Microsoft SQL Server 2012 Data-Tier App Framework (x64)
    Microsoft SQL Server 2012 Express LocalDB
    Microsoft SQL Server 2012 Management Objects
    Microsoft SQL Server 2012 Management Objects (x64)
    Microsoft SQL Server 2012 Native Client
    Microsoft SQL Server 2012 T-SQL-Sprachdienst
    Microsoft SQL Server 2012 Transact-SQL Compiler Service
    Microsoft SQL Server 2012 Transact-SQL ScriptDom
    Microsoft SQL Server 2014 Express LocalDB
    Microsoft SQL Server 2014 Management Objects
    Microsoft SQL Server 2014 Management Objects (x64)
    Microsoft SQL Server 2014 T-SQL Language Service
    Microsoft SQL Server 2014 Transact-SQL ScriptDom
    Microsoft SQL Server Compact 4.0 SP1 x64 DEU
    Microsoft SQL Server Compact 4.0 SP1 x64 ENU
    Microsoft SQL Server Data Tools - DEU (11.1.20828.01)
    Microsoft SQL Server Data Tools - DEU (12.0.30919.1)
    Microsoft SQL Server Data Tools - enu (14.0.40528.0)
    Microsoft SQL Server Data Tools Build Utilities - DEU (11.1.20828.01)
    Microsoft SQL Server Data Tools Build Utilities - DEU (12.0.30919.1)
    Microsoft SQL Server System CLR Types
    Microsoft SQL Server System CLR Types (x64)
    Microsoft System CLR Types for SQL Server 2014
    Microsoft Visual C++ 14 CTP Redistributable (x64) - 14.0.21901
    Microsoft Visual C++ 14 CTP Redistributable (x86) - 14.0.21901
    Microsoft Visual C++ 2005 Redistributable
    Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.17
    Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.4148
    Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.6161
    Microsoft Visual C++ 2008 Redistributable - x86 9.0.21022
    Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.17
    Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.4148
    Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.6161
    Microsoft Visual C++ 2010 x64 Redistributable - 10.0.40219
    Microsoft Visual C++ 2010 x86 Redistributable - 10.0.40219
    Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.60610
    Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.60610
    Microsoft Visual C++ 2012 Redistributable (x86) - 11.0.60610
    Microsoft Visual C++ 2012 Redistributable (x86) - 11.0.60610
    Microsoft Visual C++ 2013 Redistributable (x64) - 12.0.21005
    Microsoft Visual C++ 2013 Redistributable (x86) - 12.0.21005
    Microsoft Visual Studio 2010 Tools for Office Runtime (x64)
    Microsoft Visual Studio Express 2012 für Windows Desktop - DEU
    Microsoft Visual Studio Express 2013 für das Web - DEU
    Microsoft Visual Studio Express 2013 für Windows Desktop - DEU
    Microsoft Visual Studio Professional 14 CTP
    Microsoft Web Deploy 3.5
    Microsoft Web Platform Installer 5.0
    Microsoft WebMatrix 3
    Microsoft-System-CLR-Typen für SQL Server 2012
    Microsoft-System-CLR-Typen für SQL Server 2012 (x64)
    Mozilla Firefox 30.0 (x86 de)
    Mozilla Maintenance Service
    Mozilla Thunderbird 24.6.0 (x86 de)
    NirSoft Wireless Network Watcher
    Nmap 6.46
    Notepad++
    NVIDIA 3D Vision Controller-Treiber 337.88
    NVIDIA 3D Vision Treiber 337.88
    NVIDIA GeForce Experience 2.1
    NVIDIA Grafiktreiber 337.88
    NVIDIA HD-Audiotreiber 1.3.30.1
    NVIDIA PhysX-Systemsoftware 9.13.1220
    Opera Stable 22.0.1471.70
    Oracle VM VirtualBox 4.3.14
    paint.net
    Paket zur Festlegung von Zielversionen für Microsoft .NET Framework 4.5.1 (Deutsch)
    Prerequisites for SSDT
    PunkBuster Services
    QuickTime 7
    RAGE
    Recuva
    Safari
    Sleeping Dogs™
    Spec Ops: The Line
    Speccy
    Steam
    TAP-Windows 9.9.2
    TeamViewer 9
    The Bureau: XCOM Declassified
    The Elder Scrolls III: Morrowind
    TIPP10 Version 2.1.0
    Tom Clancy's Ghost Recon Phantoms - EU
    Tom Clancy's Splinter Cell Conviction
    Tomb Raider
    Turbo Lister 2
    Uplay
    VeraCrypt
    VLC media player 2.1.4
    VMware Player
    Wacom Tablett
    WCF RIA Services V1.0 SP2
    WebTablet FB Plugin 32 bit
    WebTablet FB Plugin 64 bit
    Windows Azure Authoring Tools - v2.3
    Windows Azure Compute Emulator - v2.3
    Windows Azure Libraries for .NET – v2.3
    Windows Azure PowerShell - June 2014
    Windows Azure Storage Emulator - v3.2
    Windows Azure Storage Tools - v2.2.2
    Windows Phone 8.1 Emulators - ENU
    Windows Phone SDK 8.0 - DEU
    WinHTTrack Website Copier 3.48-17
    WinPcap 4.1.2
    Worms Reloaded
    XAMPP
    XEOX Gamepad SL-6556-BK
    XMind 2013 (v3.4.1)
    Zune
    [/spoiler]
    Wenn noch fragen offen sind einfach fragen, ich würde gerne das Problem so schnell wie möglich lösen....

    Ja wie gesagt es hat davor auch ohne Probleme Funktioniert nur war ich gezwungen das System neu zu Installieren und ab dann konnte ich die da oben genannten Updates nicht mehr Installieren. Ein Mac ist zwar eine schöne Sache kommt aber für mich nie in Frage da ich mein PC als Arbeitsrechner und Gamer Rechner nutze und das meiste läuft halt nicht auf einen Mac und man müsste manche Programme neu Kaufen, das sehe ich überhaupt nicht ein, und meine Anwendungen werden aus Prinzipien nicht für Apple Produkte entwickelt da verdient man kaum etwas... aber das muss jeder für sich entscheiden. An eine neue Version habe ich eventuell nächstes Jahr gedacht aber auch nur die CS6 ob man das brauch ist die Frage da CS 5 genau macht was es soll. Das Modell mit der Adobe Cloud hat zwar denn Vorteil das die Programme Aktuell sind aber man muss Monatlich dafür Zahlen und CS5/CS6 oder älter brauch man nur einmal Kaufen. Darüber hinaus finde ich eh das Adobe so eine richtige S*** ist wenn es um Support ältere Programme geht so zeigt Adobe meiner Meinung nach das Ihre Produkte nichts wert sind zumindest macht es den Anschein. Aber wie gesagt, bin ich hier um Hilfe zu bekommen um das Problem zu lösen ohne ein neue Version zu kaufen, das ist ja bekanntlich die einfachste Lösung, aber wenn Informatiker auch so denken würden dann würde es sehr schlecht aussehen... und als Anmerkung am Rande, es wäre ja nett wenn man mir denn Link dieser Updates zukommen lassen könnte um die Updates Manuell zu Installieren.
    "Aber wie sollen wir denn Programme testen auf Hardware und OS, die es erst in ein paar Jahren geben wird."
    Dies kann man in voraus natürlich nicht aber in nachhinein geht das und Software Entwickler denn etwas an Ihre Produkte liegt, machen das nachhinein auch und passen gegebenenfalls Ihr Produkt an.
    PS: CS 2 läuft ebenfalls auf einem Windows 8.1 rechner ;-)

Maybe you are looking for

  • Need to Change E-mail address - will I lose purchased content?

    Hello: I have just switched service providers and need to update the e-mail address tied to my adobe account which I have used to authorise both my eDoc purchases and my Sony Reader. My fear is that in doing so, I will lose the ability to read all of

  • MainStage 1.0.2 released

    MainStage 1.0.2 addresses specific customer issues and general performance issues and improves overall stability. This update is recommended for all MainStage users.

  • Project Manager - everything needs re-indexing and conforming again

    I uploaded a project and it is 9 files each between 40gb's and 50gb's to an external Hard Drive and sent it my other editor. They are complete projects not trimmed. He can open them just fine but the want to re-index and conform....is there anyway ar

  • A process for the performance monitoring, tuning and fixing issues

    Hello Any recommendations for 10g a process/procedure/methodology for the performance monitoring, tuning and fixing issues for a team to follow ?

  • URL icons

    Hi I have a large number of url's saved as bookmarks in folders on the bookmark bar. Yesterday, I noticed that when I selected one of these bookmarks it was displayed in the URL window with a blue circle instead of the icon for that bookmark. Indeed,