Script Works In Simulator, Fails After Project Build

I have a DSP3 project that consists basically of the following:
One menu with 5 buttons.
5 tracks
I wrote a script that uses SPRM8 to determine which button was last used and to display that button when the user returns to the menu.
The script works fine when run in the Simulator. The last button used is always displayed. After building the project and testing it in DVD Player I find it doesn’t work. I burnt the project to a DVD+RW and tested in an actual DVD Player desk, but as expected it didn’t work.
Works in Simulator, but not after being built.
Can anyone suggest something I’ve either overlooked, or have gotten wrong?

The question is, the script works in the DSP3 simulator, but not after the build.
That's what I'm trying to figure out.
Thanks Karen.
I'm trying to set up the DVD so that you can jump back to the menu from any point in the track, and from any track, and still have the last active button displayed. And without going to the end of the track.
Would your suggestion do this?
Thanks Hal.
What follows is the best I can do.
Script "Button-Return" {
Name "Button-Return"
ObjectType "Script"
SelectedState 0
CommandsUsed 0
CommandsFree 120
ScriptCommandArray "ScriptCommandFolder" {
Name "ScriptCommandFolder"
ObjectType "Script Command Array"
SelectedState 0
ChildObjectType "Script Command"
ScriptCommand "Script Command 1" {
Name "Script Command 1"
ObjectType "Script Command"
Size 0
Duration 0
SelectedState 0
Comment ""
CommandType Set GPRM
OperatorType mov
Argument1 RegisterCell "GPRM 0"
Script2ndArgumentType SPRM
Script2ndArgumentSPRMRegister SPRM 8
Script2ndArgumentSpecialValue Current Item
Script2ndArgumentGPRMRegister RegisterCell "GPRM 0"
Script2ndArgumentImmediateValue 0
Script2ndArgumentItemID notSet
Compare 0
CompareArgument1 RegisterCell "GPRM 0"
Script2ndCompareArgumentType Immediate
Script2ndCompareArgumentSPRMRegister SPRM 0
Script2ndCompareArgumentSpecialValue Current Item
Script2ndCompareArgumentGPRMRegister RegisterCell "GPRM 0"
Script2ndCompareArgumentImmediateValue 0
Script2ndCompareArgumentItemID notSet
CompareOperatorType =
ScriptTarget notSet
GotoTarget 1
SubtitleEnabled 0
SubtitleValue 1
SubtitleVisible 0
SubtitleGPRM RegisterCell "GPRM 0"
AudioEnabled 0
AudioValue 1
AudioGPRM RegisterCell "GPRM 0"
AngleEnabled 0
AngleValue 1
AngleGPRM RegisterCell "GPRM 0"
SetSystemIsImmediate 1
ButtonIndex 0
GPRMTarget 0
CounterMode 0
ParentalLevel 0
ScriptCommand "Script Command 2" {
Name "Script Command 2"
ObjectType "Script Command"
Size 0
Duration 0
SelectedState 0
Comment ""
CommandType Jump
OperatorType mov
Argument1 RegisterCell "GPRM 0"
Script2ndArgumentType GPRM
Script2ndArgumentSPRMRegister SPRM 0
Script2ndArgumentSpecialValue Current Item
Script2ndArgumentGPRMRegister RegisterCell "GPRM 0"
Script2ndArgumentImmediateValue 0
Script2ndArgumentItemID notSet
Compare 1
CompareArgument1 RegisterCell "GPRM 0"
Script2ndCompareArgumentType Immediate
Script2ndCompareArgumentSPRMRegister SPRM 0
Script2ndCompareArgumentSpecialValue Current Item
Script2ndCompareArgumentGPRMRegister RegisterCell "GPRM 0"
Script2ndCompareArgumentImmediateValue 1024
Script2ndCompareArgumentItemID notSet
CompareOperatorType <=
ScriptTarget Button "001" of Menu "DW-Menu"
GotoTarget 1
SubtitleEnabled 0
SubtitleValue 1
SubtitleVisible 0
SubtitleGPRM RegisterCell "GPRM 0"
AudioEnabled 0
AudioValue 1
AudioGPRM RegisterCell "GPRM 0"
AngleEnabled 0
AngleValue 1
AngleGPRM RegisterCell "GPRM 0"
SetSystemIsImmediate 1
ButtonIndex 0
GPRMTarget 0
CounterMode 0
ParentalLevel 0
ScriptCommand "Script Command 3" {
Name "Script Command 3"
ObjectType "Script Command"
Size 0
Duration 0
SelectedState 0
Comment ""
CommandType Jump
OperatorType mov
Argument1 RegisterCell "GPRM 0"
Script2ndArgumentType GPRM
Script2ndArgumentSPRMRegister SPRM 0
Script2ndArgumentSpecialValue Current Item
Script2ndArgumentGPRMRegister RegisterCell "GPRM 0"
Script2ndArgumentImmediateValue 0
Script2ndArgumentItemID notSet
Compare 1
CompareArgument1 RegisterCell "GPRM 0"
Script2ndCompareArgumentType Immediate
Script2ndCompareArgumentSPRMRegister SPRM 0
Script2ndCompareArgumentSpecialValue Current Item
Script2ndCompareArgumentGPRMRegister RegisterCell "GPRM 0"
Script2ndCompareArgumentImmediateValue 2048
Script2ndCompareArgumentItemID notSet
CompareOperatorType =
ScriptTarget Button "002" of Menu "DW-Menu"
GotoTarget 1
SubtitleEnabled 0
SubtitleValue 1
SubtitleVisible 0
SubtitleGPRM RegisterCell "GPRM 0"
AudioEnabled 0
AudioValue 1
AudioGPRM RegisterCell "GPRM 0"
AngleEnabled 0
AngleValue 1
AngleGPRM RegisterCell "GPRM 0"
SetSystemIsImmediate 1
ButtonIndex 0
GPRMTarget 0
CounterMode 0
ParentalLevel 0
ScriptCommand "Script Command 4" {
Name "Script Command 4"
ObjectType "Script Command"
Size 0
Duration 0
SelectedState 0
Comment ""
CommandType Jump
OperatorType mov
Argument1 RegisterCell "GPRM 0"
Script2ndArgumentType GPRM
Script2ndArgumentSPRMRegister SPRM 0
Script2ndArgumentSpecialValue Current Item
Script2ndArgumentGPRMRegister RegisterCell "GPRM 0"
Script2ndArgumentImmediateValue 0
Script2ndArgumentItemID notSet
Compare 1
CompareArgument1 RegisterCell "GPRM 0"
Script2ndCompareArgumentType Immediate
Script2ndCompareArgumentSPRMRegister SPRM 0
Script2ndCompareArgumentSpecialValue Current Item
Script2ndCompareArgumentGPRMRegister RegisterCell "GPRM 0"
Script2ndCompareArgumentImmediateValue 3072
Script2ndCompareArgumentItemID notSet
CompareOperatorType =
ScriptTarget Button "003" of Menu "DW-Menu"
GotoTarget 1
SubtitleEnabled 0
SubtitleValue 1
SubtitleVisible 0
SubtitleGPRM RegisterCell "GPRM 0"
AudioEnabled 0
AudioValue 1
AudioGPRM RegisterCell "GPRM 0"
AngleEnabled 0
AngleValue 1
AngleGPRM RegisterCell "GPRM 0"
SetSystemIsImmediate 1
ButtonIndex 0
GPRMTarget 0
CounterMode 0
ParentalLevel 0
ScriptCommand "Script Command 5" {
Name "Script Command 5"
ObjectType "Script Command"
Size 0
Duration 0
SelectedState 0
Comment ""
CommandType Jump
OperatorType mov
Argument1 RegisterCell "GPRM 0"
Script2ndArgumentType GPRM
Script2ndArgumentSPRMRegister SPRM 0
Script2ndArgumentSpecialValue Current Item
Script2ndArgumentGPRMRegister RegisterCell "GPRM 0"
Script2ndArgumentImmediateValue 0
Script2ndArgumentItemID notSet
Compare 1
CompareArgument1 RegisterCell "GPRM 0"
Script2ndCompareArgumentType Immediate
Script2ndCompareArgumentSPRMRegister SPRM 0
Script2ndCompareArgumentSpecialValue Current Item
Script2ndCompareArgumentGPRMRegister RegisterCell "GPRM 0"
Script2ndCompareArgumentImmediateValue 4096
Script2ndCompareArgumentItemID notSet
CompareOperatorType =
ScriptTarget Button "004" of Menu "DW-Menu"
GotoTarget 1
SubtitleEnabled 0
SubtitleValue 1
SubtitleVisible 0
SubtitleGPRM RegisterCell "GPRM 0"
AudioEnabled 0
AudioValue 1
AudioGPRM RegisterCell "GPRM 0"
AngleEnabled 0
AngleValue 1
AngleGPRM RegisterCell "GPRM 0"
SetSystemIsImmediate 1
ButtonIndex 0
GPRMTarget 0
CounterMode 0
ParentalLevel 0
ScriptCommand "Script Command 6" {
Name "Script Command 6"
ObjectType "Script Command"
Size 0
Duration 0
SelectedState 0
Comment ""
CommandType Jump
OperatorType mov
Argument1 RegisterCell "GPRM 0"
Script2ndArgumentType GPRM
Script2ndArgumentSPRMRegister SPRM 0
Script2ndArgumentSpecialValue Current Item
Script2ndArgumentGPRMRegister RegisterCell "GPRM 0"
Script2ndArgumentImmediateValue 0
Script2ndArgumentItemID notSet
Compare 1
CompareArgument1 RegisterCell "GPRM 0"
Script2ndCompareArgumentType Immediate
Script2ndCompareArgumentSPRMRegister SPRM 0
Script2ndCompareArgumentSpecialValue Current Item
Script2ndCompareArgumentGPRMRegister RegisterCell "GPRM 0"
Script2ndCompareArgumentImmediateValue 5120
Script2ndCompareArgumentItemID notSet
CompareOperatorType =
ScriptTarget Button "005" of Menu "DW-Menu"
GotoTarget 1
SubtitleEnabled 0
SubtitleValue 1
SubtitleVisible 0
SubtitleGPRM RegisterCell "GPRM 0"
AudioEnabled 0
AudioValue 1
AudioGPRM RegisterCell "GPRM 0"
AngleEnabled 0
AngleValue 1
AngleGPRM RegisterCell "GPRM 0"
SetSystemIsImmediate 1
ButtonIndex 0
GPRMTarget 0
CounterMode 0
ParentalLevel 0
ViewInfo "ViewInfo" {
Name "ViewInfo"
ObjectType "View Info"
SelectedState 0
ViewInfoPosition (X:300 Y:-220)
ViewInfoSize (X:0 Y:0)
ViewInfoColor 0
ViewInfoGroup notSet
ViewThumbframeTime 0
ViewInfoAttentionLevel 0
ViewInfoIsSet 1
}

Similar Messages

  • After project build, code that opened a sub VI no longer works

    I have a project that I am ready to build into a .exe.
    I have code in the main VI that opens and runs another VI when an operator clicks on a button. When the operator is done manipulating the popup vi, he closes it and continues working in the main VI. He opens this popup VI often. The code that opens this popup vi is shown in a .jpg file attached. Obviously, if the project is built into a .exe, this code will no longer work (even if I still have the "PID Popup.vi" file in the correct location.
    What is the proper method of opening a "popup" vi from a "main vi" that will still work when I build a project?
    Hopefully that made sense!
    Michael
    Michael Hampson
    President
    XL Automation, Inc.
    Attachments:
    Popup.jpg ‏329 KB

    simple question, did you retain the pop-up's front panel in the build?  My guess is that you have not, and that you are getting an error when you invoke it, but since the errors are not handled you would not know that.
    Just a guess and my $.02
    Of course reflecting about 20 more seconds, you would not need to include it in the build.  But remember, if you are calling other VIs that are in the build, it is a possibility of getting a compile error as you are running in the RTE and not the development environment.  I would wire the error terminals and output that error cluster and look there.
    Message Edited by Stradis on 05-30-2007 12:27 PM
    Paul <--Always Learning!!!
    sense and simplicity.
    Browse my sample VIs?

  • Scripts works in Simulator and Apple DVD player but not on TV

    I have a basic project with two different tracks.
    The first one is video and audio. Plays "as is".
    The second has video, two audio and one subtitle. Depending on which button, the second Track should be played with different audio and with/without subtitles.
    (I use GPRM 1 to set the subs stream, GPRM 2 for the audio and GPRM 3 for menu button navigation).
    On the second Track I have a pre-script that sets the streams depending on the value of GPRM 1 and 2.
    Works fine in Simulator and in Apple DVD player, but not on the stand-alone player.
    Any idea what might be the issue here?
    in short:
    Button 1: Play Track 1 "as is" (audio 1, no subs)
    Button 2: Play Track 2, audio 1, subs on
    Button 3: Play Track 2, audio 2, subs off
    Button 4: Play Track 2, "as is" (audio 1, subs off)
    Menu button and End Jump should go to the corresponding menu button.
    Many thanks for your help.

    It is part personal preference, part artistic, part what makes the user experience the best so there may not be one "right" answer and I have often made menus one way than changed them when viewing the DVD for something that seemed to work better.
    Looking at you description I started playing with some ideas in my head and started typing them, then changed what I was writing
    It sounds like you want chapter selections for both track 1 and track 2? If so it may make sense to have the initial menu have Track 1 and Track 2 buttons which then link to sub menus where there is "Play All," selections for each section of each movie and one last button for the preferences.
    Alternatively you could also place the preferences selection button on the main menu, though since Track 1 does not sound like it really has preferences you need to make sure that users do not become confused and think they have turned something on/off and are not seeing these options when they thought they selected them when they play back Track 1.
    Also with 6 to 8 chapter markers you may be getting close to the point where scripting could make it easier if your selections are just to play the sections - in other words for track 2 four stories take care of the combinations Audio 1/Sub Off, Audio 1 Subs On, Audio 2 Subs Off, Audio 2 Sub On. If the chapter selection starts the track a scene then plays through you can target chapter markers in the story so 4 stories takes care of it. If you are just playing sections you would need 4 x 6 or 8 chapters - 24 or 32 stories roughly. But it is actually fairly quick to do - just set up the intial Play All with all subtitles and audio selections unchecked except for "1" then copy from there. Probably should take under 10-15 minutes or so
    Put a real quick thing together for a quick view of the tracks. I can flesh it out more if you like.
    http://www.dvdstepbystep.com/081107Sub.dmg
    The main menu will be the title menu, then the sub-menus (including the set up menus) can be placed in the same VTS as the applicable tracks which can help a bit with DVD performance speed. Since there is 6 to 8 chapter markers on a track each of the main sub-menus would have 8-10 buttons which can work in the design.

  • Remote fails after several days

    I'm running ZFD 3.2, on a Netware 5.1 (sp5) box with eDir 85.27c.
    When I
    import a workstation, it will work perfectly for a few days, but then
    it
    fails to respond to Remote Control. I can still do Chat, and pinging
    the
    agent gives perfect success. When I do attempt to connect it gives
    the
    message:
    The Remote management agent was unable to locate the workstation in
    NDS.
    I can delete the workstation and re-import it, and it will work again,
    but
    fail after a few days time. I applied all the ZenWorks support packs
    to the
    clients and the server, and I am running the latest snap-ins for
    ConsoleOne.
    This server is the master of the replica.
    Any tips would be appreciated. I went through everything on TID
    10013987
    and none of it has fixed the problem. Thanks.

    Running a mixed IP/IPX environment, all on static assigned IPs. We're
    also
    using SLP with a Scoped list.
    "Jared L Jennings" <[email protected]> wrote in
    message
    news:PaY5a.1250$[email protected]..
    > Are you running pure IP?
    > Is your network DHCP?
    >
    > --
    > Jared L Jennings, CNE 5,6
    > Using XanaNews 1.13.2.10

  • GPRM Button scripts work in Simulate, but not after burning

    Hello everyone:
    I have a question regarding GPRM-based buttons and scripting menu navigation. My scripts work perfectly in DVD Studio Pro's simulate mode, but after building and formatting a DVD, the scripts do not function properly on a set top box, in Apple DVD Player, or when playing from the Video TS folder. The scripts were based off of a tutorial by Hal MacLean at dvdstudiopro.co.uk.
    Essentially, I have one track which is accessed via a Main Menu or a Chapters Menu. There is an animation that plays at the head of each menu, so menu has a loop point. The user should return to the correct screen, the correct button should be highlighted, and the menu should jump to the loop point. All of these things happen in simulate mode, but after burning, the loop point is ignored: The correct menu and buttons are highlighted, but the menu plays from the beginning. Here is how the project is laid out:
    From the main menu, if the user chooses Play Movie, the following script plays:
    mov GPRM 0, 1
    Jump Feature
    From the main menu, if the user chooses Chapters, the following script plays:
    mov GPRM 0, 0
    Jump Chapters Menu
    Each of the chapter buttons is assigned to the start of a scene. The feature's menu call is assigned to the following script:
    mov GPRM 1, SPRM 8
    div GPRM 1, 1024
    Jump Main Menu(Loop) [GPRM 1] if (GPRM 0 = 1)
    Jump Chapters Menu(Loop) [GPRM 1]
    I was able to make the menus behave properly by writing the scripts this way:
    mov GPRM 1, SPRM 8
    div GPRM 1, 1024
    Jump Main Menu Script [GPRM 1] if (GPRM 0 = 1)
    Jump Chapters Menu Script [GPRM 1]
    Main Menu Script:
    Jump Main Menu(Loop)
    Chapters Menu Script:
    Jump Chapters Menu (Loop)
    But, although the user is returned to the correct menu and the loop point, now only the default button is highlighted.
    Has anyone run into the same issues? Can anyone see any flaws in my scripts, or have any suggests? i would really appreciate any thoughts you all have. Thanks for your time!

    Do you have any pre scripts atached to the menus? I was having the same problems as you and found that pre scripts and GPRMs don't play nice (at least in DSP). Removing the pre scripts solved my issue.
    http://discussions.apple.com/message.jspa?messageID=4643747#4643747
    Good luck!

  • Great in simulator - crazy after build

    I'm putting together a simple dvd. I used templates for menus. The main menu has a drop zone that I converted to a button and another simple button. The other menus are index templates that use the chapter tracks in my video. Everything works great in the simulator. But after I build it, things get crazy in the DVD Player on my computer. All I get is a black screen except for the button that has been designated as the start button. When I run the cursor over the screen and happen to roll over a button, the buttons show up as rollovers. If I click on the buttons the correct video plays. What do you think is going on?
    Thanks.

    I have experienced something very similar. Very strange. I don't know why it happened to my specific project... But I found out that the problem (in this particular case) was solved by changing the overlay colours...! It seemed to me, that there was some kind of conflict between the overlay colour and a similar colour in my background menu file. Very strange. Hope you manage to solve the problem...

  • Mathematical Script fails after protecting & saving PDF

    Hello, we are creating a form which includes a small graph to calculate a difference in two portfolios' Risk and Return %'s.  We want to be able to protect and save the document.  We, also, would like to re-open the document at a later point and update the values. Our script works fine when we enter the values, protect and save it; however, it fails after we re-open it with the password and enter the value; eg. it will simply show the previous calculated value.  Thank you for any input on fixing this issue.

    Just a follow-up comment from my partner:
    "we are password protecting and the calculated value becomes static when removing password"
    - and here is a copy of our formula too if it helps:
    ROR_difference.rawValue = ((ROR_Proposed.rawValue - ROR_Current.rawValue) / ROR_Current.rawValue)
    Thanks!

  • Civilization V stopped working after installing build 10041

    After installing build 10041, civilization V crashes when loading a game.
    This worked perfectly just before the installation and fails after.
    anybody else experiencing this issue? Any solutions?
    My guess is that it is a directx issue but I can't be sure.
    Just to prevent the questions being asked, it is a 100% legit version of Civilization installed over steam.
    I tried reinstalling directx and reinstalling CIV V. Both failed. Drivers updated. Also failed.
    Gal Ben Yair

    Please provide us with your Event Viewer administrative logs by following these steps:
    Click Start Menu
    Type eventvwr into Search programs and files (do not hit enter)
    Right click eventvwr.exe and click Run as administrator
    Expand Custom Views
    Click Administrative Events
    Right click Administrative Events
    Save all Events in Custom View As...
    Save them in a folder where you will remember which folder and save as Errors.evtx
    Go to where you saved Errors.evtx
    Right click Errors.evtx -> send to -> compressed (zipped) folder
    Upload the .zip file to Onedrive or a file sharing service and put a link to it in your next post
    If you have updated to win 8.1 and you get the error message "the system cannot find the file specified" it is a known problem.
     The work around is to edit the registry.  If you are not comfortable doing this DONT.  If you are, backup the key before you do
    Press Win+"R" and input regedit
    Navigate to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Channels. Delete "Microsoft-Windows-DxpTaskRingtone/Analytic"
    Wanikiya and Dyami--Team Zigzag

  • Ant build script for WebLogic Portal 10.3 projects

    Hi Friends,
    I am going thru this document http://download.oracle.com/docs/cd/E12840_01/wlw/docs103/guide/ideuserguide/build/conUseCustomAntBuild.html#metadata about building ant script for my portal project. The document does not state few things clearly. Can you please help me to understand.
    It says:
    To Build an EAR File Using the Ant Script:
    1. Generate the Ant script for each project in the EAR.
    2. Generate the Ant script for the EAR project.
    3. Configure the execution environment of your shell by executing wl.home/common/bin/commEnv.sh
    4. Change to the Eclipse directory for the EAR project.
    5. Execute the desired target in the EAR project's Ant script as follows:
    ant build archive -Dworkspace=workspacepath
    A) When I generate ant script, workshop generates build.xml file in each project directory and that includes EAR project as well. Then, point 2 is not clear, how do I generate another ant script (build.xml) for the EAR project?
    B) I do not understand, "change to the eclipse directory for the EAR project". Does it mean, change to the directory of EAR project folder which has build.xml?
    C) in step-5, execute the desired target, when I execute it, how it will know where are other build.xml files for other projects?
    Regards,
    JT

    Hi Greg,
    I moved little bit but then got stuck with new kind of error.
    a. First of all, my application has a 'data' project (.usr) file. When I try to generate ant scripts (build.xml), it says that 'data' project is not compatible with Workshop ant scripts. However, Workshop inbuilt EXPORT->EAR is able to build the projects without any error.
    b. So, I thought, let's put a dummy build.xml file under 'data' project directory. This let ant build to proceed further. However, now it fails with error that <web project>/build.xml (line no. 122). Which is nothing but memory declaration (memoryMaximumSize="1024m"). The error says, 'unable to launch apt compiler', I am not able to understand what is it? The other projects' (ejb, controls etc.) build.xml has this declaration but they did not give this error, they built fine.
    <web project>/build.xml
    <target name="build" depends="init" description="compiles the source files; does not package the results">
    <if>
    <isreference refid="apt.factory.path"/>
    <then>
    <mkdir dir="${apt.src.output.dir}"/>
    <for-each-java-src-path>
    <if>
    <available file="${.java.src.dir}"/>
    <then>
    <mkdir dir="${.java.src.output}"/>
    <apt
    sourcepath="${java.sourcepath}"
    srcdir="${.java.src.dir}"
    includes="${.java.src.include}"
    excludes="${.java.src.exclude}"
    destdir="${.java.src.output}"
    preprocessdir="${apt.src.output.dir}"
    classpathref="java.classpath"
    factorypathref="apt.factory.path"
    options="${apt.options}"
    compile="false"
    memoryMaximumSize="1024m"/>
    </then>
    </if>
    </for-each-java-src-path>
    </then>
    </if>
    Regards,
    JT
    Edited by: user6917422 on Apr 1, 2009 9:29 PM
    Edited by: user6917422 on Apr 1, 2009 9:57 PM

  • Build failed after updating to CTP 3.1

    Hi,
    After updating to CTP 3.1, I created a blank cordova project and tried to build it.It shows build failed.I can see a warning - The typescript file was given no files for compilation .However this shouldn't stop the build ?
    Please advise.

    Set your build verbosity to diagnostic (Tools>Options>Projects and Solutions>Build and Run>Set MSBuild project build output verbosity= Diagnostic) and rebuild your project.   The added details should reveal why the build is failing. 
    -Ellen

  • New MVC 5 project build fails in Visual Studio Online using TFS

    Here are some of the errors I'm getting.
     Controllers\AccountController.cs (44): The type or namespace name 'AllowAnonymous' could not be found (are you missing a using directive or an assembly reference?)
     App_Start\BundleConfig.cs (2): The type or namespace name 'Optimization' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     App_Start\IdentityConfig.cs (2): The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
     App_Start\IdentityConfig.cs (3): The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
     App_Start\IdentityConfig.cs (4): The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
     App_Start\IdentityConfig.cs (5): The type or namespace name 'Owin' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
     App_Start\IdentityConfig.cs (12): The type or namespace name 'UserManager' could not be found (are you missing a using directive or an assembly reference?)
     App_Start\IdentityConfig.cs (59): The type or namespace name 'IIdentityMessageService' could not be found (are you missing a using directive or an assembly reference?)
     App_Start\IdentityConfig.cs (68): The type or namespace name 'IIdentityMessageService' could not be found (are you missing a using directive or an assembly reference?)
     App_Start\RouteConfig.cs (5): The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     App_Start\Startup.Auth.cs (1): The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
     App_Start\Startup.Auth.cs (2): The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
    The project builds fine in VS 2013 (since its a new project).
    It seems that it is not recognizing all the packages. How do I fix this problem?

    It doesn't work for me either. It's an MVC 5.2.2.0 project straight out of the Wizard. It's part of a solution with other projects which appear to be working. I tried configuring NuGet to download missing assemblies on the build machine as it suggested on
    some other sites. That didn't help. According to the list of installed software on the Hosted Build Controller, I don't see MVC explicitly listed. (getting-started/hosted-build-controller-..) page in the TFS project site.
    It definitely doesn't work. I'm trying out Visual Studio Premium 2013 and Team Foundation Service on the 90 day trial offer. I can't find any mention of an MVC restriction. I don't want to have to include the package binaries in source control.
    Edit: I tried a standalone MVC 5 project and it worked fine on the Hosted Build Controller. If you add an MVC 5 project using the wizard to an existing solution with other projects, you get the errors below. So it isn't the Hosted Build Controller.
    Strange.
    App_Start\BundleConfig.cs (2): The type or namespace name 'Optimization' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
     Controllers\AccountController.cs (200): The type or namespace name 'ValidateAntiForgeryToken' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (200): The type or namespace name 'ValidateAntiForgeryTokenAttribute' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (226): The type or namespace name 'AllowAnonymous' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (226): The type or namespace name 'AllowAnonymousAttribute' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (234): The type or namespace name 'AllowAnonymous' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (234): The type or namespace name 'AllowAnonymousAttribute' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (242): The type or namespace name 'HttpPost' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (242): The type or namespace name 'HttpPostAttribute' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (243): The type or namespace name 'AllowAnonymous' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (243): The type or namespace name 'AllowAnonymousAttribute' could not be found (are you missing a using directive or an assembly reference?)
     Controllers\AccountController.cs (244): The type or namespace name 'ValidateAntiForgeryToken' could not be found (are you missing a using directive or an assembly reference?)
    It seems that my working stand alone project has the dlls in the packages folder tree added to source control. Whereas in the composite project, only the corresponding .xml files are added to source control. So with the standalone project, the build server
    is locating these dlls and using them.

  • Hi, I recently upgraded my xcode to 5.1, my project is running well in ios 7.0,6.0, But in ios 7.1 i'm getting error like"iOS Simulator failed to install the application". Can anybody please suggest the solution for it.

    My project is not running in ios 7.1 simulator i'm getting error like "iOS Simulator failed to install the application". Please suggest a solution for it.

    We aren't Apple, just users like you. Have you tried a reset? Hold down the home button along with the sleep/wake button until the screen goes black and you see the Apple, then let go. (No data loss)

  • Oracle installer scripts in Delivery wizard is disabled in Project builder

    Hi,
    I have oracle forms 6i installed on my system. However, I was trying to builld installer scripts for my project. So I open the deliver wizard in Project builder. Select all the parameters, like project name/directory etc.and then when I reach the option of creating installer scripts, it is disabled while the others like,
    Deliver to local staging, Deliver to a remote staging etc is enabled.
    Any ideas, why I the installer scripts are disabled.?
    thnx
    S

    Soe more.
    I read in the Oracle manual under the Guidelines for Building Applications
    in the section Managing Your Application the following statement about project builder:
    "Remember that you can automate the running of test scripts just as you can automate actions associated with the modules in your application.
    How would one do this???
    Thanks!
    Liza

  • I have After Effects CS5 and need to work on a CS5.5 project. Can I still upgrade to 5.5?

    I have After Effects CS5 and need to work on a CS5.5 project. Can I still upgrade to 5.5? I can't find it anywhere. I have a VERY limited budget.

    firebugwebdesign wrote:
    I have a VERY limited budget.
    Do you have $50? You could become a subscriber to the Creative Cloud for that and get the very latest version of AE (which is version 12.2 right now, whereas CS5.5 is version 10.5). You would get access to the Roto Brush, the 3d camera tracker, and a Lite version of Cinema 4D along with a ton of other enhancements and new features!
    Adobe is only selling CS6 (version 11) these days and renting both CS6 (version 11) and CC (version 12).
    For free you could download CS6 or CC and use the trial for 30 days.
    Alternatively, you could download a trial of CS5.5 (down this page somewhere: http://prodesigntools.com/tag/ddl) and use it for the next 30 days.
    Another option: you can look for third-parties selling their copies of CS5.5, but beware of shady people selling pirated software.

  • EJB projects failed after server restart

    Hi Experts,
    I had deployed some Web Dynpro projects and EJB projects. But everytime after server restarts or SDM restarts, the EJB projects will gone. I have to redeploy the EJB projects to make the WDP projects works, or else the WDP projects will hit nullpointer which saying not able to find the specific EJB.
    Any idea?
    Thanks & Regards,
    Sarah

    Thanks
    wawoodwa , this command solved my problem!!! 
    On other sites I found command:
    "Update-MailboxDatabaseCopy –Identity ‘DB2’ –CatalogOnly" it was not working, I got the same error as OldSchoola.

Maybe you are looking for