Maven project "src" directory not visible in Application Navigator

JDeveloper 11g Release 2 (11.1.2.1.0)
First-time user
I built a Maven application containing two Maven projects in JDeveloper but am unable to see the "src" directory in the Application Navigator. When I attempt to create this directory the tool tells me that it already exists which I found to be true by checking the file system directory C:\JDeveloper\mywork\.
Is this a simple setting that I am missing or is it something more significant?
Thanks

in the project propertties. the src should be added in the project source path..
chk
http://www.orastudy.com/oradoc/selfstu/fusion/doc.1111/e15524/img/ui_gs_vc_srcpaths.gif
if you have some file inside the src directory.. then open it normally using the file -> open option. after opening.. right click -> Select in Navigator.
This will show you the folder..

Similar Messages

  • Xml files located in src directory not loading

    In my src directory If have a directory called 'users'. This contains the default settings for a new user. In that directory is a number of xml files, and I can't load them. I'm using:
    file = File.applicationDirectory.resolvePath("/users/default.xml");
    I've tried moving the 'users' directory up a level so it is at the same level as 'src' but that didn't solve it either. I've also tried using
    File.applicationStorageDirectory
    But that didn't work, although these are read only files so it shouldn't be necessary.
    It works fine in the development envionment if I load the files using the old flash commands but that doesn't work in the exported application.
    Also I notice when I export the application to an AIR file and install it, there are no subdirectories there, there is no 'users' direcorty visible. Only my AIR app, is everything embeded within that file?
    I expect I've missed something really basic but can't see it. Help!!!

    Usually, when you build the app, the files go into a bin-debug or
    bin-release folder.  There are settings to ensure that certain source
    folders also get copied into the output directory.  If you're not doing that
    you probably should as it will be easier to package up and install the app
    if everything it needs is within the output directory.
    Once you have that done, the path will probably be users/default.xml without
    the leading slash.

  • Project Commitment Cost not visible for Purchase Orders with Item Categry Q

    Hello All
    I have a problem. My project commitment cost is not visible for PO's with Item Category Q. I assume that as the stock can be issued against any WBS elements I might not be able to see the cost against a single WBS element. But the cost should get recorded against the project right? If so where can I see it?
    Request your help with this problem
    Regards
    Renjith

    Hello
    Could you please explain how to maintain that?
    Best Regards
    Renjith

  • Records not visible in application  if loaded into database

    Hi all, please can guide me to an incident ..
    in my company we have two massive load custom programs .. is that in both cases it is possible to make massive loads .. but are not visible in the application ... this is human resources R12.1.1
    Thanks

    And what is your question or issue?
    If the question is related to R12 and human resources you should mark this thread ANSWERED and create a thread in the E-Business Suite - HRMS forum.
    https://forums.oracle.com/thread/2492902

  • Programs installed but not visible in application folder

    I am having a strange problem.  Only a few of my programs are showing up in the application folder.  If I search for the programs using the finder window they are there and the path at the bottom of the finder window shows they are in applications,  and can be used but they just are not visible in the application folder (root folder).
    Any suggestions how I can make these programs visible.
    Thanks

    Try this as a start:
    Enable Finder to Show Invisible Files and Folders
    Open the Terminal application in your Utilities folder.  At the prompt enter or paste the following command line then press RETURN.
    defaults write com.apple.finder AppleShowAllFiles TRUE
    killall Finder
    To turn off the display of invisible files and folders enter or paste the following command line and press RETURN.
    defaults write com.apple.finder AppleShowAllFiles FALSE
    killall Finder
    Alternatively you can use one of the numerous third-party utilities such as TinkerTool or ShowHideInvisibleFiles - VersionTracker or MacUpdate.
    Do both items. Sometimes simply setting the Finder to show invisible files then turning off the option will make those invisible applications reappear. Sometimes it doesn't work. In that case you can try the following:
    1. Enable the Finder to display invisible files. Leave the Terminal active.
    2. Enter the following command line in the Terminal
    sudo chflags -R nohidden
    Put a space after "nohidden", select all the invisible applications you could not see and drag the selection into the Terminal window. Press RETURN. You will be prompted for your admin password. Enter it. It will not be echoed. Press RETURN.
    3. Disable the Finder's display of invisible files.

  • Profile description is not visible from Application which the LDT file has.

    Experts,
    I am running into strange issue.
    Dev created a LDT file for a profile and requested to upload it through a one-off patch.
    The profile got updated into the DB for all the 3 languages - US, KO and AR.
    However the description is not visible for US when tried to verify from the Forms.
    Further analysis gave a tip that the description is NULL only for US and exists for other 2 Langs (KO and AR).
    SQL> select PROFILE_OPTION_NAME, DESCRIPTION, LANGUAGE, LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATED_BY, CREATION_DATE
    2 from fnd_profile_options_tl where
    3 profile_option_name='INL_ITEM_CATEGORY_SET';
    PROFILE_OPTION_NAME DESCRIPTION LA LAST_UPDAT LAST_UPDATED_BY CREATED_BY CREATION_D
    INL_ITEM_CATEGORY_SET {Category Set to determine the items that will be  AR 09-NOV-12              122        122 11-JUL-11
                              LCM trackedسÙÙ
                                             اÙ
    ٠سÙÙ
          اÙ
    ٠سÙÙ
          اÙ
    ٠سÙ}
    INL_ITEM_CATEGORY_SET {Category Set to determine the items that will be  KO 09-NOV-12              122        122 11-JUL-11
                              LCM trackedâ
                                          ¦'+++ '+++ '+++ '+++ '+++ '+++ '+++ '++
                              +Ã
    INL_ITEM_CATEGORY_SET                                                                            US 12-MAR-12             *2330*        122 11-JUL-11
    SQL>
    Also identified the Last Updated By is from FND User - "PROCESS_OPS"
    SQL> select USER_ID, USER_NAME from fnd_user where USER_ID in (122, 2330);
       USER_ID            USER_NAME
           122               ORACLE12.2.0
          2330              PROCESS_OPS
    SQL>
    What could be the reason behind this change?
    Why the profile description only for US Lang is not getting updated whereas for other languages it got updated by FND User - "ORACLE12.2.0"?
    It clearly shows on 09-Nov-12 there were some changes happened and that to by User_ID 122 which updated for KO and AR.
    For some reason the same was not applied for US Lang.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    HI Hussein,
    I am waiting for your update only.
    We have requested Dev to chek the same got to know that,Yes, when tried with CUSTOM_MODE=FORCE, it is working fine.
    But they are insisting on how the other Langs got updated and why it would not update for US alone.
    Just check the Profile from FND_PROFILE_OPTIONS about the profile details and found below.
    SQL> select APPLICATION_ID, PROFILE_OPTION_ID, LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY
    2 from fnd_profile_options where PROFILE_OPTION_NAME='INL_ITEM_CATEGORY_SET';
    APPLICATION_ID PROFILE_OPTION_ID LAST_UPDATE_DATE LAST_UPDATED_BY
    CREATION_DATE CREATED_BY
    9004 1011555 12-MAR-12 2330
    11-JUL-11 122
    SQL>
    For some reason the TL got lastupdate_date and 09-NOV-12 and the same is not reflecting in FND_PROFILE_OPTIONS.
    Please advise.

  • Safari Not Visible In Applications Folder

    I've not used tax prep software on my year-old iMac G5 (OS 10.4.8) until now. I just installed Tax Cut 2006. When I tried to use Tax Cut, it couldn't find Safari (which it requires) in the Applications folder, and refused to run. When I went looking for Safari in the Applications folder, I couldn't find it listed, even though I use it all the time, and it's on my Desktop. However, when I did a search, Safari shows up as being in the Applications folder. Can anybody help?
    iMac G5 Mac OS X (10.4.8)
    iMac G5   Mac OS X (10.4.8)  

    This isn't just drag and drop, is it?
    Yes, it is.
    Probably when you put in on the Desktop, you moved it out of the Applications folder. To create an alias when dragging a file, hold the ⌘ and Option keys-a curvy arrow will appear under the icon.

  • ReportGen in TestStand Public Directory not overriding TestStand Application Directory

    I copied the reportgen_html.seq from C:\Program Files\National Instruments\TestStand 4.2.1\Components\Models\TestStandModels\ to
    C:\Documents and Settings\All Users\Documents\National Instruments\TestStand 4.2.1\Components\Models\TestStandModels and customized it, but find that it will only run if I rename the original in the TestStand application directory. 
    Is there something else I need to do to get the new report generator to be called correctly? 
    Thanks!

    You need to copy the main model files (Sequential, Batch, or Parallel) to that directory too.  The reportgen is being called from those models, and it's finding them in the NI directory, then uses a relative path to find reportgen.  I would recommend copying everything from the NI Models directory to the Public directory to get everything to work.
    Allen P

  • Mac Office 2011 Template Directory Not Visible

    In Word, My Templates show up, but in Finder the folder nor the files are visible in Lion.  I did not have the problem with Snow Leopard.  Is there something I can do to make it vislbe so I can delete one of my templates?

    Since this question is about a Microsoft product, you might have more luck getting suggestions if you ask in Microsoft's own forums.
    Good luck.

  • X11 is installed, but not visible in applications/utilities

    Hello y'all
    everything points to the fact that x11 is installed on my new imac however it is not showing up in /applications/utilities.
    It is not an option on the startup disk(because it is already there?)
    Older versions won't install because it cites that a newer version exists.
    I am starting to get that bad logic twitch in the side of my face.
    Please help
    Rich

    This cleared up my install problems with x11, it turns out I had not installed after all.
    mhunter
    Posts: 4,279
    From: U.S.A.
    Registered: Nov 22, 2004
    Re: X11 Support
    Posted: Aug 2, 2006 4:49 PM in response to: Stoof
    Solved
    Hello,
    Here are some directions I typed-up to install X11 using two different methods in OS X 10.4 and 10.3. Refer to the appropriate section for the installation method you would like.
    To install X11 on OS X 10.4:
    Option 1
    Install from the installer on your disk.
    These directions have been verified to work for both the OEM / Grey 10.4.x disks that come with your computer and the retail boxed version of OS X 10.4.x.
    For the OEM / Grey disks that came with your computer, insert the System Restore disk that came with your computer (Disk 1).
    For the Retail boxed version of OS X, just insert the black install DVD.
    With that done, continue with the directions below.
    The disk you inserted should open up automatically on your desktop, and display the contents of that disk.
    Scroll down to the icon that says "Optional Installs". Double-click on that icon to start the installer.
    When the Installer opens-up, you'll see a welcome screen. Now, click "Continue".
    Next, you'll see a license agreement. Read and Accept it to proceed (Click "Continue").
    Next, you'll select your "Destination" drive. Choose your main hard drive (the one with OS X installed on it), and click "Continue".
    Now, you'll see a "Custom Install" screen.
    Make sure everything is unchecked.
    Now, click on the sideways triangle next to "Applications".
    You'll now see a list drop down. In that list, you'll see X11.
    Put a check-mark in the box for X11.
    Click "Install".
    You'll be prompted for your administrator password for OS X. Enter that password now, and click "OK".
    You'll now be presented with the installer screen. Just wait for it to finish installing.
    It will then move to an "Optimizing System Performance" screen. Wait for that to finish.
    You'll then be told: "The software was successfully installed".
    Now, click on "Close".
    You're done. X11 is now installed and ready to use.
    Option 2
    Manual Install
    These directions have been verified to work for both the OEM / Grey 10.4.x disks that come with your computer and the retail boxed version of OS X 10.4.x.
    For the OEM / Grey disks that came with your computer, insert the System Restore disk that came with your computer (Disk 1).
    For the Retail boxed version of OS X, just insert the black install DVD.
    With that done, continue with the directions below.
    The disk you inserted should open up automatically on your desktop, and display the contents of that disk.
    Scroll down to the folder that says "System". Double-click on that icon to open the folder.
    Now, in that folder scroll down to the folder that says "Installation". Double-click on that icon to open the folder.
    Now, in that folder scroll down to the folder that says "Packages". Double-click on that icon to open the folder.
    Now, in that folder scroll down to the icon that says "X11User.pkg". Double-click on that icon to start the installer.
    Now, the installer will launch.
    You'll be presented with a screen that says: "Welcome to the X11 Installer".
    And, a prompt that says "This package contains a program that determines if the software can be installed. Are you sure you want to continue?".
    Now, click on the "Continue Button".
    Now that the prompt is gone, click on the "Continue" Button in the main X11 Installer screen to continue.
    Next, you'll see a license agreement. Read and Accept it to proceed (Click "Continue").
    You'll now be specifically asked to either "Disagree" or "Agree". Click on the "Agree" button if you want to proceed.
    Next, you'll select your "Destination" drive. Choose your main hard drive (the one with OS X installed on it), and click "Continue".
    You'll now be looking at the "Easy Install on 'Hard Drive'" screen. Where it says "Hard Drive" your computer will say whatever your hard drive is named.
    Click "Install" to proceed.
    You'll be prompted for your administrator password for OS X. Enter that password now, and click "OK".
    You'll now be presented with the installer screen. Just wait for it to finish installing.
    It will then move to an "Optimizing System Performance" screen. Wait for that to finish.
    You'll then be told: "The software was successfully installed".
    Now, click on "Close".
    You're done. X11 is now installed and ready to use.
    So, there you go. That's the two basic methods to install X11 on your Mac OS X 10.4 system.
    Now, if you have OS X 10.3.x, then the method is similar. But, the installer is in a slightly different location.
    For OS 10.3.x:
    Manual Install
    These directions have been verified to work for both the OEM / Grey 10.3.x disks that come with your computer and the retail boxed version of OS X 10.3.x.
    For the OEM / Grey disks that came with your computer, insert the System Restore disk that came with your computer (Disk 1).
    For the Retail boxed version of OS X, just insert the install DVD.
    With that done, continue with the directions below.
    The disk you inserted should open up automatically on your desktop, and display the contents of that disk.
    Scroll down to the folder that says "Welcome to Mac OS X". Double-click on that icon to open the folder.
    Now, in that folder scroll down to the folder that says "Optional Installs". Double-click on that icon to open the folder.
    Now, in that folder scroll down to the icon that says "BSD Subsystem". Right-click or "Control"-Click on that icon to bring-up the contextual menu. Now, choose either "Show Original" or "Show Package Contents" (One of those options will appear in the contextual menu. Pick the one you see).
    The package's contents will now be opened in a new folder on your screen.
    Now, in that folder scroll down to the icon that says "X11User.pkg". Double-click on that icon to start the installer.
    Now, the installer will launch.
    You'll be presented with a screen that says: "Welcome to the X11 Installer".
    And, a prompt that says "This package contains a program that determines if the software can be installed. Are you sure you want to continue?".
    Now, click on the "Continue Button".
    Now that the prompt is gone, click on the "Continue" Button in the main X11 Installer screen to continue.
    Next, you'll see a license agreement. Read and Accept it to proceed (Click "Continue").
    You'll now be specifically asked to either "Disagree" or "Agree". Click on the "Agree" button if you want to proceed.
    Next, you'll select your "Destination" drive. Choose your main hard drive (the one with OS X installed on it), and click "Continue".
    You'll now be looking at the "Easy Install on 'Hard Drive'" screen. Where it says "Hard Drive" your computer will say whatever your hard drive is named.
    Click "Install" to proceed.
    You'll be prompted for your administrator password for OS X. Enter that password now, and click "OK".
    You'll now be presented with the installer screen. Just wait for it to finish installing.
    It will then move to an "Optimizing System Performance" screen. Wait for that to finish.
    You'll then be told: "The software was successfully installed".
    Now, click on "Close".
    You're done. X11 is now installed and ready to use.
    I hope that you find this lengthy tutorial helpful.
    I spent a lot of time putting it together. I sat down with all my disks and computers, and tinkered while writing this. So, everything should be accurate. I wrote each line as I did it on the computer.
    Hopefully this detailed set of directions will help you to get X11 installed on your computer.
    Let me know if you have other questions.
    I hope this helps.
    P.S., if you'd like, go ahead and click the "Helpful" or "Solved" buttons on any of the posts / replies above if you feel they were helpful or adequately answered your question.
     1.25 GHz Mini 1 GB/40/Combo, OS 10.4.7, Mighty Mouse, OWC FireWire 120 GB HD  Mac OS X (10.4.7) 12" 1.33 GHz iBook 1.5 GB/40/Combo  333 MHz iMac G3 Lime 288MB/13/CD, OS 10.2.8
    Did this topic solve your issue?

  • ISE: UI not visible for application launched by NAC agent during rememdiation #CSCun60071

    Hi guys,
    Someone facing this behavior/problem? When I start the remediation process (AV) with a administrator user, the process works fine.
    But when I start the process with a normal user, the AV UI update start running in the Windows Session 0 and the user can't see the window.
    https://tools.cisco.com/bugsearch/bug/CSCun60071
    (No, the workaround doesn't resolved the problem).
    Best regards,
    Tiago

    The startup drive is failing, or there is some other internal hardware fault. Everything else is completely irrelevant.
    Back up all data on the drive immediately if you don't already have a current backup. There are ways to back up a computer that isn't fully functional—ask if you need guidance.
    Make a "Genius" appointment at an Apple Store, or go to another authorized service provider.
    If privacy is a concern, erase the data partition(s) with the option to write zeros* (do this only if you have at least two complete, independent backups, and you know how to restore to an empty drive from any of them.) Don’t erase the recovery partition, if present.
    Keeping your confidential data secure during hardware repair
    Apple also recommends that you deauthorize a device in the iTunes Store before having it serviced.
    *An SSD doesn't need to be zeroed.

  • Application WebDynpro ABAP is not visible in Google Chrome

    Hi Experts,
    After the Upgrade 7.3 EHP1  in Production System it is not visible the application developed in web dynpro ABAP, in the Employee Self-Service Portal.
    In the QA and Development,  applications WD ABAP are visible.
    What can happen in the Production system?.
    Thanks in advance.
    Regards,
    Briger

    >
    Please read the FAQ and forum sticky threads (if you haven't done so already), and update your profile with a real handle instead of "user995809".
    You'll get a faster, more effective response to your questions by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s)
    With APEX we're fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.
    >
    Hi, I've an item with label-
    &lt;font color="rgb(51,102,153)"&gt;&lt;b&gt;Heading: &lt;/b&gt;&lt;/font&gt;
    Font color is coming in IE but not in google chrome(19.0.1084.52 m). what should I do?
    >
    To start with, always post code wrapped in tags<tt>\...\</tt> tags to preserve formatting and special characters.
    Secondly the <tt>font</tt> element was deprecated 14 years ago and is now obsolete. Do not use it. Stop using any reference material that suggests using it.
    <tt>rgb(51,102,153)</tt> is a CSS colour value, which the HTML specification does not require user agents to support for legacy <tt>colour</tt> attributes.
    Use standards-based HTML and CSS:
    <span style="color: rgb(51,102,153); font-weight: bold;">Heading:</span>

  • Doc Uploaded by ABAP Class CL_SA_DOC_FACTORY= UPLOAD_DOC not visible

    I am uploading a document in Solution manager through the below code.
    CALL METHOD CL_SA_DOC_FACTORY=>UPLOAD_DOC
      EXPORTING
        I_DOC_TITLE              = 'TEST'
        I_DOC_TECH_NAME          = 'TEST'
        I_DOC_TYPE               = 'AD'
        I_DOC_STATUS             = 'RELEASED'
        I_DOC_BLUEPRINT_RELEVANT = 'X'
       I_FOLDER_ID              = 'DF1223E3C88613F1BDD70011258C9477'
       I_FOLDER_TITLE           =
        I_FOLDER_TECH_NAME       = 'TCLSUPPORT'
        I_FOLDER_RESPONSIBLE     = SY-UNAME
      RECEIVING
        E_IOBJECT                =  eobj
    EXCEPTIONS
       CANCELLED                = 1
       FOLDER_ERROR             = 2
       ERROR                    = 3
       others                   = 4
    CALL METHOD eobj->SAVE
    EXPORTING
      RECEIVING
        E_LOIO             = eresult
    EXCEPTIONS
       CANCELLED          = 1
       ERROR              = 2
       others             = 3
    eresult structure gives:
    CLASS      SOLARGEN
    OBJID       DF1BC08D3D729FF1BDD70011258C9477
    But when I go to SOLAR01 and then to my project document in not visible there.
    Tables SA01PHIO  and SA01LOIO are getting updated with OBJID but document not visible through SOLAR01

    Hi Abhinav,
    Did you perhaps every find the document that you uploaded?
    I am experiencing the same problem and would be interested in your solution.
    Thanks,
    Miguel

  • Cs5.5 - OSX 10.7 CMYK ICC Profile not visible?

    Hi
    Hoping someone can help here.
    IT department have installed a new Macpro into our prepress/design area using OSX 10.7 Lion with CS5.5 and now we are not able to use/see any of the custom CMYK ICC profile we use for printers - laser or epson wide format inkjet on any of the CS5 apps.  Prior to the new mac we had no issues as we were using 10.6.8 and CS4.  I have read through many forums and release notes regarding issues with Lion and CS5 but haven't found any reference to Custom ICC Profile issues.
    The ICC profile we urgently need is for our Epson 7800 using custom stock for proofing - specifically supplied for our color management to output to Forgra39 standard.
    Had a specialist come in and he's baffled as well. 
    Any help with this would be MOST appreciated.
    Thanks Mike

    The ICC profiles are not visible to Applications as Output profiles i.e. Printer profiles.  We have double checked the paths and they are correct and the profiles are installed.  but they do not show up in Indesign, illustrator etc as a printer profile... In fact no cmyk profiles (even those supplied from Adobe i.e fogra39.icc) show up.   When we open up colorsync we can see them but when we try any application to output to a cmyk print (laser or inkjet) the cmyk profiles are not visible.
    any help much appreciated in advance
    cheers Mike

  • NIDaq Windows application not visible in new project

    Hi Everyone, 
    I am trying to build a VB.NET WPF application using Measurement Studio 2013 for Visual Studio 2012.
    I followed the walktrough Creating a measurement  studio NIDAQmx application, but I get stuck at the point of creating the project as Visual studio does not offer me the possibility to create an NIDaq Windows application.
    I have DAQmx9.8 installed for LabVIEW, I downloaded NI device Drivers 2014 feb, but still the same.
    When I installed Measurement Studio, it could not find the Device Drivers, and even after downloading them and trying to install them afterwards trought the installer of measurement studio, it cannot find them.
    Daqmx support for .NET 4.5 seems to be installed too, although it is not visible in the list of installed softare.
    Thanks for your help, 
    Best Regards,
    Attachments:
    WPF_Daqmx.PNG ‏51 KB
    installedSoftware.PNG ‏21 KB

    Hi Matt,
    Thanks for your answer, I did a custom install and I installed .NET framework support 4 & 4.5, but I did not install Microsoft Visual Basic 6.0 support, is this mandatory?
    Although it is working now on some of my configurations at least.
    I have 3 machines on which I have made the attempt, with the following configurations:
    A: x86 desktop:
    -Windows 7
    -LabVIEW installed, NI-Device drivers Feb 2014 and NI-DAQmx 9.8.0 (previously installed, for labview)
    -Visual Studio 2010, 2012, 2013
    -Measurement Studio 2013 for Visual Studio 2010, 2012
     => NI DAQ project and NI DAQ assistant available in both visual studio 2010 & 2012
    B: x86 desktop:
    -Windows 7
    -NI-Device drivers Feb 2014
    -Visual Studio 2010
    -Measurement Studio 2013 for Visual Studio 2010
     => NI DAQ project and NI DAQ assistant available in visual studio 2010
    C: x64 laptop:
    -Windows 7
    -LabVIEW installed and NI-DAQmx 9.8.0 ( NI Devices Drivers feb 2014, but Ni-Daqmx 9.8.0 was installed before as I am usually working with labview)
    -Visual Studio 2010, 2012, 2013
    -Measurement Studio 2013 for Visual Studio 2010, 2012
     => NI DAQ project and NI DAQ assistant available only within visual studio 2010 not 2012....
    I would like the laptop to work under 2012 too, as it is the machine I use most of the time.
    Does the order of installation impact on visual studio integration?
    Should I reinstall everything on the laptop from the begining? In which order?
    It seems that NI-DAQmx 9.8.0 even with .NET support 4&4.5 is not enough, and it is mandatory to install NI Device Drivers Feb 2014, Is that correct? If yes, why?
    Now the most important for me is the ability to check if the signal outputs are generated correctly on the simulated device, thus being able to see traces with NI IO trace, and none of these configurations, using both NI DAQ example or a project generated with the daq assistant, shows anything in NI IO trace.
    I have posted related threads on ni.forums.
    http://forums.ni.com/t5/Measurement-Studio-for-NET/Web-publishing-daq-application/m-p/2830642
    http://forums.ni.com/t5/Measurement-Studio-for-NET/WriteDigitalChannel-example-nothing-in-NI-IO-trac...
    Thanks for your help,
    Best Regards,

Maybe you are looking for

  • How many times can I download Quick Time Pro once I purchased it?

    Last September I purched my update to Quick Time Pro. Now I bought a new Computer and re-formatted the old one, not being able to copy Quick Time Pro from the old to the new computer. Therefore I wanted to download again Quick Time Pro: In the settin

  • Best Way to Hook up 5.1 surround sound card

    Hey Guys - What is the best way to hook up the X-Fi surround 5. external sound card... Toslink or 6 channel dirrect (the 3 cables on both ends) It seems when I do 6 channel direct, the volume doesnt go up as high... but when I use toslink the volume

  • How to get rid of the white screen

    is there anyone who can help me? problem is the white screen at the startup and i have no cd or dvd with op system. someone has changeng in my imac settings of the hdd.

  • Dag Nab it - Mass update possible?

    Sorry - dumb question from a newbie - I added a question with 6 images then copied it multiple times to question pools.  Sadly I forgot to remove a transition effect and now my quiz is negatively affected.  Is there anyway to mass update the transiti

  • Oracle's Temporary Table Use/Session Management

    I'm wondering about the session management that the JSQL services use. We have an app that uses a standard Oracle user but we manage the users via the application. We are using the temporary table feature in Oracle as it allows for session specific d