SDK path wrong

How do I change the path of my SDK -files.
The program is trying to find files from ..\ v8.0A\.., but I have ..\v8.1A\... I have Visual Studio Professional 2012. Where can I change that path to match my SDK -files?

How do I change the path of my SDK -files.
The program is trying to find files from ..\ v8.0A\.., but I have ..\v8.1A\... I have Visual Studio Professional 2012. Where can I change that path to match my SDK -files?
Hello,
Based on the documents I found below, it seems that we could use MSBuild to change that path. Since I found you are using vb.net, is your project vb.net application? If so, you could refer to your project file(.vbproj) to edit the nood to
change that path.
1. #Can't compile our csproj file with VisualStudio 2013 preview because of a breaking change in the msbuild task GetFrameworkSdkPath
https://connect.microsoft.com/VisualStudio/feedback/details/799353/cant-compile-our-csproj-file-with-visualstudio-2013-preview-because-of-a-breaking-change-in-the-msbuild-task-getframeworksdkpath
2.
setting up Windows SDK paths using MSBuild
If it turns out to be a MSBuild issue, you could post this issue in the fourm below to get support.
http://social.msdn.microsoft.com/Forums/en-US/home?forum=msbuild
If not, then you could share more detailed information with us like the project type and the contents of that project file.
Regards,
Carl
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • How to set BO SDK path and classpath in cmd

    Hi,
    I am new to BO sdk .. I am working on BO XIR2 SDK. I need to run the java program using command prompt. In lib directory of the BO SDK, I have jar files.Could anybody let me know how to set the path, classpath related to BO SDK in command prompt?
    Regards,
    Nisha

    Hi Nisha,
    Use like this
    set path=%PATH%;C:\Program Files\Java\jdk1.6.0_30\bin
    set CLASSPATH=%CLASSPATH%;D:\javaprograms\JAR Files\sqljdbc4.jar
    cd C:\Program Files\Java\jdk1.6.0_30\bin
    java happy2
    In  line1 : We are setting the Path
        line2 : We are setting Classpath
        line3 : Navigating to actual execution directory
        line4 : Executing the actual java class file
    Hope this helps!
    Regards,
    Mani

  • Path wrong after clone

    Hi:
    After clone (12.1.3 on linux), I see a link still poiting to prod.
    $emctl cleastate agent
    /u01/orcldb/tech_st/11.1.7/bin/emctl: line 376: /u01/proddb/tech_st/11.1.7/perl/bin/perl: No such file or directory
    I'v included the /u01/orcldb/tech_st/11.1.7/bin in the PATH. Please tell me how to fix it
    Thank you for your help.

    $ which perl
    /u01/orcldb/tech_st/11.1.7/perl/bin/perl
    $ cd $ORACLE_HOME
    $ find . -name perl
    ./perl/bin/perlPlease verify that "/u01/proddb/tech_st/11.1.7/perl/bin/perl exists as the error message in your first post shows "u01/orcldb/tech_st/11.1.7/bin/emctl: line 376: /u01/proddb/tech_st/11.1.7/perl/bin/perl: No such file or directory".
    Thanks,
    Hussein

  • Set $PATH for current session in Terminal

    Hello,
    I want to modify the environment variable $PATH for the current terminal session. To modify it in $HOME/.profile (etc) is no option.
    So I created a shell script called envsetup.sh which contains
    ATLAS_HOME=/Applications/Development/atl-plugin-sdk
    PATH=$ATLAS_HOME/bin:$PATH
    export ATLAS_HOME PATH
    When I execute the script, $PATH will only modified while running the script but does not alter it for the current session. But then I copy and paste it into the terminal, $PATH gets modified for the current session. What's wrong with it? On my Linux box, it works ...

    Linux box, it works ...
    This CANNOT work on your Linux box.
    When you run a shell script (Mac OS X, Linux, HP-UX, Solaris, Tru64 UNIX, AIX, etc...), the shell script is runs in a child process. Any environment variables set or changed in that child process get destroyed when that child process ends, which happens as soon as the script ends. The parent process (your shell) will never see those child process environment variables. This has been true since the earliest versions of UNIX that I am aware of, and that goes back to at least '79.
    Alternative approaches. You could create a shell function in your .profile
    envsetup()
    export ATLAS_HOME="/Applications/Development/atl-plugin-sdk"
    export PATH="$ATLAS_HOME/bin:$PATH"
    The next time you login, your .profile will run and you will have a new command "envsetup". When you invoke the command envsetup it will run within the context of your current shell, so those environment variables will be set and visible.
    You could also create an alias that sources your envsetup.sh
    alias envsetup 'source /path/to/envsetup.sh'
    This would give you an easy to call command that would source into the current shell the export commands, as well as provide you with a script that can be sourced into other scripts that happen to need those specific exports.
    Message was edited by: BobHarris

  • IOS improved packaging SDK is missing compile-abc.exe error

    I am trying to test out the new and improved iOS packaging on my Windows machine and I am having some trouble getting it to work. I am using AIR 4.0.1170 for Flex developers and as the announcement says, added "-useLegacyAOT no" to my packaging options in FB. I believe it is in the correct spot because moving it to other places in the packaging options gives me syntax errors and when I do "-useLegacyAOT yes", it packages just fine, but takes a really long time. I keep getting the following error:
    SDK is missing file C:\{my 4.0 sdk path}/lib/aot/bin/compile-abc/compile-abc.exe
    Sure enough, navigating to that path shows compile-abc does not exist. Any ideas of what I may be doing wrong?

    We are aware of the issue and investigating it.As if now,-useLegacyAOT switch is not working on windows.For more information please see this:
    http://labsdownload.adobe.com/pub/labs/flashruntimes/shared/air4-0_flashplayer12-0_release notes.pdf
    Thanks,
    Sakshi
    Adobe AIR Team

  • On Firefox stage.stageWidth stage.stageHeight return wrong values

    Hello,
    I have a problem on firefox windows 8, stage.stageWidth and stage.stageHeight return wrong values,
    swfobject.embedSWF("mySwf.swf", "mySwf", "500", "500", "14.0.0","expressInstall.swf", flashvars, params, attributes);
    on ie, Chrome stage.stageWidth and stage.stageHeight return 500
    on iFirefox stage.stageWidth and stage.stageHeight return 750 and my animation is smaller (66%)
    Thanks

    In order to target iPhone 5 you need to use AIR 3.5 beta or AIR 3.4
    pointing to iOS 6 SDK. Be sure to include the [email protected] to
    trigger the iPhone 5 size. In other words, the app has to be built
    targeting the iOS 6 SDK and have the new default png to trigger the full
    size on the iPhone 5.
    AIR 3.5 beta includes the bits that to target iOS 6 SDK, but you can
    target iOS 6 with AIR 3.4 by using the external SDK path in the package
    ANE prompt in FB 4.6
    http://labs.adobe.com
    iBrent

  • SDK and Eclipse - are they the way for me to go?

    Hi,
    I've done a bit of reading and would just like someone to either steer me in the right direction on this or flatly say "No - Go back, you'll only enter a world of pain, flee while you still can".
    We wish to distribute a thin reporting client to a call centre, approx. 250 concurrent users. BO is strong on the User Admin side which we like. InfoView which could default to a particular report could in theory satisfy our needs. The problem is we don't wish to bamboozle the users (not in any way saying CSR in a call centre wouldn't be savvy enough to not to break it) and want to limit their view and what they can then do in this to be developed report.
    InfoView will allow each of the users to login to BO.
    Using SDK can I then configure our users experience/view of InfoView and then in combination with Access Rights basically only allow them to perform a very limited number if functions.
    What I'm really keen on creating is basically a form/display where the top toolbar has entries for inputs (query criteries) and the Display then return the entries matching the input criteria. Prompts are there or there abouts but just look n feel a bit clunky - a dynamic report that shows the Master data per row in a table then when you click on an individual Master Record the table expands (or something like that) to display the Detailed information associated with that Master record. 
    Also, I'd like to configure the CMC so that all but 2 or 3 of the tabs are allowed for the Call Centre Admin person to view.
    I like the way SDK will allow us to rebrand the tool.
    Should I use SDK - is it the only option that'll satisfy most of our needs at this stage?
    Edited by: Edward Berwick on Feb 11, 2009 5:10 PM
    Edited by: Edward Berwick on Feb 11, 2009 5:12 PM

    Hi Ted,
    thanks for the response.
    I'm not a java developer and am kinda hesitant to go down the SDK path.
    I'm hoping to build the report in WEBI, make available the report through InfoView, but you're saying I can't in anyway meddle with the InfoView GUI so as to make it more user friendly. OK.
    I was hoping there'd be a way to create a html layer that would better present the data (when I say better - InfoView just does more than we want our user base to view - since it may only cause difficulties)
    Have a look at what we're trying to achieve - I'd love if you could share with me how you'd think I should go about delivering such a reporting tool on the back of InfoView functionality.
    [http://docs.google.com/Doc?docid=dfr8cvrq_94f67wn4ft&hl=en]
    Cheers, Ed
    Edited by: Edward Berwick on Feb 11, 2009 5:44 PM

  • Missing pointbase folder in my java sdk install

    Hello
    I downloaded j2ee v1.4.
    I set the environment variables correctly(those JAVA_HOME, JAVA_EE, %PB_TOOLS%, etc.)
    i tried asadmin start-domain domain1 and it's all ok.
    but when i run into command prompt: %PB_TOOLS%\startserver
    i got that the path cannot be found. i think the problem it's from this PointBase database. where i can found it and where should i install? then the environment variable hou should i change it and where? Thanks
    and in the folder C:\Sun\AppServer i did not have a pointbase folder

    Ok, I fingered it out.
    Its the whacky config.xml file on the eclipse side.
    On the flex plugin side, it looks fine. so I just copied if from the flex plugin dir to the eclise plugin directory.
    The common point is: com.adobe.flexbuilder.flex_xxx/config.xml
    It appears the Adobe's install facility is slightly munged. If I had to guess, it looks like the plugin stuff was copied before the config.xml file was updated with the flex sdk path. Consequently the copied config.xml was on the eclipse side was never updated. In any event, some for testing before releasing might have been helpful.

  • Local_nostrip.arm-air.txt is missing in AIR SDK 16

    I merged Flex SDK 4.6.0 and AIR SDK 16.0.0.272 and use it in the Flash Builder 4.6.
    I downloaded AIR SDK 16.0.0.272 in the following :
    ( Because I use Flash Builder, I downloaded the original AIR SDK without the new compiler. )
    http://www.adobe.com/devnet/air/air-sdk-download.html
    I added ANE files to my app and entered iOS SDK path in the properties window of project.
    * iOS SDK path : /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPh oneOS8.1.sdk/
    When I build my app, the following error occurred :
    After I read the error message, I check whether local_nostrip.arm-air.txt is in the specified location.
    I found local_nostrip.arm-air.txt is missing in the sdk - it does not exist in the {pathtosdk}/lib/aot/lib/.
    In the AIR SDK 15, local_nostrip.arm-air.txt  file is in the {pathtosdk}/lib/aot/lib/.
    Can I use local_nostrip.arm-air.txt of the AIR 15 instead?
    Does anybody know?

    I am using Flash Builder 4.6.
    I can't found where "run configuration" and "custom launch" is.

  • How use SDK to insert text in indesign using c++

    Hello All
    I want to  use Indesign CS5.5 SDK  in my  c++ project first to create Indesign Document then insert text in textframe.
    How include SDK in my project ?
    Is it right method to create indesign Application using SDK.
    #include "IApplication.h"
    #include "ISession.h"
    # include "IDocumentCommands.h"
    virtual IApplication *  QueryApplication()=0 ;
    ISession *  GetExecutionContextSession();
    IApplication application(GetExecutionContextSession()->QueryApplication());
    It required so many .h file, first I copy .h file from SDK and put in Project directory but it give some error after including these .h file in project.
    There are so many directory(source,build,docs, etc.) in SDK.How include and use this SDK in my project to create Indesign Document.
    How include so many  .h file in my project ?
    I have already included SDK path in VisualStudio2008 ->Tools->Option->ProjectSolutions->vc++Directories
    Thanks.

    Hi Jongware,
    This is not correct in C# you have type cast all the object to another Object and then only we can access it in required format
    for example
    if want to get font in active Document
    InDesign.Application myInDesign=  (InDesign.Application) COMCreateObject("InDesign.Application");
    InDesign myDocument = (InDesign.Document)myInDesign.ActiveDocument;
    InDesign.ParagraphStyles pStyles = (InDesign.ParagraphStyle)myDocument.ParagraphStyles
    InDesign.ParagraphStyle pSteyls = (InDesign.ParagraphStyle)myDocument.ParagraphStyle
    for(int i =0;i<pStyles.Count;i++)
         pStyle = (InDesign.ParagraphStyle)myDocument.ParagraphStyles[i];
    public static object COMCreateObject (string sProgID)
        // We get the type using just the ProgID
        Type oType = Type.GetTypeFromProgID (sProgID);
        if (oType != null)
            return Activator.CreateInstance( oType);
        return null;
    like above content
    for selection content u have to type cast selection object.
    InDesign.Selection = (InDesign.Selection).myDocument.Selection;
    Console.Writeline(InDesign.Selection.Contents);
    but it showing error....
    like this you have to type cast all things in C# and you cannot simply get selection contents like app.selection[0].contents
    pls help me
    Thank you for your reply....
    R. Thangaraj

  • Flex SDK problem

    Where can I find the path to the  Flex SDK? Last time I embeded metadata, Flash CS5 automatically found it for me. This time its not working. I get this message in the output window:
    You have used a feature that requires the Flex SDK:
    "Embed" metadata
    Please set the Flex SDK path if necessary and add it to the library path for this file. The Flex SDK folder contains the bin, frameworks, lib and other folders.
    Thanks for your help
    Shiim

    I did that. I found an SDK that was in the FlashDevelop folder, but the SDK that comes with Flash CS5 is missing or hidden. I did an unhide files in the control panel. but the folder is still not there. Also my program works if I click Test Project, but it will not work with ctrl+enter. Something keeps getting messed up, but I'm not familiar enough with the Flash IDE to fix it. I've re-installed 3 times.
    Thanks
    Shiim

  • Flex SDK & Flash Pro

    I don't program in Flex or Flash Builder. I tend to build my app interfaces as I go, So coding in flash professional seems the way to go. It seems to me that there are a lot of extra steps designing the interface, converting it to a flex component, and then doing all the coding in Flash Builder, when I could just do the coding in flash. This is from my stand point as I see it, having never programmed in Flash Builder or Flex. But there has been times when I thought. Wow it would be cool to use this or that flex component.
    Anyway, getting to the question. I just noticed the other day that the Flex SDK path is included in Flash pro CC. Why is this? Does this allow us to use some of Flexes capabilities in flash?

    I think the intention behind that is so that if you connect it to Flash Builder it will automatically fill that value in for you (FB needs it to be filled in, even if you're using Flash Pro as the compiler). However, like many features that are related to using the two tools together, it doesn't work properly.

  • Are the paths correct for this third party css and js links?

    I am trying to install some third party software on my BC site. BC does not want to recognize the following script. Are my paths wrong?
    <script src="//code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
    <script src="//code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
    <script src="//pactsafe.com/assets/pactsafe.js"></script>
    <link href="//pactsafe.com/assets/badge.css" media="screen" rel="stylesheet" />
    Thanks
    Robert

    Do not use jQuery latest on live sites:
    http://blog.jquery.com/2014/07/03/dont-use-jquery-latest-js/
    It was never intended for what your using it for and you can see from the official blog this will not be updated any more.
    Do not use it as a CDN like you are.

  • Java.lang.NoClassDefFoundError: MyClass (wrong name: mypackage/MyClass)

    Bit nervous about posting again got absolutely slagged by the "big boys" for being an idiot. But here goes anyway -
    I'm getting the error in the subject line in an applet.
    What I am slightly confused about is why the code compiles and runs fine in NetBeans but as soon as I upload the class to my site it gives this error.
    I have read a lot about class paths being wrong on the computer and things in wrong directories, but how are the class paths wrong for a successfully compiled and built program?
    I have all the classes from the package in the same directory on the website.
    Any clues would be appreciated.
    Cheers
    Dan

    Hi cotton
    Thanks for the answer, I have tried a couple of variations in my applet tag.
    I started off very simply and managed to get a "HelloWorldApplet" to run.
    Then I simply tried embedding my programme, although not originally written for the web (it has a main class)
    I added the "HelloWorld" message output to my main class to see if the my classes and code is working.
    I fully expect the rest of the code to fall over elsewhere, however I did expect Java to find the "Main" class.
    I have tried the following
    <Applet code="flashcardserverside/Main.class" width="200" height="200"></applet>this gives the error-
    java.lang.ClassNotFoundException: flashcardserverside.Main.class
    also tried
    <Applet code="Main.class" width="200" height="200"></applet>this produces - Main (wrong name: flashcardserverside/Main)
    <Applet code="main.class" width="200" height="200"></applet>this returns - java.lang.ClassNotFoundException: main.class
    (I expected this because my class is Main)
    <Applet codebase = "http://www.mywebsite.co.uk" code="Main.class" width="200" height="200"></applet>giving- Main (wrong name: flashcardserverside/Main)
    <Applet codebase = "http://www.mywebsite.co.uk" code="flashcardserverside/Main.class" width="200" height="200"></applet>java.lang.ClassNotFoundException: flashcardserverside.Main.class
    I got the codebase tags from the following lesson:
    http://www.case.edu/help/wilbur/ch8.html
    Perhaps my problem is that I am trying to embed a program that I initially wrote as a non web application. Is it "illegal" to call a class Main when embedding applets.
    Cheers
    Dan
    PS thanks for the other info on classpaths.

  • Correct CS4 Installation Path?

    I noticed during install that the default install path is c:\program files\adobe. I have a 64bit system and normally this is the correct path for all 64bit apps, but not all of the CS4 apps are 64bit. For 32 bit apps it is c:\program files (x86)\adobe. So is the default path wrong or right?
    thx

    Ignore it...it will install correctly.
    Bob

Maybe you are looking for

  • Java Applet Bar on Bottom of Screen

    I get a bar on the bottom of my screen when on pages that require Java, " Java Applet Started" is typical. Folks I've asked about this say they aren't getting it. What is the cause and what is the solution? I'm using Windows XP, and this most often o

  • New 13" MacBook Pro and FCP Express?

    Is the new 13" MBP OK for light video editing with iMovie or FCP Express and little photo editing with Photoshop Elements? For video I use Panasonic AG-HMC40 AVCCAM HD. Thanks!

  • Nothing appears in internet explorer when trying to view flash?

    hello, i have tried to use google maps an use street view but when i try to use it it says 'install a newer version of flash'. so i did and i installed the newest version. I then retried using street view and still the same thing happened. it also wo

  • IPhoto slideshow - how to mute all videos?

    Hi there I've put together an iPhoto 11 slideshow to be displayed during a party.  This includes photos and videos.  However, since this is really a background type thing, rather than the focus of the party, I don't want the audio from the videos to

  • Internal software error realted to gaps in timeline?

    HEllo all, I am new to the forum but look here for great information from smart ADobe useres. I have a project in Encore which is a 3 hour Dance recital.  IT is broken up into chapters (per act) so there are a total of 55 chapters.  I just sucessfull