[CS2, windows, VC2005] howto create debug build

hi guys,
i've created a new project from scratch and have set all the settings from one of the sample plugins' debug configuration.
when i start the indesign cs2 4.0.5 debug version, it tells me that my plugin needs the release version.
i'm sure i just forgot one setting or define or whatever - can anyone tell me how indesign distinguishes debug versions from release versions?
best regards

hi manfred,
nope, thats not the point. i've compiled the basicdialog sample and that works in debug and release version.
thanks anyway.

Similar Messages

  • Flex Mobile List view only displaying correctly in debug build

    I've got a horizontal list view that I've created in my app. There is a button that changes it's layout and items between a small thumbnail grid layoutand a larger thumbnail single row layout.
    In my debug build, this works just fine every single time. However, once I create a release build and install it, the listview doesn't have anything in it initially. If I press my layout change button, the large images show up, but they are shown vertically instead of horizontally.
    And if I hit the button again, I see the smaller images, except that they are in white boxes the size of the larger images.
    Here's some screenshots:
    Here's my layout creation code:
    // setup the scroll view
                    scrollView.horizontalAlign="center";
                    scrollView.horizontalGap=20;
                    scrollView.orientation="columns";
                    scrollView.requestedRowCount=1;
                    scrollView.verticalAlign="middle";
                    scrollView.verticalGap=20;
                    // setup the grid view
                    gridView.horizontalAlign="center";
                    gridView.horizontalGap=20;
                    gridView.orientation="columns";
                    gridView.requestedRowCount=2;
                    gridView.verticalAlign="middle";
                    gridView.verticalGap=20;
    Here is my layout swap code and my item adding:
    var imageClass:Class;
                    if(view == 1){
                        listy.layout = gridView;
                        imageClass = getDefinitionByName(getQualifiedClassName(new gridImg())) as Class;
                    }else{
                        listy.layout = scrollView;
                        imageClass = getDefinitionByName(getQualifiedClassName(new scrollImg())) as Class;
                    var x:ArrayList = new ArrayList();
                    var im:BitmapAsset;
                    im = new imageClass() as BitmapAsset;
                    var i:BitmapImage = new BitmapImage();
                    i.source = im;
                    x.addItem(i);
                    i = new BitmapImage();
                    i.source = im;
                    x.addItem(i);
                    i = new BitmapImage();
                    i.source = im;
                    x.addItem(i);
                    i = new BitmapImage();
                    i.source = im;
                    x.addItem(i);
                    i = new BitmapImage();
                    i.source = im;
                    x.addItem(i);
                    i = new BitmapImage();
                    i.source = im;
                    x.addItem(i);
                    i = new BitmapImage();
                    i.source = im;
                    x.addItem(i);
                    i = new BitmapImage();
                    i.source = im;
                    x.addItem(i);
                    listy.dataProvider = x;
    And in case it's relevant, here's my embedded image code:
    [Embed(source="assets/logo.png")]
                [Bindable]
                public var gridImg:Class;
                [Embed(source="assets/logo2.png")]
                [Bindable]
                public var scrollImg:Class;
    Any help would be appreciated.

    The red arrow shows the floating bar in Reader X, outside the visible area of the screen

  • Ant - create a build file

    Hi,
    I am working on creating a build.xml which will compile my source code, and create a jar.
    My project that I need to compile though references another project...this is where I am having problems. Here is the scenario
    C:\projectA\src\HelloWorld.java
    C:\projectB\src\com\helloworld\HelloWorldDialog.java
    ....so my build.xml file looks like
    <project name="Hello World" default="dist" basedir=".">
         <target name="compile">
              <javac srcdir="." destdir="\build" includes="C:/projectB/src/com/helloworld/**"  debug="on" listfiles="true">
                   <include name="**/*.java" />
              </javac>
         </target>
         <target name="jar" depends="compile">
         </target>
         <target name="dist" depends="jar">
              <echo>Build complete</echo>
         </target>
    </project>...I havent filled out the jar part, etc yet....just trying to get through the compile.
    I get errors that point to the imports in projectA's HelloWorld.java...it complains that "package com.helloworld" does not exist....any ideas? I have tried reading the ant javac manual and searching google, but havent solved this yet...so I thought I'd try here.
    thanks

    is this what you meant, b/c i still cant get it to compile
    <project name="Hello World" default="dist" basedir=".">
         <target name="compile">
              <javac srcdir="./src" destdir="./build" debug="on" listfiles="true">
                   <classpath>
                        <pathelement location="C:/eclipse/worksspace/projectB/bin" />
                        <fileset dir="C:/eclipse/workspace/projectB/bin/">
                             <include name="**/*.class" />
                        </fileset>
                   </classpath>
                   <include name="**/*.java" />
              </javac>
         </target>
         <target name="jar" depends="compile">
         </target>
         <target name="dist" depends="jar">
              <echo>Build complete</echo>
         </target>
    </project>

  • [Forum FAQ]Tips on Upgrading Windows 10 Technical Preview from Build 9841 to 9860

    The new Build 9860 for Windows 10 Technical Preview has been released recently. Here, I would like to share some experience on upgrading Windows 10 Technical Preview from Build 9841 to 9860.
    Tip 1: How to use Refresh option to upgrade.
    Scenario
    In order to upgrade to Build 9860, the new preview build should be downloaded firstly:
    PC settings-> Upgrade and recovery->
    Preview builds, which is as shown below.
    If there are multiples PCs which are running Windows 10 Technical Preview Build 9841 need to be upgraded, you may just want to use one copy of downloaded preview build to upgrade all of them instead of downloading the new build on each PC.
    Solution
    If you have upgraded one PC from Windows 10 Technical Preview Build 9841 to 9860, the downloaded preview build (install.esd) can be used to upgrade other PCs. Here we can use install.esd to export the install.wim, then this intall.wim can be used as a recovery
    image.
    Step 1: Understand the basic information about install.esd.
    Install.esd file is located at C:\ $WINDOWS.~BT\sources folder at first. When the upgrade is finished, it would be copied to
    C:\RecoveryImage folder. Here is the information in setupact.log which contains information about setup actions during installation:
    2014-10-28 19:03:38, Info SP Moving file D:\$Windows.~BT\Sources\Install.esd to D:\RecoveryImage\Install.esd
    What’s more, the command Dism /Get-Wiminfo /Wimfile:<path_to_install.esd> is used to display the information about the file install.esd:
    Step 2: Export the file install.wim.
    The following command is used to export Windows 10 Technical Preview Build 9860 image:
    Dism /Export-Image /SourceImageFile:<path_to_install.esd>
    /SourceIndex:4 /DestinationImageFile:<path_to_install.wim> /Compress:recovery
    Step 3: Copy exported install.wim to other Windows 10 Technical Preview Build 9841 computers, and set the recovery image.
    For example, the install.wim has been copied to C:\image folder, the following command is used to set the recovery image:
    Reagentc /setosimage /path C:\image /index 1 /target C:\Windows.
    Step 4: Use Refresh option to upgrade your PC.
    Go to
    Update and recovery setting under PC settings, choose
    Refresh your PC without affecting your files:
    Note:
    Applications needed to be reinstalled.
    System would use the exported install.wim to refresh Windows 10 Technical Preview from Build 9841 to 9860:
    Note: If you use install.esd to refresh directly, just need point the index location as 4:
    Reagentc /setosimage /path C:\image /index 4 /target C:\Windows. However, install.wim is easier for deployment, such as creating bootable USB, WDS and SCCM deployment.
    Tip 2: Workground to upgrade native boot VHD.
    Scenario
    Many users use the method native boot into VHD to test Windows 10 Technical Preview. However, there is a limitation on native boot when using VHDs:
    If you boot from a VHD, you cannot upgrade the Windows version in the VHD to a newer version. This article describes how to upgrade VHD system Windows 10 Technical Preview from Build 9841 to 9860.
    Solution
    Step 1: Upgrade in Hyper-V.
    Use Hyper-v to create a new virtual machine, and use your native boot VHD
    as an existing virtual hard disk:
    If booting from this virtual disk directly, it would fail to start due to lacking of boot files. You can use Windows 10 Technical Preview Build 9841 ISO file to repair the startup issue:     
    You can boot intosystem successfully in Hyper-v, then the upgrade process would be supported.
    Step 2: Create Native Boot to VHD.
    When the upgrade is finished, shut down the virtual machine, use the same way to create Native Boot to VHD:
    Mount the 9860 native boot VHD file.
    Use the following command to create boot entry for VHD system: Bcdboot
    v:\windows (v: represents the mounted virtual disk drive letter).
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Hi Arman mohseni,
    From my observation, if I click download now, it would create a BITS task:
    We can use following command to check:
    Import-module bitstransfer
    Get-bitstransfer –allusers
    From the output, we can see the system account created a BITS job for transferring, under the C:\Windows\Software Distribution\download, we can get the temporary downloaded file, which is approximately about 2.5G.
    After we restart, and go to C:\Windows\Software Distribution\download, the temporary file is gone.
    If I click the download again, the BITS would create a new task, a new temporary file, if we compare the JobIds of the two times downloading, they are totally different.
    On the other hand, if we download a windows update, the JobId would be kept, and the temporary files would be kept, too.
    Alex Zhao
    TechNet Community Support

  • [WP8.1 Native C++] Release mode creating Debug dump file on device

    Hello,
    My WP8.1 Native C++ game is creating Debug dump file while testing with a real WP8.1 device, even though it is published under Release mode. Is this normal? or should I be concerned? The game is not crashing or anything, just outputting the debug
    file which is around 50-60MB.
    I am using Directxtk and CurrentAppSimulator.

    Thank you for all the help :)
    VS2013 is now able to download and find some of the PDB Symbols, like kernelbase.dll
    but not all of them.
    Here is the result:
    Loaded 'D:\WPSystem\SharedData\PhoneTools\AppxLayouts\d1d054a5-e56e-4979-92a3-c04098e6065aVS.Release_ARM.Syeef\App.exe'. Symbols loaded.
    Loaded 'C:\Windows\system32\NTDLL.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\KERNELBASE.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\COMBASE.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\D3D11.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\D2D1.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\DWRITE.DLL'. Symbols loaded.
    Loaded 'U:\PROGRAMS\WINDOWSAPPS\Microsoft.VCLibs.120.00.Phone_12.0.30113.0_arm__8wekyb3d8bbwe\vccorlib120_app.dll'. Symbols loaded.
    Loaded 'U:\PROGRAMS\WINDOWSAPPS\Microsoft.VCLibs.120.00.Phone_12.0.30113.0_arm__8wekyb3d8bbwe\msvcp120_app.dll'. Symbols loaded.
    Loaded 'U:\PROGRAMS\WINDOWSAPPS\Microsoft.VCLibs.120.00.Phone_12.0.30113.0_arm__8wekyb3d8bbwe\msvcr120_app.dll'. Symbols loaded.
    Loaded 'C:\Windows\system32\MSVCRT.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\RPCRT4.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\KERNEL32LEGACY.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\MINCOREDLOAD.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\DXGI.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\GDI32.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\OLEAUT32.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\MINUSER.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\CoreMessaging.dll'. Cannot find or open the PDB file.
    Loaded 'C:\Windows\system32\SecRuntime.dll'. Cannot find or open the PDB file.
    Loaded 'C:\Windows\system32\SECHOST.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\ModernApiExtHost.dll'. Cannot find or open the PDB file.
    The thread 0xca0 has exited with code 0 (0x0).
    Loaded 'C:\Windows\system32\CRYPTBASE.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\BCRYPTPRIMITIVES.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\CoreApplicationShim.dll'. Cannot find or open the PDB file.
    Loaded 'C:\Windows\system32\TWINAPI.APPCORE.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\WINTYPES.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\SHCORE.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\PsmApp.dll'. Cannot find or open the PDB file.
    Loaded 'C:\Windows\system32\EMClient.dll'. Cannot find or open the PDB file.
    Loaded 'C:\Windows\system32\AgHostSvcs.dll'. Cannot find or open the PDB file.
    Loaded 'C:\Windows\system32\KERNEL.APPCORE.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\PhoneBrokerClient.dll'. Cannot find or open the PDB file.
    Loaded 'C:\Windows\system32\CRYPTSP.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\RSAENH.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\BCRYPT.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\ProcThreadExtHost.dll'. Cannot find or open the PDB file.
    Loaded 'C:\Windows\system32\wpcoreutil.dll'. Cannot find or open the PDB file.
    Loaded 'C:\Windows\system32\AppModelProxy.dll'. Cannot find or open the PDB file.
    Loaded 'C:\Windows\system32\CoreUIComponents.dll'. Cannot find or open the PDB file.
    Loaded 'C:\Windows\system32\orientation.dll'. Cannot find or open the PDB file.
    Loaded 'C:\Windows\system32\ADVAPI32LEGACY.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\ShellChromeAPI.dll'. Cannot find or open the PDB file.
    Loaded 'C:\Windows\system32\AppChromeAPI.dll'. Cannot find or open the PDB file.
    Loaded 'C:\Windows\system32\SSPICLI.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\PCWUM.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\ACTXPRXY.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\WINDOWSCODECS.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\qcdx11um8626.dll'. Cannot find or open the PDB file.
    Loaded 'C:\Windows\system32\msvcr120.dll'. Symbols loaded.
    Loaded 'C:\Windows\system32\MRMCORER.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\BCP47LANGS.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\WINDOWS.UI.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\NINPUT.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\DCOMP.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\DWMAPI.DLL'. Symbols loaded.
    First-chance exception at 0x777835D7 in App.exe: Microsoft C++ exception: Cn::XH at memory location 0x00E4E8A8.
    Loaded 'C:\Windows\system32\Windows.UI.Core.TextInput.dll'. Cannot find or open the PDB file.
    Loaded 'C:\Windows\system32\TextInputFramework.dll'. Cannot find or open the PDB file.
    Loaded 'C:\Windows\system32\Windows.Phone.Devices.dll'. Symbols loaded.
    Loaded 'C:\Windows\system32\CFGMGR32.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\WINDOWS.GRAPHICS.DLL'. Symbols loaded.
    First-chance exception at 0x777835D7 in App.exe: Microsoft C++ exception: Cn::XH at memory location 0x00E4E600.
    Loaded 'C:\Windows\system32\CompClient.dll'. Symbols loaded.
    Loaded 'C:\Windows\system32\StorageProxy.dll'. Cannot find or open the PDB file.
    Loaded 'C:\Windows\system32\WINDOWS.STORAGE.APPLICATIONDATA.DLL'. Symbols loaded.
    First-chance exception at 0x777835D7 in App.exe: Microsoft C++ exception: Cn::XH at memory location 0x00E4E908.
    Loaded 'C:\Windows\system32\qcdx11compiler8626.dll'. Cannot find or open the PDB file.
    Loaded 'C:\Windows\system32\msvcp120.dll'. Symbols loaded.
    Loaded 'C:\Windows\system32\Windows.ApplicationModel.Store.TestingFramework.dll'. Cannot find or open the PDB file.
    Loaded 'C:\Windows\system32\ZTrace.dll'. Cannot find or open the PDB file.
    Loaded 'C:\Windows\system32\ZMF_Client.dll'. Cannot find or open the PDB file.
    Loaded 'C:\Windows\system32\WEBSERVICES.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\TaskHostSvcs.dll'. Cannot find or open the PDB file.
    Loaded 'C:\Windows\system32\phoneinfo.dll'. Symbols loaded.
    Loaded 'C:\Windows\system32\WINDOWS.STORAGE.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\SHLWAPI.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\POWRPROF.DLL'. Symbols loaded.
    Loaded 'C:\Windows\system32\PROPSYS.DLL'. Symbols loaded.
    I am not getting any other errors apart from these.

  • Create Multiple Build Controllers in Team Foundation Server 2013

    Hi all,
    I have created an environment of Team Foundation Server 2013 & also installed SharePoint Foundation 2013. Everything is working fine. I have created a build controller on the same machine on which I have installed the TFS. This build controller is used
    for building the projects of a Team Project Collection. I know that a build controller can only be used for one Team Project collection. Creating multiple build controllers on the same machine is not recommended by Microsoft.
    I have another team project collection, for this I need to create another build controller. Could you please tell me how to create another build controller on a different machine.
    Please  help me with this.
    Thanks.

    Hi Vishwajeet,
    You can do this by installing TFS in another machine (do not configure as app tier), and then configuring build services.
    Complete instructions are in my post here http://chamindac.blogspot.com/2014/02/06-setup-build-server-setup-virtual.html 
    Setting up a TFS environment step by step explained in this blog series
    http://chamindac.blogspot.com/2013/12/setup-virtual-environment-for-tfs-2013.html
    My posts explain how to setup on virtual box but it is same steps even if you setup in hyperv VM or in a standard machine.
    One more recommendation I would like to make here is, it is better if you do not configure build services in TFS App Tier. Use separate build servers. Another one is do not create too many project collections. Project collections require separate build servers,
    test controllers etc. because one is fully isolated from another collection. So carefully plan your TFS environment. I recommend you to download and read TFS Planing Guide from ALM Rangers from here
    http://vsarplanningguide.codeplex.com/releases
    Cheers!
    Chaminda

  • Problem in creating a build.xml for weblogic portal application

    Team ,
    I am facing problem in creating the build.xml using weblogic.BuildXMLGEN tool .
    a) Below is the structure of my portal application
    SrcCode
    --- .metadata (eclipse plugins folder)
    --- B2BApp ( Ear Content)
    --- b2bPortal ( portal related file(controllers,jsp)
    --- b2bsrc     (java src)
    b) Now I executed below utility to generate the build.xml "
    java weblogic.BuildXMLGen -projectName B2BApp -username weblogic -file build.xml -password welcome1 F:\srcCode"
    c) Based on the above step , build.xml got generated .
    d) when I execute "ant compile" target from the command prompt , I see the below exception
    ant compile
    Buildfile: build.xml
    compile:
    +[wlcompile] [JAM] Warning: failed to resolve class AbstractJspBacking+
    +[wlcompile] [JAM] Error: unexpected exception thrown:+
    +[wlcompile] com.bea.util.jam.internal.javadoc.JavadocParsingException: Parsing failure in F:\b2bNew\b2bPortal\src\portlets\b2b\dmr\Picker\PickerController.java at line 58.+
    e) I suspect , the problem is bcoz of classpath issues , as I generated build.xml donot have the references to dependent lib's.As build.xml looks like below :
    +<target name="compile" description="Only compiles B2BApp application, no appc">+
    +<wlcompile srcdir="${src.dir}" destdir="${dest.dir}">+
    +<!-- These referenced libraries were not found -->+
    +<!-- <library file="p13n-core-web-lib" /> -->+
    +<!-- <library file="jersey-web-lib" /> -->+
    +.....+
    +....+
    Please help me to reslove these issues .
    PS: I able to deploy the application using 10.3.2 weblogic workshop ( i.e inbuilt eclipse )

    i JaySen ,
    thanks for your response. As mentioned we added all the necessary library within the -librarydir but still we see the same error :
    +[JAM] Error: unexpected exception thrown:+
    com.bea.util.jam.internal.javadoc.JavadocParsingException: Parsing failure in F:\b2bNew\b2bPortal\src\portlets\typeAhead\TypeAheadController.java at line 70.  Most likely, an annotation is declared whose type has not been imported.
    at com.bea.util.jam.internal.javadoc.JavadocTigerDelegateImpl_150.getAnnotationTypeFor(JavadocTigerDelegateImpl_150.java:410)
    at com.bea.util.jam.internal.javadoc.JavadocTigerDelegateImpl_150.extractAnnotations(JavadocTigerDelegateImpl_150.java:176)
    at com.bea.util.jam.internal.javadoc.JavadocTigerDelegateImpl_150.extractAnnotations(JavadocTigerDelegateImpl_150.java:152)
    at com.bea.util.jam.internal.javadoc.JavadocClassBuilder.addAnnotations(JavadocClassBuilder.java:404)
    at com.bea.util.jam.internal.javadoc.JavadocClassBuilder.populate(JavadocClassBuilder.java:359)
    ===================
    a) this is a upgrade project [ upgrading from wlp 8.1.4 to 10.3.2 ]
    i.e we are using weblogic portal 10.3.2 version.
    b) Searched some sites/forums regarding the above error, and it says something related to "jwsc" ant task [ i.e while compiling a webservice(JWS) ], but we see this error while compiling a normal controller(jpf) class :(
    c) we are using "ant compile" target which internally calls wlcompile task , while executing wlcompile this error is thrown .
    Help Appreciated
    Thx,
    Sarat

  • Windows migration assistant created 2 accounts on my Mac

    Windows migration assistant created 2 accounts on my daughters new Mac,
    In a hurry to set up my daughters New Macbook Air we downloaded the Windows Migration Assistant when migrating we unticked music and videos intending to migrate them at a later date and migrated everything else.
    Then today a week later we decided to migrate the music and videos across and was amazed to see the software had created a new separate account on the mac.
    So my daughter has one account with all her coursework and other info then a separate account with all her music and iTunes etc.
    There was nothing in the process that suggested or warned it was a one time tool per account and why the code writers would assume a new account was needed each time the tool is used seems a rigid approach.
    Does anybody know if there's a way to get the music and videos over to the first account and then delete the unneeded second account?

    While it surprised me what to migration did with transferring the old files, it really out smarted me - to no real surprise.
    It might have been nice to have known what to expect. Now that this is done, how can I keep some files separate on the two different accounts.
    I want access to some files on one account but not on the other. Shared files, maybe?
    How can that be set up?
    Thanks.

  • How do I install a pdf printer driver on my window computer using create pdf

         How do I install a pdf printer driver on my window computer using create pdf

    http://helpx.adobe.com/acrobat-com/kb/using-createpdf.html#main_adobePDF_desktop_printer

  • Everytime when i connect 3g internet with my laptop using USB (Windows 7) it creats new connection trailing network1, network2, network3.........

    Everytime when i connect 3g internet with my laptop using USB (Windows 7) it creats new connection trailing network1, network2, network3.........
    It does not recognise my old connection.
    Same case with wifi connection as well.
    Also after updating new IOS-5, whenever i make USB connection it does not display my name under my computer.
    But before it use to display my name now it is coming as Apple I-phone.
    Anyone who can help on this, how to get it resolved.
    - I have update my phone with backup (OLD version of IOS) but issue still presists.
    This is the same issue somone mention on below.
    http://www.sevenforums.com/network-sharing/193123-iphone-network-location-doesnt -save-when-disconnected.html
    Kind Regards
    @ru..

    If the message that is displaying is "Network connection timed out", disable any Anti-Virus or Firewall software on the comptuer or check with the company that supports the product on how to modify it to allow iTunes to connect to the Internet.

  • Issues exist in release build that don't exist in debug build

    I've been working on a Flex 4.1 project and have recently noticed an issue that does not exist in the debug build.  Then when you export a release build and run it the issue appears.  This is the only change that's made that breaks it.  To me this seems to be a bug in the player, SDK, or compiler that I might need to post, but I figured I'd submit it here in case I'm missing something.
    Basically it seems to be an issue with objects in an ArrayCollection being instantiated as the correct class type before being added.
    When in debug mode, if you set a breakpoint to view the objects in the ArrayCollection you will see them appropriately as their Strongly Typed class.  However, when the release mode build is run it will throw an RTE on that same line indicating that the ArrayCollection members are ObjectProxy and they can't be cast into their Strongly Typed class.
    Here's the RTE that happens and right now I just need to know if I'm missing something, or if this looks like a bug, and to which bugbase it should be posted (Flash Player, Flex SDK, Flex Compiler, etc.)
    TypeError: Error #1034: Type Coercion failed: cannot convert mx.utils::ObjectProxy@28250141 to
    <confidential package path>.PlayerPageSummary.
        at <confidential package path>.service::InitializeStorefrontServiceResponseCommand/execute()
        at org.robotlegs.base::CommandMap/execute()
        at org.robotlegs.base::CommandMap/routeEventToCommand()
        at MethodInfo-1674()
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at <confidential package path>::<confidential acronym>ModuleActor/dispatchLocal()
        at <confidential package path>.live::InitializeStorefrontService/result()
        at mx.rpc::AsyncToken/http://www.adobe.com/2006/flex/mx/internal::applyResult()
        at mx.rpc.events::ResultEvent/http://www.adobe.com/2006/flex/mx/internal::callTokenResponders()
        at mx.rpc::AbstractOperation/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
        at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()
        at mx.rpc::Responder/result()
        at mx.rpc::AsyncRequest/acknowledge()
        at DirectHTTPMessageResponder/completeHandler()
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at flash.net::URLLoader/onComplete()

    Alex,
    Thanks for your help and here's an update on this from me.  We did try out your suggestion to see if "PlayerPageSummary can be retrieved via getClassAlias".  I'm not the one that did the testing, but my teammate who did, said that the class being registered was not the issue.
    While he was working on that I further investigated our ANT builder and configuration to see what might have been different between ANT building non-debug SWF and Flash Builder building non-debug SWF.  Turns out that my teammate had added some [ArrayElementType] metadata that I was not aware of.  Once I realized that, I added it as metadata to be kept in my flex-config.xml which ended up solving the debug vs. release mode issues.
    Afterwards, I double-checked the livedocs and also did some Googling.  From the above it appears that debug SWF keep all metadata without you needing to explicitly tell it to. On the other hand, outside of a handful of metadata tag such as [Bindable] release builds neeed to be told what to keep.
    Does this sound right?
    Also, do you know off the top of your head if this is documented by Adobe anywhere and what the link is?  I had a real tough time finding anything mentioning how debug SWF retain all metadata.
    Thanks again for your help!

  • Is there any way to link the individual rows of data to the corresponding bars in a bar chart so that each legend title appears simultaneously with its corresponding bar when creating a build? I can do it in a pie chart but can't in a bar chart.

    Is there any way to link the individual rows of data to the corresponding bars in a bar chart so that each legend title appears simultaneously with its corresponding bar when creating a build? I can do it in a pie chart but can't in a bar chart.

    You used the data.  Verizon can not see what it was sued for.  However your phone can see whats apps used the data.  go to settings-data usage- there will be a place that says data usage cycle.  line the dates up with your cycle.  then there will be a bar graph below that   extend bother white bars one all the way to the left and one all the way to the right.  after those are extended below that will be a list of apps,  there should be one that used over 2 gb and that will show you what app used that data in her purse

  • Error when using windows update to upgrade to build 10061

    When I use windows update to upgrade to Build 10061 it goes all the way through downloading but as soon as it gets to the installation it errors out.  The error code given is 8024201C.  Any help would be appreciated.

    Hi Wishing,
    What is your current situation?
    This issue might be caused by 3rd-party software handles, you may take a try to run Windows 8.1 update assistant and see what it says:
    Upgrade Assistant: FAQ
    Let us know the results.
    Regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Desktop AIR app debug build running from cache?

    I'm new to flash builder (using 4.5 for os x) and I've been working on a desktop AIR app for the last week.  I've been running into a strange issue when deugging my app.  Every once and a while (maybe 4-5 times a day) after I make changes to my code and I make a new debug build, a much older version of the app runs when I run the app with or without the debugger, or even if I export for release.  It's as though its running (or building) from the cache, except I'm building a desktop app and I'm not testing the swf on a browser.  I've turned off "Build Automatically", cleaned the project and build again but no changes are reflected.  I can't figure out how, but after cleaning, quitting flash builder, restarting, cleaning, building again, etc.. numerous times suddenly I will see the current version of the app back up and running.  I cannot for the life of me figure out how to quickly resolve the issue, or what exactly is fixing it. Every time it seems like something else triggers FB to refresh the build.  I can even run the debugger and step through my current code while seeing completely different results on the screen.
    Has anyone else run into this issue?  Anyone know what I may be missing?  Are there settings I need to change besides "Build Automatically"?  Thanks for your help,
    Nick

    Thanks for the answer.  How exactly Flash Builder is running is a little clearer to me now.  I checked and the timestamps were indeed being updated correctly.
    This helped me to look elsewhere for the issue.  I actually now think it may have to do with mobile home sync that I have going through OS X.  Whenever the sync runs, FB seems to launch an outdated (as in hours ago) version of the app.  Despite the fact that the sync is not pulling in new files, it seems to be the issue.  If i stop the sync I start seeing the current version of the app again when I run the debugger.  So I think its just the OS causing my problem (although I still don't completely understand why exactly the issue would manifest itself in FB).  Fortunately I can recreate the issue every time I run the sync, so the problem is consistent at least!
    Thanks again for your help.

  • Release Build FAIL (but debug build works perfectly)

    Hi to all.
    I've a serious problem with making a release build of my project.
    Here the error screenshot:
    The debug build works perfectly
    I searched in the all hard drives for a "bin-release" folder, but it does not exists.
    How i can make a release build?

    Solved!
    Simply i added the following node to <linkedResources> on .project file:
            <link>
                <name>bin-release</name>
                <type>2</type>
                <location>my-realese-directory-path</location>
            </link>
    And the release build gone sucessfully
    Thanks!

Maybe you are looking for