< Fx:script > could not resolve to a component implementation

Hi all

I installed Flex 4 SDK (flex_sdk_4.1.0.16076) in Flex Builder version 3.0. Everything is fine except that I recived the following error. I found a few solutions to use various flex 4 versions for this problem but no luck. I don't know what I'm missing here.

I see the following error message when running the below simple MXML file.

Here is the error message

Gravity and Description path location creation time Id resource
< Fx:script > could not resolve to a component implementation.    myFacebook.mxml myFacebook/src/line 3 1290617936062 8526


Here is my simple program.

" < = xmlns:fx s:Application ' http://ns.Adobe.com/MXML/2009 " "xmlns:s = "library://ns.adobe.com/flex/spark" xmlns:mx = "library://ns.adobe.com/flex/mx" layout = "absolute" creationComplete ="init ()" >
< fx:script >
import com.facebook.graph.Facebook
import mx.controls.Alert
private function init (): void {}
Facebook.init ("", loginHandler)
}

private void loginHandler(success:Object,fail:Object):void {}
trace ("SUCCESS" + success)
trace ("FAIL" + fail)
}

private function login (): void {}
Alert.Show ("login");
Facebook.Login (loginHandler, {perms: "user_birthday, read_stream, publish_stream"});
}

< / fx:script >

< mx:Button label = "Login" click = "login ()" / > "

< / s:Application >

Your help would be appreciated to mush

Nazeer

