SDK 9.1 Visual Studio App Wizard and VS2008

I have both VS2005 and VS2008 on my system. When I run setup.exe in 'Acrobat 9 SDK\Version 1\PluginSupport\Tools\Visual Studio App Wizard'  the Version 9 template only shows up in VS2005. Is there a way of getting the template into VS2008? Are SDK 9.1 and VS2008 compatable?

SDK 9 is only supported with VS2005.  Most things will still work in 2008, but the plug-in wizard was designed specifically for VS2005 and does not work with VS2008.

Similar Messages

  • Visual Studio App Wizard won't install with Visual Studio 2005

    When I try run the Visual Studio App Wizard from the Acrobat SDK V8.1 on my PC it tells me 'Please install Visual Studio 2005 before install Acrobat 8 Plugin Wizard'. I have Visual Studio 2005 installed with SP1. I also have the .NET framework 2.0.50727 SP1 loaded. I see this same problem on two different PC's with the same software configuration loaded. Any known issues with that?

    I've never seen this happen. It's been a while since I last installed the
    v9 SDK and it's plug-in wizard, so I don't remember how the installation
    went.
    I do most of my plug-in work on the Mac, where there is no plug-in wizard,
    so I don't use it - not even on Windows. You do not need it to start a new
    plug-in: Just use either the Starter plug-in from the samples, or the
    BasicPlugin project. This will give you something that compiles and runs.
    Then do a few simple text replacements to give things the proper names and
    use that as your starting point. The wizard will give you a few more things
    in regards to HFTs, but it's not complicated or time consuming to do that
    by hand. The good thing about having to do this every now and then is that
    it keeps your memory fresh about how HFTs work.
    If you want to save yourself some time, create your own starter plug-in
    that you mark up with comments about what you need to replace and why - put
    all the stuff in that you usually need and then just use that every time
    you need to start a new plug-in. Setting up a plug-in framework is usually
    a very small portion of the time that you will eventually spent on the
    plug-in development, so using the wizard will not save you much in the
    overall development time.
    Karl Heinz Kremer
    PDF Acrobatics Without a Net
    [email protected]
    http://www.khkonsulting.com
    On Sat, Nov 3, 2012 at 12:55 PM, Ramon F Herrera

  • I need help linking Microsoft SDK to My visual studio 2010 sp1 project?

    I need help linking Microsoft SDK to My visual studio 2010 sp1 project?
    Hi, I'm on windows 8.1 and I'm getting a lot of Direct x sdk errors every time I try to debug or release a project. Please help me I'm lost trying to fix's this, thanks.

    Hi programmerblizz,
    According to your description, could you please tell me which kind of project you try to debug or release? Is it a c++ project or other?
    If it is a c++ project, I suggest you can refer the following thread check your issue in your side.
    Reference:
    http://stackoverflow.com/questions/26303922/directx-9-cannot-find-the-include-libaries
    If no, please tell me more detail message about your issue.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Visual Studio 2013 Setup and Installation gets stuck at system restore point. what are the issues?, help me out!!!

    Visual Studio 2013 Setup and Installation gets stuck at system restore point. what are the issues?, help me out ASAP

    Hello nitinrathod29,
    There are some possible fixes for this issue.
    Please check the following thread:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/47bc6990-00f2-4d85-b3f8-9de03c637f43/visual-studio-2013-update-2rc-stucks-on-creating-system-restore?forum=vssetup
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/81478f51-37bb-4dbb-bd0c-beade1fd50ab/visual-studio-2012-professional-installation-getting-stuck-creating-a-system-restore-point?forum=vssetup
    So here are them:
    1. Check if you have any software which may prevent the installer from running. For example, Windows Defender or any other software which may restrict your permissions.
    2. Just start the computer.
    3. Run the setup as admin.
    4. Check your UAC permissions.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Visual Studio 2012 Express and 2013 Professional won't open

    I have downloaded both Visual Studio 2012 Express and 2013 Profession and both stop working when I open them. I have been using the developers command prompt from 2013 to run some c++ code. I need the program for my c++ class so please
    help as soon as possible. 

    Hi,
    Is there any specific error message occur when you open VS?
    Because of there is not enough information for troubleshoot, I will give you some advice:
    First, reboot the machine into safe mode. This can isolate some third part application.
    Second, you can use Devenv.exe Command Line to start the VS and collect logs for troubleshooting:
    You could type ‘Devenv.exe /SafeMode’, which starts Visual Studio in safe mode, loading only the default environment and services.
    You could create a log file (‘Devenv.exe  /log’ ) on your drive. If this issue exists still, you could invest your log file to narrow down the issue.
    More information about Devenv.exe Command Line, you could refer the following link:
    http://msdn.microsoft.com/en-US/library/ms241273(v=VS.80)
    Third, you should make sure you can successfully install the VS. Please use collect.exe utility to collect VS install logs to see whether the VS installation is success:
    http://aka.ms/vscollect
    And make sure you already followed up these steps to install your VS:
    1. Re-download the Visual studio from Microsoft official site here:
    http://www.visualstudio.com/downloads/download-visual-studio-vs
    After download you should use File Checksum Integrity Verifier tool to verify the integrity of your download. If the values don't match, your download may be corrupted and you should download the file again:
    Refer to the below page to know checksum detailed number:
    http://www.visualstudio.com/en-us/downloads/visual-studio-2013-iso-sha1-vs.aspx
    Refer to Download the Microsoft File Checksum Integrity Verifier to know how to check the checksum hash value.
    2. Disable your Anti-Virus or Anti-Spyware software and be sure that your OS has been "patched" up - Update your computer (Windows) before install the VS.
    3. Clean your %temp% folder and run the installer with Administrator permission.
    Look the links to get more information:
    http://blogs.msdn.com/b/msdnforum/archive/2010/03/06/visual-studio-and-net-framework-installation-tips.aspx
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/60f71a54-506e-4c70-be98-e993ce6d1ddf/visual-studio-installation-tips?forum=vssetup
    Best Wishes!
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • Visual Studio 2005/2008 and Crystal Reports versions/upgrade questions.

    I've tried posting this question on the MSDN forums and gotten no response. 
    I've downloaded and installed VS 2008 Beta 2.   The versions on the Crystal Reports files included are 10.5.0.1806  
    I'm currently using VS 2005, with the included Crystal Reports.  The versions on those files are 10.2.0.xxxx.  I've created an desktop app (in VB) which stores it's data in a database and uses the CR 10 runtime merge modules to generate a report.
    I was considering upgrading the Crystal Reports version to XI.  I would like to allow customers to modify my delivered report with their own licensed copy of CR XI.  I am not providing any functionality within my app to create or modify the delivered .rpt or use it outside my application.
    Questions:
    Do I need to update the runtime files to CR XI to support rpt files modified with CR XI?  Current runtime files are being delivered with the CR 10 merge module.
    I see a Crystal Reports for Visual Studio upgrade to CR XI. 
    Can I update the merge modules to CR XI and still use the CR for VS2005 for development?
    Does it make any sense to update CR for VS 2005?  Or to get the full CR XI Developer edition?  My usage of CR functionality is very limited.
    Would there be any benefit to waiting for the release of VS 2008?   How does that change the scenario?
    How does Crystal Reports for Visual Studio fit in with the Crystal Reports Lifecycle?  It's not mentioned on Business Objects End of Life Dates page . Crystal 10 has a Patch EOL of 31-Dec-07.   Does this apply to CR for VS 2005?  Where does 10.5 fit in?
    My main concern is allowing customers with CR XI to change the format of my delivered .rpt to run with my app.  Adding their company name, logo, etc.   My testing show a CR XI report still works with my current app.  But, going forward, what should I deliver and what do I need to use to continue development?

    To use Reports designed in XI, you need to use XI or higher runtime, running them in older versions may work, but you may encounter unforeseen issues doing so.
    If you are to use VS2005 for development you need to use XI Release 2 (11.5) runtime.
    If you are going to use VS2008 for development you need to use Crystal Reports 2008 with Service Pack 0.
    The support end of life for versions of Crystal Reports bundled with Visual Studio are linked to what Microsoft's lifecycle for the product is.  Generally if there is a workaround for the issue that is simple enough, there will not be a patch created.
    The changes you are expecting the customer to do can be accomplished with our RAS SDK which is available without using enterprise starting with Crystal Reports XIR2 SP2.

  • Acrobat SDK plugin in Visual Studio 2012

    Hello
    I am trying to develop a plugin for Acrobat SDK. We are using Visual Studio 2012 here at work but as the samples seemed to require using Visual Studio 2010 I had to resort to downloading Microsoft Visual C++ 2010 Express and trying to run the examples there. I managed to get the BasicPlugin to work by building it and copying the BasicPlugin.api file into the plug_ins directory and the menu and menu item would show.
    Since then I have been battling by using Visual Studio 2012 to work the same way and have used two different attempts, first by including the header files in the solution and then replicating the samples more closely by setting the includes (Additional Include Directories) in the Property Pages for the project and having other settings in the same way, but to no avail.
    Is it not possible to use Visual Studio 2012 or is there something I am missing?
    I must confess that my C++ is rather rusty as I normally use C#.
    Please find the two projects here if that helps explain my problem:
    OneAcrobatPlugin.zip - Box
    OneAdobePlugin.zip - Box

    It probably won't be impossible, but having worked through this many, many years ago (with different versions), it will demand a great deal of experiment, detailed analysis of the type of project and all of the options and included files; in some cases the header files need intelligent adjustment. A plug-in is a type of DLL with very specific requirements as everything has to match the internal conventions used to build Acrobat. Plug-ins are not like ordinary apps because they become a true part of the app that runs them, and any error crashes the whole app. It is not, frankly, worth the time needed to do such a port at your stage, especially as you won't be able to know whether your problems are due to porting issues or inexperience with plug-ins.

  • Running an older Visual Studio app on Server 2012R2 can't connect to SQL Database

    I have a database driven app written in Visual Studio 2005 or the release before.
    It works fine on windows xp, 7x64, server 2008R2.
    I installed on Server 2012R2, and it will not connect to the database. (which is a SqlServerExpress2014 database)
    System>Runtime.InteropServices.COMException (0x80004005): [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified at ADODB.ConnectionClass.Open(String ConnectionString, Strin UserID, String Password, Int32 Option) an
    ####.ModGlobal.OpenDB()
    1. My connection string is: Provider=SQLOLEDB.1;Password=XXXXX;Persist Security Info=True;User ID=sa;Initial Catalog=BuilderVT;Data Source=ENET-2012R2\SQLEXPRESS
    > I created & verified this as in a UDL file with OLEDB Core Services- the connection tested OK.
    > I used this same string on a Win7 system, and it connects to the database fine
    > I tried connecting to an older database on another system, and it fails.
    I suspect that there's a 32 to 64 bit mismatch, but, am lost at the moment

    My connection string is: Provider=SQLOLEDB.1;Password=
    Hello,
    Please lookup in Windows Registry if you have a key "HKEY_CLASSES_ROOT\SQLOLEDB.1" and/or HKEY_CLASSES_ROOT\SQLOLEDB". If you have only SQLOLEDB, then remove .1 from the Connection string.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Reader 9 error in Visual Studio App

    I am getting an error in Visual Studio when a pdf document opened in the IE WebBrowser.  The error is the common memory error: "Instruction at "0x00000x000" referenced memory... "
    The error only happens in with Windows XP (not Vista) with Reader 9.  It worked fine from Reader 6-8.  Since Reader 9, whenever I close the application with the X, not File/Exit mind you, I get the aforementioned application error.
    Has anyone come across this?  I am amazed that I cannot find much on this as it happens whenever you close IE with a PDF in any app.
    Any ideas of how to deal with this other than just migrating back to Reader 8?
    Thanks,
    Gage

    Yes, I have the exact same issue. I have submitted a bug to Adobe and downgrading to Reader 8 until this issue is fixed.
    Igor

  • How To: Use Visual Studio, IIS Express, and Adobe Edge Inspect to view local projects

    You CAN view a Visual Studio project with Adobe Inspect. The work around takes a little bit of time.
    This involves using IIS Express to run your Visual Studio project, which is mainly a setting in Visual Studio, a Firewall change, a few command line and IIS Express config change.  It isn't actually all that bad, but will make your life A LOT easier.
    Here are the steps. (Note these are steps I used for Visual Studio 2012 and your project is part of a solution project.  Windows 7 or Windows 8)
    1. If IIS in not turned on, turn it on.How to: Enable Internet Information Services (IIS) - this should install IIS Express as well.
    2. In Visual Studio, find the port that Visual Studio will be using for your project by Running your web project (Debug), and note/write down/save the port number that shows up in the browser when the project launches. (ex.  http://localhost:12345)
    3. Add a NetShare Reservation (process for this will be different for Windows XP)
    Go to your Command Line (CMD) in Windows and in c:\Windows\system32> type in
    netsh http add urlacl url=http://yourIPaddress:yourPortNumber user=everyone
    (ex. netsh add urlacl url=http://12.34.56.78:12345 user=everyone)
    Hit Enter key. You should be a successful add reservation message
    3. Go to your Windows Explorer (File system) and go to c:/Users/YourName/MyDocuments (or Documents)/IISExpress/config/ and open 'applicationhost.config'
    In the 'applicationhost.config' file find your site in the <sites> section.
    Example:
    <sites>
    <site name="WebSite1" id="1" serverAutoStart="true">
                    <application path="/">
                        <virtualDirectory path="/" physicalPath="C:\MyProjects\TestSite" />
                    </application>
                    <bindings>
                        <binding protocol="http" bindingInformation=":12345:localhost" />
                    </bindings>
                </site>
    </sites>
    In this section ADD 2 new lines to the <bindings> section. Note add your own IP address and your own Computer Name
    <binding protocol="http" bindingInformation="*:12345:12.34.56.78" />
    <binding protocol="http" bindingInformation=":12345:MyComputerName" />
    Save the config file.
    4. Open up your Windows Firewall and go to 'Advanced Settings'. Here you want to create an Inbound Rule.
    Right click on Inbound Rule and select New Rule
    - Rule Type select 'Custom'
    - Program leave this
    - Protocol and Ports > Protocol Type select 'TCP' then Local Port select 'Specific Port' and fill in the port number you got from VS.  Leave Remote Port alone.
    - Scope
    There are a few ways of doing this. Typically you would go the the Remote IP address and select 'These IP addresses: and select ADD > select 'Predefined set of computers' and choose Local Subnet.  IF this does not work leave Remote IP addresses > Any IP address option selected instead.
    - Action leave this
    - Profile select Domain and Private
    - Name put IISExpressWeb for the name
    Select 'Finish'
    5. Go to Visual Studio. (Note if you have multiple projects in your solution, choose your start up project. Right click on your project in Solution Explorer in VS and select 'Set as Start Up Project' )
    Right click on your start up project again and you should see an option to 'Use IISExpress'
    In the DEBUG dropdown (from the main menu bar at the top) select 'YourProjectName Properties'. Mine was the last one in the list with a wrench icon next to it.
    This should open an new tab in your project, You should see a left hand list of option and a right hand column of options.
    In the left column select 'Web' and in this tab select Use Local IIS Web server and select 'Use IIS Express' and type in your IP Address and port number (same as before) in the Project Url text box.
    Save.
    NOW, you should be able to run your project in Visual Studio and use Adobe Edge Inspect on your device and view new results in Chrome. You can develop from there.
    If you still can not see it working, please be sure your device is on the same SubNet or Wireless network as your computer.  If you are in a large network but the domains can still see each other, the Firewall Setting detailed above to allow Any IP Address in your Scope section.

    Hi CMosqueda,
    Thank you for taking time to share this information with other users.
    Thanks,
    Preran

  • Visual Studio Online- Features and pricing.

    I am TFS Admin in my organization and we(approx 100 users) have Visual Studio Professional
    with MSDN subscription and i want to know about following things:
    1. Is Visual Studio Online free for me(as we have MSDN Professional license)?
    2. How much storage(on cloud) we can get with this subscription ,as we have thousands
    of applications to store?
    3. What are the features available for me with my current(Visual
    Studio Professional with MSDN) subscription.
    4. is there any other cost or pricing which i will have to pay in order to use Visual
    Studio Online?
    5. Authorization
    migration from existing project : If we migrating from an On-Premises Team Foundation Server to Team Foundation Service:
    1. IS source code history preserved
            2. Are we able to migrate WorkItems with history.
    6. SharePoint Integration with Team Foundation Service: Does
    hosted team foundation service support integrate with SharePoint.

    I have Visual Studio Professional with MSDN subscription and i want to know about following
    things:
    1. Is Visual Studio Online free for me?
    2. How much storage we get with this subscription?
    3. What are the features available for me with my current(Visual
    Studio Professional with MSDN) subscription.
    4. is there any other cost or pricing which i will have to pay in order to use Visual
    Studio Online?

  • ALM - Visual Studio Database Projects and Data Warehousing

    I have moved onto a team doing data warehousing. In the past I have performed application lifecycle managment using Visual Studio and TFS for web and test projects. I am helping my current team define a plan to start using TFS 2010 and Visual Studio 2012
    to manage our schema and T-SQL code (develop, build, and deploy). I was wondering if there are a set of best pracitices specific to databases with large data volumes on multicoatabase Windows servers. Some of our deployment edge cases involve long running
    data migrations (which we can manage in an ETL tool) and schema upgrades to larger tables. That last one is what I need some guidance on. any guidance on applying ALM best practices to warehouses with larger volumes of data would be greatly appreciated. Thanks.
    Eric Aldinger

    Any ideas for Eric? Is this the right forum?
    Thanks!
    Ed Price (a.k.a User Ed), SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Visual Studio quits responding and restarts when trying ot open any project

    After upgrading to VS 2013 Ultimate I can no longer open solutions.  I begin to see the solution open, but I then get a message saying Visual Studio has stopped responding and it restarts.  I can run fine if I run visual studio is SafeMode. 
    When I look up the log message in the Windows Event Viewer I see this from the .NET runtime:
    Application: devenv.exe Framework Version: v4.0.30319 Description: The process
    was terminated due to an unhandled exception. Exception Info:
    System.ComponentModel.Composition.CompositionException Stack: at
    System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__0(System.Object)
    at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate,
    System.Object, Int32) at
    MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object,
    System.Delegate, System.Object, Int32, System.Delegate) at
    System.Windows.Threading.DispatcherOperation.InvokeImpl() at
    System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object)
    at
    System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext,
    System.Threading.ContextCallback, System.Object, Boolean) at
    System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext,
    System.Threading.ContextCallback, System.Object, Boolean) at
    System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext,
    System.Threading.ContextCallback, System.Object) at
    System.Windows.Threading.DispatcherOperation.Invoke() at
    System.Windows.Threading.Dispatcher.ProcessQueue() at
    System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr,
    Boolean ByRef) at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr,
    Boolean ByRef) at
    MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object) at
    System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate,
    System.Object, Int32) at
    MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object,
    System.Delegate, System.Object, Int32, System.Delegate) at
    System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority,
    System.TimeSpan, System.Delegate, System.Object, Int32) at
    MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
    I'm running Win7.  I have install logs but I can't post a link in this forum.  So I'm putting in spaces:
    https:// onedrive.live.com /redir?resid=D0394CB203892A38!107&authkey=!AG-DER2KiNz2zzU&ithint=file%2ccab
    Tried doing repair, uninstall/reinstall. 

    Hi,
    According to your description, I recommend you can follow up these steps below to handle the issue:
    First, try to disable the windows process which is running.
    Second, you say you can run VS in the safeMode. It seems there is something wrong with VSCommands extension or other plugin. You can try to disable all extensions, restart visual studio and re-enable them; sometimes it resolves such issue.
    Third, you can try to reset your Vs by devenv.exe:
    http://msdn.microsoft.com/en-us/library/ms241273.aspx
    Please update the result after you already try methods above.
    Best Wishes!
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • Visual Studio 2015 Enterprise and SSDT -- which SQL Server version(s) targetted for SSIS and SSRS

    With Visual Studio 2015 Enterprise Preview, I see that Sql Server Data Tools (SSDT) are included.  What I need to know is, when I create an Integration Services Package or Reporting Serivces report, on which versions of SQL Server can the result be
    deployed?
    e.g. Can I deploy an SSIS package created this way on Sql Server 2008R2?  2012? 2014?
    If all three, how to I tell Visual Studio the target environment for the package?

    I think, SSDT BI templates for VS2015 is not available yet. If it's available or yet to come please post the URL if you have got details about it.
    Below recent thread should answer your question. Please see last reply by Katherine.
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/ea9c0360-d4f4-480e-b022-52b9d9189c51/visual-studio-2015-ssis-development-backward-compatibility-can-we-develop-2008-2012-2014?forum=sqlintegrationservices
    Cheers,
    Vaibhav Chaudhari
    [MCTS],
    [MCP]

  • Plug in for visual studio 6.0 in acrobat sdk 6.0

    Dear Friends,
    I am absolutely in to the pdf plug in work. Can any one please help me, to know that how to install the plug in for visual studio 6.0.
    I have installed acrobat sdk 6.0 , acrobat professional and visual studio 6.0 in my system.
    Please suggest me whether I have to download any other tool for this.
    Regards,
    Safee

    My problem has resolved... still thank you...
    I just follwed
    You must install the wizard manually. Simply copy the AcrobatPluginWiz.awx and
    AcrobatPluginWiz.hlp files from PluginSupport\Tools\Visual Studio App Wizard
    subdirectory of the Acrobat 6.0 SDK installation to the Common\MSDev98\Template\
    subdirectory of the Visual Studio 6.0 installation. The default path to copy from is
    C:\Program Files\Adobe\Acrobat 6.0 SDK\PluginSupport\Tools\Visual Studio App Wizard
    and the default path to copy to is C:\Program Files\Microsoft Visual
    Studio\Common\MSDev98\Template.
    Once the files are copied, the Acrobat 6.0 Plugin Wizard option will now be available in the
    File > New > Projects dialog.

