Closing of Activity

Hi,
I created a external activity (Requisition no is generated). Using this Req no I created PO (invoice plan based PO).Then I confirmed the activity and the PO is also Invoiced.Now if I try to CLOSE the activity
i face a error message saying "Balance of NWA is not Zero".
can any 1 help me?

Hi,
I think yes, it will affect.
For external activity or service activty,if an invoicing plan has been maintained, the values in the periods are set as specified in the invoicing plan.Otherwise, the activity value is set in the period of the latest activity start date.
The invoicing plan has priority for the values. If no invoicing plan has been maintained, the system
determines the price from the purchasing info record or the activity value.
Also in the case of externally processed activities and components procured externally, invoicing plan including payment conditions are used - or, where there is no invoicing plan, the delivery dates including payment conditions are used.
Regards
Tushar

Similar Messages

  • Extended search by default with  closed SC actived as well??

    Hi,
    Does anybody know if I can put Extended search by default with show also closed SC actived as well.
    Could I put a customer field in first place in the search criteria??
    It might be done using screen variant or BADI? or I should modify templates or standard code.
    Thanks
    Regards
    Jorge

    Hi Jorge,
    how did you implement the request? We have the same request.
    Thanks from
    Joe

  • In v3.x clicking my programmed "close" mouse button closed only active tab, in v4 it closes entire program, how do I change it back?

    One feature I loved in Firefox v3.6 was closing tabs with a programmed mouse button. My Microsoft Intellimouse has a button that I programmed for the "Close" command. In 3.6, clicking this button would only close the active tab I was on. This made for fast opening and closing of tabs. It's the main feature that made me ignore all other browsers actually.
    Now I got updated to v4. And now, clicking my mouse's Close button closes out the Firefox window completely, just as though I'd clicked the window close "X" in the upper right.
    How can I get it back to the way it was in 3.6?

    I have the same problem with a Microsoft Comfort Optical Mouse 3000.
    The problem with the mapped close button closing the program, instead of tabs, only happens in Firefox 4.0.
    The close button works correctly with Chrome 10, IE8 and Firefox 3.X.

  • Closing an active PrintStream

    I have a thread that handles my network communications. I need to be able to close the printstream if the user presses a cancel button. My server code currently has a delay of twenty seconds from the time a request is made to its response so I can test whether or not I can close the stream.
    The problem is, I can't.
    Thread.interrupt() doesn't actually close the stream - it waits until the server responds before allowing me to shut down the thread. Which means the override button is useless since if the server hangs and a response never comes, the client will hang as well (Has happened - this is why I need to be able to shut down the thread).
    How do you close a printstream.readLine() that is waiting for input?

    Yes.
    (observer is my thread object)
                   observer.interrupt();
                   try
                        remote.socketClose();
                   catch(IOException e1)
                   }remote is an object which handles all the net communications. Here's the socketClose() method (server is the socket object):
         public void socketClose() throws IOException
              server.close();
            }

  • Activity closed automatically when i select Chekin option DTR error

    Hi All
    I clicked on activity in Development configuration and right clicked and select the Checkin option.But after few sec i am getting error in DTR Console tab as :
    - Get version set from closed activity failed [HTTP protocol error -[cause: Parsing of the response body failed [reason: The element type "DAV:prop" must be terminated by the matching end-tag "</DAV:prop>".
    -Get version set from closed activity failed
    After that i checked the DTR WEB UI ,there i searched the activity and i found that activity is closed.
    can any body help me how i will solve the above mentioned DTR issue?The activity is closed before activation of this activityHow can i get my changes or i need to do the changaes once again from starting?
    In the workspave directory i found the below log file :
    !ENTRY com.tssap.util 4 0 Aug 08, 2008 16:32:55.657
    !MESSAGE Aug 8, 2008 4:32:55 PM   com.sap.ide.eclipse.cbs.activation.ui.ActivationIntersect... Thread[main,5,main]] Error: Caught com.tssap.dtr.client.lib.vfs.VfsException:Get version set from closed activity failed
    !ENTRY com.tssap.util 4 0 Aug 08, 2008 16:34:53.977
    !MESSAGE Aug 8, 2008 4:34:53 PM       com.sap.dtr.client.lib.protocol.requests.RequestBase     Threadmain,5,main Error:
    com.sap.dtr.client.lib.protocol.HTTPException: Parsing of the response body failed [reason: The element type "DAV:prop" must be terminated by the matching end-tag "</DAV:prop>".
    org.xml.sax.SAXParseException: The element type "DAV:prop" must be terminated by the matching end-tag "/DAV:prop".
         at org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1172)
         at com.sap.dtr.client.lib.protocol.requests.XMLRequest.parse(XMLRequest.java:87)
         at com.sap.dtr.client.lib.protocol.requests.RequestBase._createResponseEntity(RequestBase.java:653)
         at com.sap.dtr.client.lib.protocol.requests.RequestBase.perform(RequestBase.java:576)
         at com.sap.dtr.client.lib.protocol.requests.RequestBase.perform(RequestBase.java:709)
         at com.tssap.dtr.client.lib.deltavlib.impl.DeltavCommand.uncheckedExecute(DeltavCommand.java:163)
         at com.tssap.dtr.client.lib.deltavlib.impl.DeltavCommand.uncheckedExecute(DeltavCommand.java:198)
         at com.tssap.dtr.client.lib.deltavlib.impl.DeltavCommand.execute(DeltavCommand.java:64)
         at com.tssap.dtr.client.lib.deltavlib.impl.AbstractCompositeLoader.execute(AbstractCompositeLoader.java:245)
         at com.tssap.dtr.client.lib.deltavlib.impl.ActivityCompositeLoader$ActivityExpandLoader.execute(ActivityCompositeLoader.java:330)
         at com.tssap.dtr.client.lib.deltavlib.impl.ActivityImpl.createComposite(ActivityImpl.java:236)
         at com.tssap.dtr.client.lib.vfs.impl.VfsActivity.refreshClosedActivityAndActivityElements(VfsActivity.java:1419)
         at com.tssap.dtr.client.lib.vfs.impl.VfsActivity.getElementsFromClosedActivity(VfsActivity.java:1371)
         at com.sap.ide.eclipse.cbs.activation.ui.ActivationIntersectionDialog$ActivityElementsContentProvider.getElements(ActivationIntersectionDialog.java:1208)
         at org.eclipse.jface.viewers.StructuredViewer.getRawChildren(StructuredViewer.java:507)
         at org.eclipse.jface.viewers.StructuredViewer.getFilteredChildren(StructuredViewer.java:454)
         at org.eclipse.jface.viewers.StructuredViewer.getSortedChildren(StructuredViewer.java:558)
         at org.eclipse.jface.viewers.TableViewer.internalRefresh(TableViewer.java:447)
         at org.eclipse.jface.viewers.TableViewer.internalRefresh(TableViewer.java:431)
         at org.eclipse.jface.viewers.StructuredViewer$7.run(StructuredViewer.java:861)
         at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:801)
         at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:859)
         at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:821)
         at org.eclipse.jface.viewers.TableViewer.inputChanged(TableViewer.java:398)
         at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:238)
         at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:991)
         at com.sap.ide.eclipse.cbs.activation.ui.ActivationIntersectionDialog.updateInfoGroup(ActivationIntersectionDialog.java:920)
         at com.sap.ide.eclipse.cbs.activation.ui.ActivationIntersectionDialog.access$1100(ActivationIntersectionDialog.java:82)
         at com.sap.ide.eclipse.cbs.activation.ui.ActivationIntersectionDialog$6.run(ActivationIntersectionDialog.java:379)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at com.sap.ide.eclipse.cbs.activation.ui.ActivationIntersectionDialog$5.selectionChanged(ActivationIntersectionDialog.java:375)
         at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:159)
         at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
         at org.eclipse.core.runtime.Platform.run(Platform.java:413)
         at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:157)
         at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:1290)
         at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:657)
         at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:681)
         at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:178)
         at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:173)
         at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:308)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
         at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:286)
         at com.sap.ide.eclipse.startup.Main.run(Main.java:795)
         at com.sap.ide.eclipse.startup.Main.main(Main.java:602)
    Please help how i will solve this DTR issue and how i will getback my changes as the activity is closed automatically in DTR?
    Thanks
    Susmita

    Hi Pascal,
    After restarting the DTR server the issue is solved now.
    Thanks
    Susmita

  • Closed Captions don't appear when I play my video exported with Premiere Pro CC

    So, I've spent some time researching this, but can't seem to get anywhere.  I'm fairly new to Premiere Pro and I've created a sequence with closed captions.  I've tried exporting several different ways (Quicktime, H264, etc.).  I've also been careful to include a sidecar closed caption file or to embed the closed captions within the video when exporting using Quicktime.  I've also been sure that both files (the movie and the scc file) are in the same place.  I've tried playing different versions of the exported video on Quicktime Player and VLC, but have had no luck getting the closed captions to appear.  In Quicktime player I've tried it with the closed captions activated, but that doesn't seem to make a difference.  In VLC I've tried the Advanced Open option which enables you to select the subtitles file you want to load with the movie.  Once again, no luck.  I've tried dragging and dropping the .scc file onto the movie while it plays.  I've tried selecting a Subtitle track using the video drop-down menu.  Once again, no luck.  I've tried exporting from Premiere Pro with the sidecar file as a .mcc file and that didn't work either.  I even tried converting the .scc file to an .srt file via some online app.
    Anyway, I'm stumped.  All I want to do is to get my movie to play with the subtitles with some simple application.  Any help would be appreciated.  Thanks.
    S.@@

    Sorry, Fritz. It's been a while since I really looked at the Closed Captioning help page, and I just assumed that the New Caption workflow is covered there. And a second apology because the state of that page is at least partly my fault insofar as I promised our technical writer months ago that I'd help flesh out this page.
    You're not doing anything wrong when it comes to adjusting the start/end times for caption blocks. Caption tracks in the Timeline are basically display-only. The apparent handles are really just indicators; they're not interactive. I believe it's on our roadmap to make them interactive, but I have no idea where that enhancement sits in the priority order.
    I'm not sure what you mean about "each caption track block [being] limited to just over 30 seconds." If there's a maximum duration for a caption clip, it's probably up at 12 or 24 hours. I've worked with several that are longer than an hour. As for individual caption blocks within a clip, my memory has grown fuzzy in the months since I worked on the feature, but I think the program does not enforce a limit on the duration you can give a block. However, there may be a limit on how long a given caption block will actually get displayed. I thought that limit was 15 seconds, but I just did a test with blocks of 10, 20, and 40 seconds, and all of them had the full assigned duration in the encoded output. Could be that the limit I'm thinking of is standard-specific... Come Monday, I'll have to check with colleagues who have remained closer to the feature set.
    Note that if you add a caption clip to a sequence before you've finished adding the blocks, then you'll need to trim out the clip after increasing its duration by adding blocks.
    Lastly, although Premiere supports authoring captions from scratch, the feature set was conceived chiefly for importing captions created in a third-party authoring tool and, as needed, revising the content and adjusting the timing.

  • To make RFQ form or Quotation form read only after the satus is made closed

    Hi All,
    I have a requirement where we need to make all the fields either on RFQ or Quotation form read only/freezed/greyed out once the document status is made Closed from Active satus. The User should not be able to change any value in the RFQ or Quotation form. The same needs to be achieved in core purchasing module. Looking forward towards kind suggestions. Thanks.
    With Best Regards,
    Nirabh Nayan

    Hi,
    Please perform form personalization.
    Triggering event : WHEN-NEW-RECORD-INSTANCE, WHEN-VALIDATE-RECORD
    Triggering object : PO_HEADERS
    condition : :PO_HEADERS.STATUS='Closed'
    In action, Type : property
    Object type : Block
    Target object : PO_Headers
    Property name : update_allowed
    value : false.
    Like this, you need to create a actions for all the Blocks available in RFQ/Quotation Form ( ex: PO_lines, PO_Shipments etc)
    Thanks,
    Subhashini

  • OEBH is stuck at activity Close Blanket - Eligible

    Hi Experts!
    I am facing issue when Terminating a Blanket sales agreement, the sales agreement is terminated from the front end but when I check the workflow for OEBH, the worklow is waiting at activity 'Close Blanket - Eligible' with the status of activity as NOTIFIED. Can anyone please guide me on how to handle this so that the workflow donot get stuck on this activity and proceeds further.
    Best regards
    Himanshu

    Hello,
    Look at Extend The Expiration Date For Closed Non-Active Expired BSA Blanket Sales Agreement [ID 1394888.1], maybe workflow want notified user which is not active.
    Regards,
    Luko

  • PO Active/Close indicator

    Dear All,
    I am using ME2L T-code in order to view POs by vendors and analyse Quantities to be Invoiced and delivered.
    The report has many columns in the layout and one of them is Deletion indicator column, showing whether the PO is deleted, not deleted, or blocked.
    Is there in the report column showing the PO Active/Close status? or if not, is there other T-code which displays POs with possibility to see Active/Close indicator.
    Thanks in advance.

    Active means PO is still in use, in other words there are some GRs still to be made until PO is automatically closed and moved to Closed Status. in this case when All GRs are made it is easy to identify whether PO is closed or Active by comparing total GR amounts with PO amount.
    But sometimes PO is closed manually, is there any indicator, or PO is not closed manually?

  • Application Supersedence not working as I want and expect!

    Hello,
    I need help to find out how to properly deploy an upgraded application using the SCCM 2012 Application supersedence.
    What I have
    One application in production with version 1.0. Let us call it APPL-BLUE1.0
    New application of the same product with version 2.0. Let us call it APPL-RED2.0
    What I want to achieve (the goal)
    Users should be notified via the Software Center that a new update is available. The new update should not be installed until the user is ready and manually triggers the installation via the Software Center.
    My configuration settings
    On application APPL-RED2.0 I have gone to Properties -> Supsersedence and added the APPL-BLUE1.0 to the Supsersdence list. Replacement Deployment Type is configured (set to the Deployment type for the APPL-RED2.0) and
    the Uninstall checkbox is checked (to uninstall the APPL-BLUE1.0 deployment type first).
    Install behaviour for APPL-RED2.0 is "Install for system" and "Whether or not a user is logged on" with Normal visibility.
    Then I create the Deployment which I have tried three different ways.
    Action: Install, Purpose: Available, "Automatically upgrade any superseded versions of this application"
    unchecked.
    Action: Install, Purpose: Available, "Automatically upgrade any superseded versions of this application" checked.
    Action: Install, Purpose: Required, "Automatically upgrade any superseded versions of this application" checked (forced, greyed out).
    What happens
    The application is not automatically made available in the users Software Center at all. No notification is presented and the user has to access the installation by looking in the Application Catalogue
    first. Once found in the Application Catalogue the installation runs without problems but this means that the user must somehow know there is a new version available through other means.
    The application is automatically installed (without regard to whether or not the application is in use) on the client and a notification is presented on the users machine (Software Center).
    Exactly the same result as for #2.
    This conflicts with what I want to achieve. I want a notification and that the application is automatically made available for installation in the Software Center but I do not want it to automatically upgrade but rather let the user initiate the installation
    whe he or she is ready (i.e. when the application is not in use).
    Please point me in the right direction in order to accomplish this.
    Thank you.
    Sindre

    Have you tried changing the application deployment evaluation cycle to increase the speed the update is detected?
    also with the notification issue, I have a similar problem and have a script in place. Our business rules are to install the application asap giving the user 6 mins to close it. but this script could easily be changed to allow it to wait non stop.
    Or maybe you could set a requirement for the deployment type, a custom script that checks if the application is running, but I am not sure on what cycle the application will evaluate this. or if it will evaluate it then download the application (leaving
    a window for the application to be run)
    Also in case it is not obvious I have removed functions and keywords. but this should give you an idea of how to achieve your desired results
    'Check if current version
    if CheckMSIVersion("{removed}","removed") = 1 then
    wscript.quit(0)
    end if
    'sets path of script
    strScriptDir = getParentDirectory
    intACProcesses = CountACProcesses
    'Check if running
    if intACProcesses >= 1 then
    'runs warning HTA
    wshShell.Run ("""" & strScriptDir & "\BeforeInstallAlert.hta """),3,False
    'Untill app is closed keep activating alert and checking to see if it is running
    const timeout = 360000
    const timepoll = 15000
    do while intACProcesses >= 1 and i < timeout
    intACProcesses = CountACProcesses
    if intACProcesses >= 1 Then
    wscript.sleep timepoll
    end if
    i=i+timepoll
    wshshell.AppActivate "Appname Upgrade Alert"
    Loop
    end if
    'Kill AC
    killProcesses("appname%")
    'Kill HTA processes
    killProcesses("mshta.exe")
    'Install new and record exit code
    intExitCode = WshShell.Run("msiexec /i """ & strScriptDir & "\removed.msi"" /qn",0, true)
    'if install fails exit with exitcode
    if intExitCode <> 0 then
    wscript.quit(intExitCode)
    end if
    'Run New client
    WshShell.Run("""" & findACProgramDir & "removed.exe"""),1,false
    'Run finished HTA
    wshShell.Run ("""" & strScriptDir & "\AfterInstallAlert.hta"""),3,False
    'Exit with code
    wscript.quit(intExitCode)
    Quote by andhey "hmm ill try it later, i accidentally deleted all my tv shows when trying to delete a word document lmao"

  • Airplay issues after IOS 8  upgrade

    After the latest IOS 8 upgrade I have a lot of issues.
    Both my ipad and iphone are upgraded to IOS8 and after that I can't stream video to my apple tv, you can see that airplay is tries to connect to my apple tv but returns to the ipad/iphone screen after ~5 seconds. Besides of that both devices also have streaming difficulties to my B&W a7 speaker, problem with this one is that it will stop after 15 minutes and to get is working I have to restart the device.
    With IOS 7 I didn't have problems at all.
    Do others also have this many problems and what can I do about it?
    I already tried:
    - Restart ipad/iphone
    - Closed all active programs via the home button
    - Power cycled apple tv / remote speaker
    - Reset ipad/iphone (power + home button)
    - Re-install all related apps (remote, B&W, video streaming apps)
    - Reconnected to my home network
    Since I didn't have a problem before the upgrade and this occured on 2 devices after the IOS 8 upgrade, I would say this must be related to the upgrade.
    Hope someone can give me an advice.

    I was able to recover my voice memos, though the original titles are gone.
    I opened my Voice Memos app like everyone else and I saw each memo quickly deleting and acting glitchy. I then connected my iPhone to my macbook so I could attempt to restore the backup I had made before the ios8 update. It said it couldn't be done because there wasn't enough room. However, when I opened my memos app again, the voice recordings were there! I can't verify if it's all of them but I'm grateful I was able to recover some.
    I use this app to record lyrics on the go and I'd really like Apple to step up and fix this.

  • I can no longer open the standard photo software on my iPhone.

    Using an iPhone 4G 16MB with latest iOS update, completed about a week ago.  The phone is less than 6 months old, and I'm using Verizon service.  I click on "photos", see camera roll/photo stream, then by clicking on either menu option, the entire app shuts down.  To remedy the problem myself, I have closed all active apps on the phone, synced with iTunes, restarted the phone, tried to locate the outside drive via "My Computer" (using a PC) to manually download all pictures/videos... I'm out of ideas.  I'm really good about backing up my phone both via iCloud and on my computer.  All that's missing are the photos/vids I took today at my hubby's bday party and I don't want to lose them!  Does anyone have a helpful advice???!!

    if you're using Yahoo email, this is a common problem with iPhone and Yahoo

  • Help with at start up folder that  flashes between ? and Mac OS Icon.

    So I have an eMac that had Mac OS X 10.3.5 on it. About a week ago a software update came over on my Mac for 10.3.9. I tryed to download it and upgrade my OS. Somewhere along the line something crashed and I tryed to revert back to my 10.3.5 after that I turned off my Mac and turned it on again and I got the darwin screen. Now I dont have the original OS disk that came with this Mac, I got it off a friend of the family. I did have a Power Mac G5 OS X 10.4 CD that I was able to get into the CD by holding down C when started up. the Disk First Aid said everything was fine, and I tryed to install that and it told me that I could not install this software on my Mac. So someone I work with told me to erase the drive in the First Aid menu and the computer will reboot the OS. So I Erased the hard drive and went into the menu that lets you choose the start up OS and that did not load. Now when I turned on my eMac it just goes to a screen with a folder that blinks back and forth between a question mark and a Mac OS Icon.
    Another person I work with has a Mac OS X 10.3 CD and said that should get everything up and running again , but he has not found it yet. Last night I tryed my parents iMac OS 10.2 CD and that CD will not load when I hold down C when I start the Mac.
    Any Ideas?
    Thanks

    cosmichobo wrote:
    They have a version of the Mac OS that will "only" run on that particular computer.
    More accurately, this should read "...that will "only" run on that particular computer model." Those disks are always gray in color.
    Generally, a Mac will not accept/run an OS version lower than the one it shipped with.
    The Hobo is exactly on target when he asked for the specific model. There are two distinct generations of eMacs and that can affect recommendations. We can better help you if we know which one.
    I'm a little confused about the disks. Did any of the disks you're tried or will be borrowing come from an eMac? Did your eMac come with 10.3 pre-installed or did you upgrade from an older version of OSX?
    It's a little late in your case, but I have a way of dealing with Software Updates (SU) that's never (knock wood) killed any of our 13 Macs: When a system update is first offered, I don't let SU install it then. I finish what I was doing, closing all active applications, then use Disk Utility on my hard drive to Repair Permissions (RP) BEFORE I allow SU to install anything. Then I run it again AFTER SU finished. Permission repair is controversial but harmless, but I'm doing something right that has kept me from having update problems, so I keep doing RP before installing any updates that SU pushes out.

  • Wp8 build error="The name 'InitializeComponent' does not exist in the current context" in app.xaml.cs."

    I added a new xaml page to my project and copy and pasted some regular snippets to it that I've done before to many other pages.  After all the changes looked good to me, I did a rebuild and got this error in the app.xaml.cs which I hadn't changed.
    I also get the same error in the new page I created.  It seems that the xaml design and code are not linked because there are other build errors in the new page's code file that reference other controls in it's design.  Those references also look
    ok to me but they get the similar "The name '.....' does not exist." error. 
    walter fink

    Hi,
    You don’t have “x:Class="DIYMedAPP.App"”
    in your App.xaml file, which caused such error in App.xaml.cs. Please add it.
    <Application
     x:Class="DIYMedAPP.App"
     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
     xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone"
     xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone">
    <!--Application Resources-->
    <Application.ApplicationLifetimeObjects>
    <!--Required object that handles lifetime events for the application-->
    <shell:PhoneApplicationService
     Launching="Application_Launching"
    Closing="Application_Closing"
     Activated="Application_Activated"
    Deactivated="Application_Deactivated"/>
    </Application.ApplicationLifetimeObjects>
    </Application>
    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.

  • Build Error : The name "LocalizedStrings" does not exist in the namespace

    I have localised my app to 5 languages, it builds and runs perfectly in Silverlight, but when i open the project in Blend to make changes 
    it shows the following error 
    The name "LocalizedStrings" does not exist in the namespace "clr-namespace:appname".
    Since it is bound, i need to build it, only then the text is visible :(
    Any suggestions?
    Alfah
    Alfahisham

    This is the declaration for the LocalizedStrings.cs
    namespace LoveCycles_Free
    public class LocalizedStrings
    public LocalizedStrings()
    private static LoveCycles_Free.AppResources localizedResources = new LoveCycles_Free.AppResources();
    public LoveCycles_Free.AppResources LocalizedResources
    get
    return localizedResources;
    And this is my App.xaml
    <Application
    x:Class="LoveCycles_Free.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" >
    <!--Application Resources-->
    <Application.Resources>
    <local:LocalizedStrings xmlns:local="clr-namespace:LoveCycles_Free" x:Key="LocalizedStrings" />
    <FontFamily x:Key="CicleSemi">C:/Users/PT3560003/AppData/Local/Microsoft/Expression/Blend/Font Cache/pj1jeoqe.v1v/Cicle Semi.ttf#Cicle Semi</FontFamily>
    <FontFamily x:Key="PeaSnow">CustomFonts/peasnow.ttf#Pea Snow</FontFamily>
    <FontFamily x:Key="CicleFina">CustomFonts/CicleFina.ttf#Cicle</FontFamily>
    <Style x:Key="AnimatedButtons" TargetType="Button">
    <Setter Property="Background" Value="Transparent"/>
    <Setter Property="BorderBrush" Value="{StaticResource PhoneForegroundBrush}"/>
    <Setter Property="Foreground" Value="{StaticResource PhoneForegroundBrush}"/>
    <Setter Property="BorderThickness" Value="{StaticResource PhoneBorderThickness}"/>
    <Setter Property="FontFamily" Value="{StaticResource PhoneFontFamilySemiBold}"/>
    <Setter Property="FontSize" Value="{StaticResource PhoneFontSizeMediumLarge}"/>
    <Setter Property="Padding" Value="10,3,10,5"/>
    <Setter Property="Template">
    <Setter.Value>
    <ControlTemplate TargetType="Button">
    <Border Background="Transparent">
    <VisualStateManager.VisualStateGroups>
    <VisualStateGroup x:Name="CommonStates">
    <VisualStateGroup.Transitions>
    <VisualTransition GeneratedDuration="0:0:0.2"/>
    </VisualStateGroup.Transitions>
    <VisualState x:Name="Normal"/>
    <VisualState x:Name="MouseOver"/>
    <VisualState x:Name="Pressed">
    <Storyboard>
    <ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Foreground" Storyboard.TargetName="ContentContainer">
    <DiscreteObjectKeyFrame KeyTime="0" Value="{StaticResource PhoneBackgroundBrush}"/>
    </ObjectAnimationUsingKeyFrames>
    <ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="BorderBrush" Storyboard.TargetName="ButtonBackground">
    <DiscreteObjectKeyFrame KeyTime="0" Value="{StaticResource PhoneForegroundBrush}"/>
    </ObjectAnimationUsingKeyFrames>
    <DoubleAnimation Duration="0" To="0.812" Storyboard.TargetProperty="(UIElement.RenderTransform).(CompositeTransform.ScaleX)" Storyboard.TargetName="ButtonBackground" />
    <DoubleAnimation Duration="0" To="0.694" Storyboard.TargetProperty="(UIElement.RenderTransform).(CompositeTransform.ScaleY)" Storyboard.TargetName="ButtonBackground" />
    </Storyboard>
    </VisualState>
    <VisualState x:Name="Disabled">
    <Storyboard>
    <ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Foreground" Storyboard.TargetName="ContentContainer">
    <DiscreteObjectKeyFrame KeyTime="0" Value="{StaticResource PhoneBackgroundBrush}"/>
    </ObjectAnimationUsingKeyFrames>
    <ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="BorderBrush" Storyboard.TargetName="ButtonBackground">
    <DiscreteObjectKeyFrame KeyTime="0" Value="{StaticResource PhoneDisabledBrush}"/>
    </ObjectAnimationUsingKeyFrames>
    <DoubleAnimation Duration="0" To="0.245" Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="ButtonBackground" />
    </Storyboard>
    </VisualState>
    </VisualStateGroup>
    </VisualStateManager.VisualStateGroups>
    <Border x:Name="ButtonBackground" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" CornerRadius="0" RenderTransformOrigin="0.5,0.5">
    <Border.RenderTransform>
    <CompositeTransform/>
    </Border.RenderTransform>
    <Border.Background>
    <ImageBrush Stretch="Fill" ImageSource="Images/02/but_bg_settings.png"/>
    </Border.Background>
    <ContentControl x:Name="ContentContainer" ContentTemplate="{TemplateBinding ContentTemplate}" Content="{TemplateBinding Content}" Foreground="{TemplateBinding Foreground}" HorizontalContentAlignment="{TemplateBinding HorizontalContentAlignment}" Padding="{TemplateBinding Padding}" VerticalContentAlignment="{TemplateBinding VerticalContentAlignment}" FontSize="20"/>
    </Border>
    </Border>
    </ControlTemplate>
    </Setter.Value>
    </Setter>
    </Style>
    <Style x:Key="AddButton" TargetType="Button">
    <Setter Property="Background" Value="Transparent"/>
    <Setter Property="BorderBrush" Value="{StaticResource PhoneForegroundBrush}"/>
    <Setter Property="Foreground" Value="{StaticResource PhoneForegroundBrush}"/>
    <Setter Property="BorderThickness" Value="{StaticResource PhoneBorderThickness}"/>
    <Setter Property="FontFamily" Value="{StaticResource PhoneFontFamilySemiBold}"/>
    <Setter Property="FontSize" Value="{StaticResource PhoneFontSizeMediumLarge}"/>
    <Setter Property="Padding" Value="10,3,10,5"/>
    <Setter Property="Template">
    <Setter.Value>
    <ControlTemplate TargetType="Button">
    <Border Background="Transparent">
    <VisualStateManager.VisualStateGroups>
    <VisualStateGroup x:Name="CommonStates">
    <VisualStateGroup.Transitions>
    <VisualTransition GeneratedDuration="0:0:0.2"/>
    </VisualStateGroup.Transitions>
    <VisualState x:Name="Normal"/>
    <VisualState x:Name="MouseOver"/>
    <VisualState x:Name="Pressed">
    <Storyboard>
    <ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Foreground" Storyboard.TargetName="ContentContainer">
    <DiscreteObjectKeyFrame KeyTime="0" Value="{StaticResource PhoneBackgroundBrush}"/>
    </ObjectAnimationUsingKeyFrames>
    <ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="BorderBrush" Storyboard.TargetName="ButtonBackground">
    <DiscreteObjectKeyFrame KeyTime="0" Value="{StaticResource PhoneForegroundBrush}"/>
    </ObjectAnimationUsingKeyFrames>
    <DoubleAnimation Duration="0" To="0.812" Storyboard.TargetProperty="(UIElement.RenderTransform).(CompositeTransform.ScaleX)" Storyboard.TargetName="ButtonBackground" />
    <DoubleAnimation Duration="0" To="0.694" Storyboard.TargetProperty="(UIElement.RenderTransform).(CompositeTransform.ScaleY)" Storyboard.TargetName="ButtonBackground" />
    </Storyboard>
    </VisualState>
    <VisualState x:Name="Disabled">
    <Storyboard>
    <ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Foreground" Storyboard.TargetName="ContentContainer">
    <DiscreteObjectKeyFrame KeyTime="0" Value="{StaticResource PhoneBackgroundBrush}"/>
    </ObjectAnimationUsingKeyFrames>
    <ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="BorderBrush" Storyboard.TargetName="ButtonBackground">
    <DiscreteObjectKeyFrame KeyTime="0" Value="{StaticResource PhoneDisabledBrush}"/>
    </ObjectAnimationUsingKeyFrames>
    <DoubleAnimation Duration="0" To="0.245" Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="ButtonBackground" />
    </Storyboard>
    </VisualState>
    </VisualStateGroup>
    </VisualStateManager.VisualStateGroups>
    <Border x:Name="ButtonBackground" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" CornerRadius="0" RenderTransformOrigin="0.5,0.5">
    <Border.RenderTransform>
    <CompositeTransform/>
    </Border.RenderTransform>
    <Border.Background>
    <ImageBrush Stretch="Fill" ImageSource="Images/02/but_bg_password.png"/>
    </Border.Background>
    <ContentControl x:Name="ContentContainer" ContentTemplate="{TemplateBinding ContentTemplate}" Content="{TemplateBinding Content}" Foreground="{TemplateBinding Foreground}" HorizontalContentAlignment="{TemplateBinding HorizontalContentAlignment}" Padding="{TemplateBinding Padding}" VerticalContentAlignment="{TemplateBinding VerticalContentAlignment}" FontSize="20"/>
    </Border>
    </Border>
    </ControlTemplate>
    </Setter.Value>
    </Setter>
    </Style>
    </Application.Resources>
    <Application.ApplicationLifetimeObjects>
    <!--Required object that handles lifetime events for the application-->
    <shell:PhoneApplicationService
    Launching="Application_Launching" Closing="Application_Closing"
    Activated="Application_Activated" Deactivated="Application_Deactivated"/>
    </Application.ApplicationLifetimeObjects>
    </Application>
    Alfahisham

Maybe you are looking for

  • UI invisible after updating 5000 business partners

    hi, i'm updating about 5000 business partners in my addon. I do this in a thread, so the user can do other things in sap. If there is no user interaction the screen will be locked, but that doesn't matter because the addon will go on as i can see in

  • Itunes download malfunction - downloading videos

    I have bought a video of itunes, it starts to download then it got to 2.6 gb out of 3.6 gb in the morning when i woke up to check its downloaded it said 2.4 gb and the time remaining was counting upwards and it was not loading, it vanished? It keeps

  • 10g BIEE integrated with 10.1.4.3 SSO problem

    I have an interesting issue. I am setting up 10g BIEE with SSO on Solaris. I have it working fine on Windows but customer is moving. When I log in, I get rediected to sso and authenticated as expected. My authentication init block works, it gets an a

  • Javascript function call from PL/SQL block

    Hello, I am writing this pl/sql block that has checkbox and onselect, it calls javascript function. I defined javascript function in page header, even though I get error that says function is not defined. Please help. Thank you, H.

  • Lightroom 5 with a 2 GHZ Intel Core 2 Duo processor?

    I just bought and installed LR5 and it is not importing or even opening folders of images on my hard drive.  I have a MacBook with a 2 GHz Intel Core 2 Duo processor and I see on the packaging that the software requires a Multicore Intel processor wi