FX:script (capital ')

Tags: Flex

Similar Questions

  • &lt; Mx:Component &gt; could not resolve to a component implementation

    Hello

    I am really new to this, and to be honest I'm not really sure what I'm doing.

    A project, I received a file that had a datagrid for a list of songs and a component of the MP3 player that works by songs of the datagrip slipped and dropped to this topic. The associated MP3 files are in a package called "org.flashcommander.components". This file works fine on its own.

    The application has defined the following namespaces:

    ' xmlns:fx = ' http://ns.Adobe.com/MXML/2009 "

    xmlns:s = "library://ns.adobe.com/flex/spark".

    xmlns:MX = "library://ns.adobe.com/flex/mx" minWidth = "955" = "600" xmlns:plist = minHeight "" services.plist. * ""

    xmlns:components = "" org.flashcommander.Components. * ""

    I have found another project that allows users to rate songs stars out of 5. Basically, I'm trying to merge the second file first. The second file contains the namespace

    xmlns:custom = custom.* «»

    That I've added to those above.

    I brought all the code in this second file and place in the first file, but I get an error message: "Could not resolve < mx:Component > to an implementation of the component" relating to the "< mx:Component >".

    < mx:DataGrid includeIn = "moreInfo" dataProvider = "{songList}" >

    < mx:columns >

    < mx:DataGridColumn dataField = "title" / >

    < mx:DataGridColumn dataField 'rating' = >

    < mx:itemRenderer >

    < mx:Component >

    < rating = "{custom data.rating: Rating}" / > "

    < / mx:Component >

    < / mx:itemRenderer >

    < / mx:DataGridColumn >

    < / mx:columns >

    < / mx:DataGrid >

    I had one looked at some of the solutions on this forum and on the internet in general, but all the ones I found relate to having undefined of xmlns, my problem is that I have too many of them defined. If someone could help, I would be really grateful.

    John

    Use fx:Component. Can understand why custom. Side is not found.  You did

    define a xmlns:custom = "a path".

  • Help! &lt; S:Vgroup &gt; could not resolve to a component implementation

    Hello

    I have this dreaded error message. I have the latest 4.6 version installed by Flash Builder 4.6.

    Please note that the following code is my walkthrough on an example of a book that I read. The book comes with the well of codes on a CD, it's work. I printed my codes and compared to of the labour code, and they appear similar, line by line. Except mine comes up with this error and is not the code example.

    Location of the error is in bold below. Help, please!

    <? XML version = "1.0" encoding = "utf-8"? >

    " < = xmlns:fx s:Group ' http://ns.Adobe.com/MXML/2009 "

    xmlns:s = "library://ns.adobe.com/flex/spark" xmlns:components = "components.*" >

    < s:layout >

    < s:HorizontalLayout / >

    < / s:layout >

    < fx:Script >

    <! [CDATA]

    import cart. ShoppingCart;

    import cart. ShoppingCartItem;

    Import mx.collections.ArrayCollection;

    Import valueObjects.Product;

    [Bindable]

    public var shoppingCart:ShoppingCart = new ShoppingCart();

    [Bindable]

    public var groceryInventory:ArrayCollection;

    private void handleViewCartClick(e:MouseEvent):void {}

    trace ("test");

    this.currentState = 'cartView'

    }

    []] >

    < / fx:Script >

    < s: states >

    < name s: State = "State1" / >

    < name s: State = "cartView" / >

    < / s: states >

    < fx:Declarations >

    <! - Place non-visual elements (e.g., services, items of value) here - >

    < / fx:Declarations >

    < s:Vgroup height = "100%" width = "100%" width.cartView = "0" height.cartView = "0" visible.cartView = "false" >

    < components: ProductItem id = "Product1" width = "100%" height = "100%" shoppingCart = "{shoppingCart}" product = "{groceryInventory.getItemAt (0) as product}" / >

    < components: ProductItem id = "leader2" width = "100%" height = "100%" shoppingCart = "{shoppingCart}" product = "{groceryInventory.getItemAt (1) as product}" / >

    < components: ProductItem id = "Product3" width = "100%" height = "100%" shoppingCart = "{shoppingCart}" product = "{groceryInventory.getItemAt (2) as product}" / >

    < / s:Vgroup >

    < s:VGroup id = "cartGroup" height = "100%".

    width.cartView="100%" > "

    < s:List id = "cartList" dataProvider = "{shoppingCart.items}" = "State1" includeIn / >

    < text s:Label = "your cart Total: $0" / >

    < s:Button includeIn = "State1" label = "view basket" height = "17" click = "handleViewCartClick (event)" / >

    < s:DataGrid includeIn = "cartView" requestedRowCount = "4" >

    < s:columns >

    < s:ArrayList >

    < dataField = "dataField1" headerText = "Column 1" s:GridColumn > < / s:GridColumn >

    < dataField = "dataField2" headerText = "Column 2" s:GridColumn > < / s:GridColumn >

    < s:GridColumn dataField = "dataField3" headerText = "Column 3" > < / s:GridColumn >

    < / s:ArrayList >

    < / s:columns >

    < s:typicalItem >

    < fx:Object dataField1 = "Sample Data" dataField2 = "Sample Data".

    dataField3 = "Sample Data" > < / fx:Object >

    < / s:typicalItem >

    < s:ArrayList >

    < fx:Object dataField1 = "data1" dataField2 = "data1" dataField3 = "data1" > < / fx:Object >

    < fx:Object dataField1 = 'data2' dataField2 = 'data2' dataField3 = 'data2' > < / fx:Object >

    < fx:Object dataField1 = 'data3' dataField2 = 'data3' dataField3 = 'data3' > < / fx:Object >

    < fx:Object dataField1 = 'data4' dataField2 = 'data4' dataField3 = 'data4' > < / fx:Object >

    < / s:ArrayList >

    < / s:DataGrid >

    < s:Button includeIn = "CartView" label = "continue shopping" click = "this.currentState =" "/ >

    < / s:VGroup >

    < / s:Group >

    Isn't:

  • Could not resolve to a component implementation.ex1_06_starter/src ex1_06_starter.mx &lt; s:Application &gt;

    Someone help me please...

    I got this error can u please tell me?

    Thank you

    JaxNa

    Hello... from the error, I can tell u to build the project in flash 4 and you change your compiler flex 3.5 GOLD others or project created in flex 3.5 u n after u change variable namspace of mx to s... OR error that I see that u are trying to import the Flash 4 in Flex 3.0 or Flex 3.5 environment project...

    This is the problem simply change the compiler of the property settings...

    Maybe this will help u...

  • He could not resolve &lt; Application &gt; to an implementation of the component.

    Hello..

    I get a message C errorould solves not < Application > to a component implementation. Try the following mxml code.

    <?xml version="1.0" encoding="utf-8"?>
    <!-- http://blog.flexexamples.com/2008/08/25/saving-files-locally-using-the-filereference-classs-save-method-in-flash-player-10/ -->
    <Application name="FileReference_save_test"
            xmlns="http://ns.adobe.com/mxml/2009"
            xmlns:mx="library:adobe/flex/halo"
            xmlns:net="flash.net.*"
            layout="flex.layout.BasicLayout"
            creationComplete="init();">
     
        <Script>
            <![CDATA[
                private function init():void {
                    textArea.text = describeType(FileReference).toXMLString();
                }
     
                private function btn_click(evt:MouseEvent):void {
                    fileReference.save(textArea.text, "describeType.txt");
                }
            ]]>
        </Script>
     
        <Declarations>
            <net:FileReference id="fileReference" />
        </Declarations>
     
        <mx:Panel id="panel"
                width="500"
                height="300"
                verticalCenter="0"
                horizontalCenter="0">
            <mx:TextArea id="textArea"
                    editable="true"
                    width="100%"
                    height="100%" />
            <mx:ControlBar horizontalAlign="right">
                <Button id="btn"
                        label="Save Text"
                        click="btn_click(event);" />
            </mx:ControlBar>
        </mx:Panel>
     
    </Application>..

    Help plz..

    This is a different topic. Enter it as answered (by me) and start a new topic.

    If this post answers your question or assistance, please mark it as such.

  • Could not resolve to the component &lt; mx:script &gt;

    I use Flash Builder Pro 4.6.  I have the following code, but I get an error saying that it cannot resolve < mx:Script > to a component.

    I would appreciate your help.

    __________________________________________________

    <? XML version = "1.0" encoding = "utf-8"? >

    < xmlns:fx =http://ns.adobe.com/mxml/2009 s:Application

    xmlns:s ="library://ns.adobe.com/flex/spark"" "

    xmlns:MX ="library://ns.adobe.com/flex/mx"" "

    " minWidth =" 955 "minHeight =" 600 "backgroundColor =" #FFFEFE "" " 

    preloaderChromeColor ="#FFFDFD""">

    < mx:Script >

    <! [CDATA]

    private void checkLogin(evt:ResultEvent):void

    {

    If (evt.result.loginsuccess is "Yes")

    {

    currentState = "logged in";

    }

    If (evt.result.loginsuccess == 'no')

    {

    mx.controls.Alert.show ("username/password invalid name");

    }

    }

    []] >

    < / mx:Script >

    Since you use Flex4, you must also use the Flex4-Script tag:

    [..]

  • Error: Could not resolve &lt; s: states &gt; for an implementation of the component.

    So I try to the installation States in a Flex application, I am building, but it does not compile. I get this error:

    ./build.sh $

    Loading file configuration/Applications/Adobe Flash Builder 4/sdks/4.1.0/frameworks/flex-config.xml

    Uploader.MXML (24): error: < s: states > could not resolve to a component implementation.

    < s: states >

    Here's my build command nothing special...
    $ cat./build.sh
    #! / bin/bash
    mxmlc-bin/uploader.swf CBC/uploader.mxml of output
    I have a class that extends the application of the spark as follows...
    package com.uploader.controllers
    {
    Import spark.components.Application;
    Dynamics/public class FlashUploader extends Application
    {
    ...
    }
    }
    Then in my main application mxml file I use it like this...
    <? XML version = "1.0" encoding = "utf-8"? >
    " < = xmlns:fx c:FlashUploader ' http://ns.Adobe.com/MXML/2009 "
    xmlns:s = "library://ns.adobe.com/flex/spark".
    xmlns:MX = "library://ns.adobe.com/flex/mx".
    xmlns:v = "com. Uploader.View ".
    xmlns:c = "com. "Uploader.Controllers.."
    minWidth = minHeight "709" = "400".
    skinClass = "com.uploader.skins.UploaderApplicationSkin" > "
    < fx:Style source = "styles.css" / > "
    <! - States - >
    < s: states >
    < name s: State = "default" / >
    < name s: State = "dΘmarrage" / >
    < name s: State = "submit" / >
    < name s: State = "normal" / >
    < / s: states >
    ....
    < / c:FlashUploader >
    Now when I try to compile, I get the error States. I found several examples and even made a dummy application just by using the application of spark and it compiles properly. Not sure if I'm doing something weird here, but a few other flex devs I know don't seem to see anything wrong with what I'm doing which could cause this.

    When you define an object using namespace, you will need to use the same namespace for its properties, so you will want to use "" instead of "" in this case.

  • Error - could not resolve &lt; s:Script &gt; to a component implementation?

    Flex Builder 4.6, 60-day trial version. New in MXML / AS, but familiar with Java, XML, Javascript, OpenLaszlo. Ooooold, sloooow Vista box.

    I want a rudimentary validation class that extends from < s:Label > with a script in response to a click. Here's what I have:

    Ptile.MXML (in the com.blackbird package):

    <? XML version = "1.0" encoding = "utf-8"? >

    " < = xmlns:fx s:Label ' http://ns.Adobe.com/MXML/2009 "

    xmlns:s = "library://ns.adobe.com/flex/spark".

    xmlns:MX = "library://ns.adobe.com/flex/mx".

    xmlns:comp = "com. Blackbird.* ".

    Click = "talkToMe ()" >

    < s:Script >

    <! [CDATA]

    private void talkToMe(): void {}

    trace ("I'm alive, sarge");

    }

    []] >

    < / s:Script >

    < / s:Label >

    The call is:

    TileTest.mxml (also com.blackbird in package):

    <? XML version = "1.0" encoding = "utf-8"? >

    " < = xmlns:fx s:Application ' http://ns.Adobe.com/MXML/2009 "

    xmlns:s = "library://ns.adobe.com/flex/spark".

    xmlns:MX = "library://ns.adobe.com/flex/mx".

    minWidth = "955" = "600" minHeight

    xmlns:comp = "com. Blackbird.* ">"

    < s:BorderContainer width = '100 percent"height ="100% ">

    < comp: x '40' = Ptile = "200" / >

    < s:BorderContainer / >

    < s:Application >

    Ptile.MXML won't compile - error message in the editor is "could not resolve < s:Script > to an implementation of the component. I knocked and fouls that hammered - around namespaces, typing and syntax checked all, documentation, Google. No luck. For a bet, I guess it's a namespace problem - I'm a little shaky on this matter - but I'm sweet if I can find it.

    By using the < mx:Script > or < fx:Script > tags also fails.

    I edited the Eclipse.ini file, as detailed here: http://forums.Adobe.com/thread/449232 . Nothing.

    Anyone? Thank you.

    There is no s:Script, there will be fx:Script and you need to Spark new namespaces.

    "xmlns:FX ="http://ns.adobe.com/mxml/2009"

    xmlns:s = "library://ns.adobe.com/flex/spark".

  • He could not resolve &lt; s:SplashScreenImage &gt; to an implementation of the component.

    I'm trying to get my mobile app the splash screen to show differently depending on the orientation.

    <?xml version="1.0" encoding="utf-8"?>
    <s:SplashScreenImage xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark">
      <!-- no settings, so this acts as default -->
      <s:SplashScreenImageSource source="@Embed('assets/splash1.png')"/>
      <!-- specific settings -->
      <s:SplashScreenImageSource source="@Embed('assets/splash1.png')" dpi="240" aspectRatio="portrait"/>
    </s:SplashScreenImage>
    

    Error: Could not resolve < s:SplashScreenImage > to an implementation of the component.

    It is available only with the Flex SDK 4.6 and I do not think that it has yet been made public.

  • Gumbo in Flex builder 3: could not resolve to component &lt; FxApplication &gt; implimentation

    Hi all

    I was hitting my head on the keyboard on this issue for a while. I downloaded and installed successfully 2 separate versions of every night Gumbo Flex SDK 4.0.0.6831 and 4.0.0.6898 (two versions because I had initially assumed that the error was a bug every night). I set the compiler Flex uses the 4.0.0.6898 new build and changed require the version of flash player to 10.0.0.  Put everything right?

    so I put this:

    " < application xmlns =" http://ns.Adobe.com/MXML/2009 "layout ="absolute"> "
    < FxButton label = "Hello World" / >
    < / application >

    and get the compile error: Gumbo in Flex builder 3: could not resolve to component < FxApplication > implimentation. I tried everything: < Application > changed spaces names and much more. Any other ideas?

    Thank you in advance - brandon

    Try something like this:

    http://ns.Adobe.com/MXML/2009.
    xmlns:s = "library://ns.adobe.com/flex/spark".
    xmlns:MX = "library://ns.adobe.com/flex/halo" >
       

  • Could not resolve an error in the component implementation

    I use the http://www.quietlyscheming.com/blog/2007/01/23/some-thoughts-on-doubt-on-flex-as-the-best-option-orhow-i-made-my-flex-images-stop-dancing/ SuperImage component

    The problem I have is that when I try to use this component in a TileList ItemRenderer, I get the error could not resolve < qs: SuperImage > to an implementation of the component.

    In the tag of my Application, I use xmlns:qs = "' qs.controls. *" which allows me to use the SuperImage component anywhere else, but the error occurs when I use it in one component. "

    I have searched for an answer but couldn't find something that worked. Can someone help me understand what the problem is? Here is the code where the error occurs.

    < mx:TileList >
    < mx:itemRenderer >
    < mx:Component >
    < mx:VBox >
    < qs: SuperImage / >
    < mx:Label / >
    < / mx:VBox >
    < / mx:Component >
    < / mx:itemRenderer >
    < / mx:TileList >

    Thanks for any help.

    I was able to understand the problem.

    I had to add the xmlns to the item as well as the application. The documentation does not say that it is a valid property, but it works.

    Thanks again for your help.

  • Error: Could not resolve macro... during the sensitive output to HTML5

    I use RoboHelp 2015. I have a project which was created for WebHelp output. When I compile the project to output Responsive HTML5, it compiles, but with the following errors:

    Error: Could not resolve the macro (IndexFilterKewords) in the file (P:\! Private\zMigration\AvHelp_HTML5\AvHelp\Availity_Help.htm)...

    Error: Could not resolve the macro (MSM_CUR_LNG. Loading) in file (P:\! Private\zMigration\AvHelp_HTML5\AvHelp\template\scripts\indextreeloader.js)...

    Error: Could not resolve the macro (GlossaryFilterTerms) in the file (P:\! Private\zMigration\AvHelp_HTML5\AvHelp\Availity_Help.htm)...

    Error: Could not resolve the macro (MSM_CUR_LNG. Loading) in file (P:\! Private\zMigration\AvHelp_HTML5\AvHelp\template\scripts\glossarylistloader.js)...

    Error: Could not resolve the macro (MSM_CUR_LNG. TopicsNotFound) in the file (P:\! Private\zMigration\AvHelp_HTML5\AvHelp\template\scripts\mhfhost.js)...

    Error: Could not resolve the macro (MSM_CUR_LNG. JS_alert_LoadXmlFailed) in the file (P:\! Private\zMigration\AvHelp_HTML5\AvHelp\template\scripts\mhfhost.js)...

    Error: Could not resolve the macro (MSM_CUR_LNG. JS_alert_InitDatabaseFailed) in the file (P:\! Private\zMigration\AvHelp_HTML5\AvHelp\template\scripts\mhfhost.js)...

    Error: Could not resolve the macro (MSM_CUR_LNG. JS_alert_InvalidExpression_1) in the file (P:\! Private\zMigration\AvHelp_HTML5\AvHelp\template\scripts\mhfhost.js)...

    Error: Could not resolve the macro (MSM_CUR_LNG. Research) in the file (P:\! Private\zMigration\AvHelp_HTML5\AvHelp\template\scripts\mhfhost.js)...

    Error: Could not resolve the macro (MSM_CUR_LNG. Cancel) in file (P:\! Private\zMigration\AvHelp_HTML5\AvHelp\template\scripts\mhfhost.js)...

    Error: Could not resolve the macro (MSM_CUR_LNG. Aborted) to the file (P:\! Private\zMigration\AvHelp_HTML5\AvHelp\template\scripts\mhfhost.js)...

    Error: Could not resolve the macro (MSM_CUR_LNG. ResultsFoundText) in the file (P:\! Private\zMigration\AvHelp_HTML5\AvHelp\template\scripts\search.js)...

    I saw another post on the forum about these errors (in version RoboHelp 11) suggested that the problem could be related to permissions. I have compiled out of aid to a few different folders I have all permissions, and I always get errors. Any ideas?

    It is a common problem with RoboHelp projects upgraded from earlier versions RH10. This error indicates that your files language is missing some channels. You can resolve it in one of two ways;

    1. Let the Robo to recreate the language file:

      1. In your project, save it! Language! folder.
      2. Delete the folder.
      3. Trash of the CPD and reopen RoboHelp.

        RoboHelp will create a new language file (and if something goes wrong, restore the backup and try Method 2).

    2. Manually update the language file;
      1. Open the language file! Language!/en_US/RoboHHRE.LNG with Notepad or another text editor.
      2. Find the section
        .
      3. For each error ' MSM_CUR_LNG. JS_alert_LoadXmlFailed', create a new entry that contains the text after point as follows:

      4. Save the file.
      5. Open RoboHelp and regenerate.

    (This does not point to Rick invalidate. "It's just that the problem is related differently.)

  • Error message: could not resolve begin time

    Hey

    I try to run landmark two tiles but still get suite errormessage, when the first client tries to calculate the score:

    «Error: cannot start time.» Results missing from one or more time on clients not synchronized *.wrf files "data

    The problem with time synchronization is not because machines al gets theire time from an ntp server.

    *. WRF files missing as impossible, because there is no errormessage even with debug-indicator not lit and in the output directory, there are also all *.wrf files.

    So I do not know why the script is complaining about what it is.

    Here's the complete Score_2_Tile_Test.out:

    {{{

    Computing_results_for_test_with_tile_count: 2

    Run_start 1269771060 {12:11 2010:03:28}

    Start_time 0

    End_time 1269783000

    Run_end 1269783000

    Duration_in_minutes 21163050

    Steady_state_start 1800

    Steady_state_end 9000

    Phase_0_begin 1800

    4200 Phase_1_begin

    Phase_2_begin 6600

    Error: could not resolve the start-time. Results data missing from one or more time on clients not synchronized *.wrf files

    }}}

    I've also attached the directory results nearly complete as * .zip. It might help to find problems

    Maybe someone knows something I can do if I don't have to calculate the results myself.

    Thanks in advance.

    David

    Your timing seems fine.

    It looks like you use a comma as a decimal separator on your client system.  The tilescore script expects a period as the decimal separator.  Please change your language on your client settings to use a period as a decimal separator.

    Do a search and replace of your javaserverX.wrf files / allows the tilescore script complete.

  • Error: could not resolve MobileApplication of implementation of components

    I use the 4.5 Flex command line compiler amxmlc. Here is my code (identical to the test code of the road, but not images):

    ******************************************************************************

    MobileTest.mxml

    <? XML version = "1.0" encoding = "utf-8"? >
    " < = xmlns:fx s:MobileApplication ' http://ns.Adobe.com/MXML/2009 "
    xmlns:s = "library://ns.adobe.com/flex/spark".
    firstView = "views. MobileTestHome">
    < / s:MobileApplication >

    MobileTestHome.mxml

    <? XML version = "1.0" encoding = "utf-8"? >
    " < = xmlns:fx s:View ' http://ns.Adobe.com/MXML/2009 "
    xmlns:s = "library://ns.adobe.com/flex/spark".
    xmlns:components = "" Spark.Components. * ""
    xmlns:MX = "library://ns.adobe.com/flex/mx".
    title = "Home" >
    < s:titleContent >
    < mx:Spacer width = "15" height="100%"/ >
    < s:TextInput id = "searchTxt" width = "100%" text = "Employee name" / >
    < mx:Spacer width = "15" height="100%"/ >
    < / s:titleContent >
    < s:actionContent >
    < s:Button id = "searchBtn" width = "48" height = "48" / >
    < s:Button id = "addBtn" width = "48" height = "48" / >
    < / s:actionContent >
    < s:List id = "emplist" left = "0" right = "0" top = low '0' = '0' > < / s:List >
    < / s:View >

    Directory structure:

    CBC

    -MobileTest.mxml

    -views

    -MobileTestHome.mxml
    ******************************************************************************

    When I run "amxmlc MobileTest.mxml" on the command line, the following error occurs:

    Error: Could not resolve < s:MobileApplication > to an implementation of the component.

    firstView = "views. MobileTestHome.mxml">

    What I am doing wrong? I'm new to Flex and I'm trying to translate the video Flash Builder Mobile Test Drive to open source flex, and this could be the source of error.

    found some info for you...

    try to add + configname airmobile = to the command line. you will also need a file airmobile - config.xml (must be in the sdk if you have not created yourself)

  • ORA-12154 tns could not resolve the specified correct identifier

    I am facing the following problem:

    labVIEW 2012 32 bits 64 bits of Windows 7, 10.2.0.1.0 oracle client (32-bit).

    I created a DSN from Data Sources (ODBC) (32-bit version of what in % windir%\syswow64\odbcad32.exe) pointing to an instance of Oracle 10 g.

    I have test the DSN in this way (IE. Data sources (ODBC) and the connection is successful (which means that the tnsnames.ora is correct).

    I use the "DB tools Open Connection.vi" in order to get connected to this database, passing as parameters the DSN above, the user name and password.

    I get the error:

    ADO error: 0x80040E4D
    Exception occurred in the Microsoft OLE DB provider for ODBC drivers:

    [Oracle] [ODBC] [Ora] ORA-12154: TNS could not resolve the specified correct identifier

    all will help much appreciated

    Thanks in advance

    Hello everyone.

    I already solved the problem (work until late Saturday).

    the solution was to install the latest version of the Oracle customer, namely: Oracle 11 g Release 2 CLIENT for Windows 32 (11.2.0.1.0).

    Now everything works OK.

    I also tested in Windows 7 32 bit (the .vi even and the same Oracle client). This will also OK.

    Thans a lot.

Maybe you are looking for