Maybe you are looking for

  • Windows 7 desktop locks after 10 minutes idle - Policy setting?

    Is there a policy setting to lock the desktop after a certain amount of idle time?  I can't seem to find one, and searches on the web only seem to uncover lock up issues with software, rather than security policy settings. Right now our Win 7 desktop

  • How to change facetime account?

    I wish to replace my Ipad2's facetime account using my account, previously using my brother's apple account.  Please reply with the steps on how to replace it, thanks.

  • Migration of j2ee app from Sun one App Server 6.0  to Sun one 6.5 Server

    Hi all, Currently I am involved in "J2EE" ear (webapps) migration from Sun One 6.0 to Sun One 6.5 Application Server on solaris os.Since the version and functionlity itself is major change in Sun One Server, my team had decided to build the source fi

  • Ipod shuffle 1st gen and ipos nano 1st gen

    After installing new itunes update for the new ipod nano 2nd gen i am unable to get several songs that were in my library for years to transfer to the 1st gen ipods .. the message i get is that certain songs (and I get a list in itunes) are not autho

  • Moving WCC cluster setup from one box to another box

    We want to move the existing WCC  (clustered) from one box to another box (both unix). We have the cluster/ folder {which have the folders cs/, vault/, weblayout/} on shared drive mounted in source machine running on 11.1.1.6.0. We have installed the