Cannot build web app in VS 2008 - Reference Version Error

Hi
I am using VS 2008, I have Business Objects Enterprise XI Release 2, Business Objects XIRS SP3 and Crystal Reports Designer XIR2SP2 and Crystal Reports for VS 2008 all installed on my machine.
I am referencing an assembly that uses'CrystalDecisions.Enterprise.Framework, Version=11.5.3300.0
I keep getting error
Error     101     Assembly NT.Reporting, Version=3.5.0.1, Culture=neutral, PublicKeyToken=248e358f1ecfdadf' uses 'CrystalDecisions.Enterprise.Framework, Version=11.5.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' which has a higher version than referenced assembly 'CrystalDecisions.Enterprise.Framework, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'     c:\Program Files\NT\NT.Reporting.dll
I check my project references and they are all 10.5.  These are the only ones available on my machine.  I cannot add 11.5 because they are not there even though I have all of the software mentioned above already installed.
However if I look in folder:
C:\Program Files\Business Objects\Common\3.5\managed  The version 11.5 references are all there.  Why doesnt VS 2008 see them and why do I get this error?
Anyone have any idea what the problem may be?
Thanks
Pete

XIR2 supports using Visual Studio 2003/2003/2005 it does not support using Visual Studio 2008.  You can see this in the supported platforms document available [here|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0fbebaf-07e0-2c10-ad9a-d45810ae7109?quicklink=index&overridelayout=true]
XI3.1 does support using Visual Studio 2008.
You can try referencing the 11.5 files directly, but you may still run into issues in doing so.

Similar Messages

  • Business Catalyst Help | Building Web Apps Part 3: Building a Web App with visitor-submitted content

    This question was posted in response to the following article: http://helpx.adobe.com/business-catalyst/partner/building-web-app-visitor-submitted.html

    To save others hours looking for this, if you want to know how to set the Expiry Date from a custom HTML Web App Item submission form, you can do something like this:
    input type="radio" style="display: none;" checked="true" value="2" id="daysRB"
    input type="text" value="60" maxlength="2" style="display: inline; width: 25px;" id="Days" name="Days"
    You can't set the date directly, but you can tell it how many days from today you want it to expire...

  • Receive error "bobj undefined" after deploying Web app to Win 2008 server

    Developed Asp 2 app in a Windows 2003 server environment with VS 2005 and an upgraded full version of Crystal Reports 2008.
    Installed full version of Crystal Reports 2008 on Windows server 2008.
    Copied Web app over to Windows 2008 server.
    App comes up fine until I attempt to display a report where I receive the bobj undefined error.
    Searched the forums and found that the majority of the problems are caused by the Aspnet_Client folder not being copied to c:\inetpub\wwwroot folder.
    The folder already exists and is populated. Just to be sure I copied the aspnet_client folder from the development environment over to Windows 2008.  Still get error.
    Installed vs2005 on Windows 2008 and applied all the necessary patches. Opened the Web app project and ran within VS 2005. Get same error "bobj undefined".
    Checked versions in Web.config for app as well as assembly entries in c:\windows\assemblies, c:\Windows\Microsoft .NET\Framework\v2.0.50727\ASP.NETClientFiles and all reflect the correct version 12.

    Well it appears that the problem is fixed. The issue was tha aspnet_client folder was indeed copied to c:\inetpub\wwwroot folder but the folder did not show up under the default Web site as a virtual directory in the IIS Service Manager.
    I created the virtual directory aspnet_client and pointed it to c:\inetpub\wwwroot\aspnet_client folder and now my reports render without error.
    I will try deploying the app to another VMWare Windows 2008 server and see if this will work. I don't want to have VS 2005 installed on the production system so I need to be sure that I only require the installation of the full version of Crystal Reports 2008. I am assuming the Crystal Reports runtime will also be installed.
    Installed full version of Crystal Reports 2008.
    Created virtual directory aspnet_client
    Copied ASP app over
    Reports now work.
    It appears that the Crystal Reports 2008 install can't create the virual directory aspnet_client on IIS7.
    Regards
      Paul

  • Building Web Apps on Adobe Coldfusion for Adobe Connect.

    I'm looking for resources pertaining to development of web apps such as Widgets using Coldfusion 9 directed for use on Adobe Connect 9.  The only resource I'm aware of right now is the Collaboration Builder Toolkit SDK, but that is specifically for development with Flex and Actionscript.
    http://help.adobe.com/en_US/connect/9.0/collaborationbuildersdk/connect_9_collaboration.pd f
    I'll gladly accept Flex + Actionscript as my goal if there are benefits of doing so.  Right now I'm looking for and HTML5 or CFML solution if possible for this project.

    i'm using chrome on windows 8.
    here a screenshot on Muse:
    here the preview on chrome
    as you can see it even changes the way the words are dislayed in each box (check the last line, 3 words on the muse version, 4 words on the browser version).

  • Cannot Publish Web App to Azure VM from VS 2013

    I inherited a web app from another developer, that has been previously deployed to an Azure VM I have access to.
    When I try to invoke his publishing profile to publish the web app to the Azure VM, I get the error:
    Connected to <<our url>> using the Web Deployment Agent Service, but could not authorize.
    Make sure you are an administrator on <<our url>>.. ERROR_USER_NOT_ADMIN.
    How do I fix this? Is there a way to fix this in the Azure dashboard? I'm listed as co-administrator on the client's subscription. When I go to the VM, there's no place to tie accounts with roles on the VM and there's no place to reset the password.
    I'm fairly certain the username I'm attempting to connect with is correct, but I wonder if the password might have expired or been locked. 

    Hi Bob,
    From your description, It seems that this is a authentication issue. When we deploy website on Azure VM, we need use the VM's username and password or you may have installed the VM certificate. For this error message, I suggest you can follow this resolution
    to fix it.        
    Error Code
    Error    Message
    Diagnosis
    Resolution
    ERROR_USER_UNAUTHORIZED
    Connected to the destination computer   ("remote-server.com") using the Web Management Service, but could   not authorize. Make sure
    that you are using the correct user name and   password, that the site you are connecting to exists, and that the credentials   represent a user who has permissions to access the site.
    This error code can surface because   of a number of different reasons. It typically indicates an authentication or   authorization problem,
    and can happen because of any of the following reasons:   1) User does not exist 2) User does not have IIS Manager access to site if   connecting using Web Management Service 3) Site does not exist 4) Password is   incorrect
    If connecting using the Web   Management Service: 1) Verify that the username and password are correct 2)   Verify that the site exists 3) Verify
    that the user has IIS Manager   Permissions to the site's scope 4) If connecting using the Remote Agent   Service: 5) Verify that the username and password are correct 6) Verify that   the user account you specified is a member of the Administrators
    group on the   remote computer. NOTE: Because of a bug in Web Deploy 2.0, the user must be   either the built-in Administrator or a member of the Domain Administrators   security group. Attempts to sync with any other user account, even if it
    is   an administrator, will see this error code. 7) Verify that the site exists
    ERROR_USER_NOT_ADMIN
    Connected to 'remote-server.com'   using the Web Deployment Agent Service, but could not authorize. Make sure   you are an admin on 'remote-server.com'.
    This happens if you try to connect to   the Remote Agent Service but have not provided appropriate administrator   credentials.
    The Remote Agent Service accepts   either built-in Administrator or Domain Administrator credentials. Because of   a bug in Web Deploy, any other
    administrator credentials (e.g. member of the   local Administrators group) will not work and will cause this error.
    Any questions about this issue, please let me know.
    Regards,
    Will
    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.

  • Cannot install web apps

    so maybe im slightly ignorant but i see all these web apps available on apple.com all these cool things you can put on your iphone but it doesnt tell you how to get them (either that or im missing it) it just gives you a description of the web app and leaves you hanging
    i dont know what to do to get these
    are they free?
    do i download them from apple?
    do i have to hack my phone?
    if anyone can help me it would be appreciated
    thank you
    Message was edited by: aquahawkth

    The best you can do is add them as a web clip for now, so long as you have the 1.1.3 update. To do that, navigate to a web application you like so that it's loaded in safari. Then click the plus sign in the bottom center of the screen and then choose the option "Add to Home Screen". Name the link then click Add. You will then have an icon on your home screen that's essentially a link to that web app. That still will only work when you're using the Edge or Wifi.

  • Tk installed, but cannot build tk-app

    tried to build http://zakros.ucsd.edu/~arobert/hanzim.html
    cc -o hanzim hanwin.o hanzim.o hinit.o hutil.o -L /usr/X11/lib -L /usr/lib -ltk -ltcl -lX11 -lm -ldl -s
    /usr/bin/ld: cannot find -ltk
    collect2: ld returned 1 exit status
    make: *** [hanzim] Error 1
    ==> Build Failed. Aborting...
    where are these libs? do i need something else than the "tk"-package? (?libtk?) please help

    here the config-part from Makefile --- there is no configure
    # System type
    OS=UNIX
    #OS=WINDOWS
    # location of Tcl and Tk libraries
    LIBTCLDIR = -L /usr/lib
    # location of x library
    LIBXDIR = -L /usr/X11/lib
    # you might need to change "libtcl" and "libtk" to "libtcl8.x" and "libtk8.x"
    LIBS = $(LIBXDIR) $(LIBTCLDIR) -ltk -ltcl -lX11 -lm -ldl
    INSTALL = install
    RM = rm -f
    CC = cc
    DEFINES = -D$(OS) -DLIBDIR="$(LIBDIR)"
    CFLAGS = -O2 $(DEFINES)
    #CFLAGS = -O2 -Wall -pedantic -ansi $(DEFINES)
    LFLAGS = $(LIBS) -s

  • Cannot build ios app on real devices

    Hi guys,
    I recently made some changes to the KeyChain Access. I remembered I copied some certificates from system root to system and delete the certificates in system root. Now in XCode I don't see my real devices. I can only build on simulators but not on real devices. I checked the organizer and found the Provisioning Profiles says 'valid signing identity not found'.
    I am not sure whats going on here. How can I recover the keychains I broke and be able to build app on real devices?
    Thanks!
    -Erben

    everything seems to be fine after I reboot my mac...

  • Office Web Apps is not working

       Hi,
         We have tried to deploy Office Web Apps Server but, after a number of tests, we haven't been able to view PowerPoint presentations. We tested "everything" but it didn't work.
         Finally, to simplify and focus the problem, we just deployed Office Web Apps Server "on its own", that is: just Internal URL, HTTP, Open From URL Enabled and sharing docs from a shared folder in the same server. So we have:
         \\wacserver\share\<Docs> (Excel, Word and PowerPoint)
         http://wacserver
         They work both "/hosting/discovery" and "/op/generate.aspx".
         If we try to view Excel doc, it works. If we try to view Word or PowerPoint, id doesn't work.
         For PowerPoint, it appears the PowerPoint Web Apps frame (FILE, START SLIDE SHOW, SLIDE - OF -, NOTES...) and, in the center, an animation 
    "PowerPoint Web App .....". After a couple of minutes, it stops with "Either you've lost network connectivity or our server is to busy to handle your request".
         What we have seen from different sources:
    FIDDLER
    ======
         /op/view.aspx?... Response 200
         /p/PowerPointFrame.aspx?... Response 200
         /p/imagehandler.ashx?... Response 202
         13 petitions to /p/ppt/view.svc/jsonAnonymous/GetPresentation Response 200
    PROCESS MONITOR
    ==============
         There were some folders and registry keys Network Service was trying to access with ACCESS DENIED response. We gave it permissions and they disappeared.
         SYSTEM is trying to access some registry keys (SpellingWcfprovider.exe => HKU\S-1-5-18, ImagingService.exe => HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options, and 2 or 3 more). It gets an ACCESS DENIED
    but SYSTEM, we have checked, has "Full control" permissions in those keys or folders.
         These errors appear by Office Web Server running itself, although we are not making a PowrPoint file request.
    ULS
    ===
         Several times, it tries to find the PowerPoint presentation in the caché, doesn't find it, manage to get it but, when trying to put it in the cache, it receives a disk space error:
    Determined file name [PowerPoint.pptx] from [\\wacserver\share\PowerPoint.pptx]
    AFileFetcher: Starting Unc download at [\\wacserver\share\PowerPoint.pptx]
    Begining UNC Download for [\\wacserver\share\PowerPoint.pptx]
    Reading next block of bytes for [\\wacserver\share\PowerPoint.pptx]
    End reading block of bytes for [\\wacserver\share\PowerPoint.pptx]
    Reading next block of bytes for [\\wacserver\share\PowerPoint.pptx]
    End reading block of bytes for [\\wacserver\share\PowerPoint.pptx]
    AFileFetcher: Done downloading file. [\\wacserver\share\PowerPoint.pptx]
    Downloaded file from final URL [\\wacserver\share\PowerPoint.pptx] with SHA256 [Y/whX0EzCZJQdHym/OPrMdrNVg0h8SwrC0TehaKIQdU=]
    AFileFetcher: Will cache web file info to memory cache. [\\wacserver\share\PowerPoint.pptx]
    Starting WriteStreamToDiskCache
    Creating channel to DiskCache: http://wacserver:809/diskcache/DiskCache.svc
    MachineTransfer [SourceMachine:wacserver, SourceMachineVersion:15.0.4543.1000, TargetMachine:wacserver, TargetMachineVersion:15.0.4551.1011, Method:DiskCacheService.PutCacheData]
    PutCacheData: [167F6AC792AE9B53BEA7CD135A35C18F0710CF5916C49DD5804C9E29CF9149CA55D1C8D1AD526B45B91801E1502B2BCD, d1c8d155-52ad-456b-b918-01e1502b2bcd, 50758, wacserver]
    PutCacheData: Writing to C:\ProgramData\Microsoft\OfficeWebApps\Working\d\1CA\167F6AC792AE9B53BEA7CD135A35C18F0710CF5916C49DD5804C9E29CF9149CA55D1C8D1AD526B45B91801E1502B2BCD
    Not enough disk space to write.  Sleeping once.
    Not enough disk space to write.  Giving up.
    PutCacheData Response: [False]
         The cache folder has enough disk size and PowerPoint.pptx file is just 30 KB.
         It repeats this flow 3 times (as for the first HTTP requests).
         During the 2 minutes test (until it fails) there are 14 traces like:
    Failed to create process object for pid 7780 with exception System.ArgumentException: Process with an Id of 7780 is not running.     at System.Diagnostics.Process.GetProcessById(Int32 processId)     at Microsoft.Office.Web.Common.RequestPipe.ProcessManager.TryGetProcessObject(Int32
    pid).
         We have tried a number of things but none has worked. The farm has just one server and it says ist's unhealthy. We have Windows Server 2008 R2 SP1. We have read some ways to fix the health, like HTTP Activation feature, but it only works
    for Windows Server 2012 as fas as we know.
         Has anybody experienced something like this or have a posible solution? Office Web Apps Server should be so easy to deploy but we have spent a lot of time with this.
         Thank you very much. Your help will be very appreciated.
         Kind regards.

    Hi John,
    According to your description, my understanding is that you cannot view the PowerPoint files in Office Web Apps in SharePoint.
    Was there any error when you view the PowerPoint files in Office Web Apps?
    You can troubleshoot the error following the link below:
    http://technet.microsoft.com/en-us/library/ff431687.aspx#tshoot
    I also recommend to re-configure SharePoint to use the Office Web Apps Server to see if the issue still occurs.
    http://technet.microsoft.com/en-us/library/ff431687.aspx#ConfigureMain
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Taking a long time to export a report to PDF in web app

    Hi,
    I downloaded CR for Eclipse 2.0 to integrate a "Create PDF Report" option into our web application. The original .rpt files were created using CR 2008. I used the sample online code to do this:
    ReportClientDocument reportClientDoc = new ReportClientDocument();
    reportClientDoc.open(REPORT_NAME, 0);   
    // .. set report params here..
    ByteArrayInputStream byteArrayInputStream = (ByteArrayInputStream)reportClientDoc.getPrintOutputController().export(ReportExportFormat.PDF);
    I was able to successfully run this and generate a PDF output file, however the report takes over 2 minutes to complete, whether there were only 2 records or 75 records!
    From CR 2008 on a Windows machine, the export to PDF option takes about 2 - 3 seconds for the exact same report.
    Our web servers are very powerful Linux blade servers from Dell.
    Why is there such a delay? Does it have to do with the licensed version versus the free version? Or is this just a limitation of being in a web app?
    -Mike

    We created a version of the same test report that only generates two PDF pages.It has cut the time down, but it still takes it about 16 seconds to open the .rpt file and another 6 seconds to export to PDF and write it out to a file. [Total of about 22 seconds.]
    When we run the same report on CR2008 on a Windows laptop, it takes less than 1 second to load the .rpt file, under 1 second to generate the report and another 1 second to generate the PDF. [Total under 3 seconds.]
    Our question still remains: Why is there a considerable time difference between CR2008 and CR4Eclipse [3 secs vs 22 secs] and is there anything we can do on the web app side to decrease the report output time?
    Here are the "highlights" from the verbose logs (the full logs were about 32K). I tried showing where there were obvious time gaps. If there is a big time gap between statements separated by ".... " it was just doing it's regular work (evaluating functions, etc). If you provide me an email address I can send the complete logs as an attachment.
    2009-09-04 16:18:32,212 DEBUGaction.TestReportsAction (?:?) - begin hub/TestReportsAction
    2009-09-04 16:18:32,213 DEBUGaction.TestReportsAction (?:?) - 1-calling new ReportClientDocument();
    2009-09-04 16:18:32,215 DEBUGaction.TestReportsAction (?:?) - 2-calling .open(REPORT_NAME
    2009-09-04 16:18:33,193 INFO reportloading.saveddata (?:?) - FieldManager
    2009-09-04 16:18:33,194 INFO reportloading.saveddata (?:?) - NDatabaseFields: 63
    2009-09-04 16:18:33,195 INFO reportloading.saveddata (?:?) - Field: {INVOICE_HEADER_VIEW.INVOICE}, NBytesInField: 8, ValueType: number
    2009-09-04 16:18:33,288 INFO reportloading.saveddata (?:?) - Field: {%Unit_Price}, NBytesInField: 131070, ValueType: string
    2009-09-04 16:18:33,289 INFO reportloading.saveddata (?:?) - NOlapDimensionFields: 0
    2009-09-04 16:18:33,289 INFO reportloading.saveddata (?:?) - NOlapGenerationFields: 0
    2009-09-04 16:18:33,290 INFO reportloading.saveddata (?:?) - NULL Field
    2009-09-04 16:18:37,141 INFO reportloading.saveddata (?:?) - FieldManager
    2009-09-04 16:18:37,142 INFO reportloading.saveddata (?:?) - NDatabaseFields: 8
    2009-09-04 16:18:37,177 INFO reportloading.saveddata (?:?) - NOlapGenerationFields: 0
    2009-09-04 16:18:37,177 INFO reportloading.saveddata (?:?) - NULL Field
    2009-09-04 16:18:39,333 INFO formulas.Compiler (?:?) - Formula {@Record_Selection} compiled.
    2009-09-04 16:18:39,340 INFO formulas.Compiler (?:?) - Formula {@Saved_Data_Selection} compiled.
    2009-09-04 16:18:47,868 INFO ReportCommand.SetReportDateCommand (?:?) - SetReportDateCommand,24667963,Exit perform,<document=ReportDocument:<report=main><reportPath=/webdata/webapps/tcmIS/reports/invoice_header_en.rpt>>;
    2009-09-04 16:18:48,042 INFO formulas.Compiler (?:?) - Formula {@Invtest} compiled.
    2009-09-04 16:18:48,045 INFO formulas.Compiler (?:?) - Formula {@Load column names} compiled.
    2009-09-04 16:18:48,701 DEBUGaction.TestReportsAction (?:?) - opened report: /reports/invoice_header_en.rpt
    2009-09-04 16:18:48,702 DEBUGaction.TestReportsAction (?:?) - 3-calling getParameterFieldController() - setting params
    2009-09-04 16:18:48,792 DEBUGaction.TestReportsAction (?:?) - 4-calling export(ReportExportFormat.PDF);
    2009-09-04 16:18:48,794 INFO reports.queryengine (?:?) - Connection logon:Database DLL=s(crdb_oracle.dll);PreQEServerName=s(tcmprod);Server=s(tcmprod);Tru
    sted_Connection=b(false);Password=;User ID=s(sskidmore)
    2009-09-04 16:18:48,812 INFO driverImpl.jdbc (?:?) - Connection Opened null
    2009-09-04 16:18:48,829 INFO reports.queryengine (?:?) - Connection logon successfully
    2009-09-04 16:18:48,835 INFO reports.dataengine (?:?) - Create new report state
    2009-09-04 16:18:48,838 INFO reports.dataengine (?:?) - Need to recompile formulas, the number of formulas needed to recompile is 1
    2009-09-04 16:18:55,202 WARN Simplifier.Fields (?:?) - Field {INVOICE_HEADER_VIEW.BILLING_ENTITY_ADDRESS_LINE_1} is null. Interrupting formula evaluation.
    2009-09-04 16:18:55,203 INFO formulas.Evaluator (?:?) - Formula {@-suppressSection-13} evaluated to: null
    2009-09-04 16:18:55,302 INFO formatter.paginator (?:?) - Page 2 formatted.
    2009-09-04 16:18:55,303 INFO lightmodel.FCMFormattedContentModeller (?:?) - FCM: modelling contents
    2009-09-04 16:18:55,344 INFO lightmodel.FCMFormattedContentModeller (?:?) - FCM: modelling contents
    2009-09-04 16:18:55,981 INFO formatter.paginator (?:?) - Moving to Page 3
    2009-09-04 16:18:56,015 WARN Simplifier.Fields (?:?) - Field {INVOICE_HEADER_VIEW.BILLING_ENTITY_ADDRESS_LINE_1} is null. Interrupting formula evaluation.
    2009-09-04 16:18:56,016 INFO formulas.Evaluator (?:?) - Formula {@-suppressSection-12} evaluated to: null
    2009-09-04 16:18:56,019 WARN Simplifier.Fields (?:?) - Field {INVOICE_HEADER_VIEW.BILLING_ENTITY_ADDRESS_LINE_1} is null. Interrupting formula evaluation.
    2009-09-04 16:18:56,020 INFO formulas.Evaluator (?:?) - Formula {@-suppressSection-13} evaluated to: null
    2009-09-04 16:18:56,024 INFO formulas.Evaluator (?:?) - Formula {@-suppressSection-11} evaluated to: b(true)
    2009-09-04 16:18:56,087 DEBUGaction.TestReportsAction (?:?) - exported report to stream
    2009-09-04 16:18:56,089 INFO reports.basicdataengine (?:?) - Invalidating controller
    2009-09-04 16:18:56,090 INFO reports.basicdataengine (?:?) - Invalidating controller
    2009-09-04 16:18:56,091 INFO reports.basicdataengine (?:?) - Invalidating controller
    2009-09-04 16:18:56,094 INFO reports.queryengine (?:?) - Connection logoffServer:
    2009-09-04 16:18:56,095 INFO driverImpl.jdbc (?:?) - Connection Closed null
    2009-09-04 16:18:56,185 DEBUGaction.TestReportsAction (?:?) - Successfully exported report to /webdata/html/reports/invoice_PGE_465.pdf
    Edited by: Mike Najera on Sep 5, 2009 12:13 AM

  • Can you update a web app's weighting field automatically??

    I'm having a real hard time understanding why we have the power in BC to build web apps but can't sort data the way we want through automation... I realize at this point, the only way to sort my items by date is to manipulate the weighting field. However, I’m building a user driven site with all user submitted content and it needs to be available immediately. Now, obviously results are posted online as soon as they are submitted but as of now, the only automatic way to display results that makes any sense is by a Recent Activity listing or Alphabetical. 
    Is there any way to automate updating an item's weighting field so that results can be available in order of, for example, Event Date (custom date field)?????
    HELP PLEASE - all this power sure seems like a waste if you can't manipulate your results accordingly!!

    Ok- two things--
    1.  You are missing a "(" at the beginning of your function-- you currently have:
    function($){
        var container = $(".sort-list");
        var items = $(".sort-item");
        items.sort(function(a,b){
            return new Date($(a).attr("data-event-date")) < new Date($(b).attr("data-event-date"));
        }).each(function(){
            container.prepend(this);
    })(jQuery);
    But you need a beginning parenthesis before the "function":
    (function($){
        var container = $(".sort-list");
        var items = $(".sort-item");
        items.sort(function(a,b){
            return new Date($(a).attr("data-event-date")) < new Date($(b).attr("data-event-date"));
        }).each(function(){
            container.prepend(this);
    })(jQuery);
    2.  Move the whole script in your page to after the "ul.sort-list" element.  Right now you have the javascript in the page before the UL element that holds your web app items, so the browser will read that javascript first and since it hasn't read the web app item list inside the UL element then it won't work, so move it to after the closing </ul> of your web app list.
    You should be all set if you fix those two issues. Good luck!

  • Office Web Apps only opens some file types

    I have a Office Web Apps (WCA) 2013 UAT environment that is connected to my UAT SharePoint 2013 farm.  I can preview a lot of document types in Office Web Apps but other I get an error.  For example pptx gives me the error "Sorry, PowerPoint
    Web App ran into a problem opening this presentation. To view this presentation please open it in Microsoft PowerPoint". 
    All the excel file types work as does *.doc files.  *.docx files fail.
    I can't find any logging information in my ULS or event viewer logs. 
    Background: The OS on all servers is Windows 2008 R2, the OWA/WCA farm uses allowHttp as I will be behind a hardware load balancer.  The issue is not to do with SSL or SSLoffload as most file types open.
    The SPWOPIBinds look correct to me: Fails for the docx binding below
    Application     : Word
    Extension       : DOCX
    ProgId          :
    Action          : attend
    IsDefaultAction : False
    ServerName      : OWA-UAT.DEMO.LOCAL
    WopiZone        : internal-http
     Works for this WOPIBinding
    Application     : Word
    Extension       : DOC
    ProgId          :
    Action          : interactivepreview
    IsDefaultAction : False
    ServerName      : OWA-UAT.DEMO.LOCAL
    WopiZone        : internal-http
    Any ideas?

    By default, there are 8 bindings for DOCX.  Do you see any other bindings available?
    Trevor Seward, MCC
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Custom module templates for Web Apps

    Just wanting to see if there's anyone out there who knows if the custom module templates from the September release are available for Web Apps?  I can't seem to get them to work.
    When placing {module_webapps,8168,a template=”/custom/wap-contract.tpl”} I get a "No Items Found" response. I would appreciate help as this would be very useful in building Web Apps and I can't find documentation on it
    Thanks

    They do work with Web Apps, I've been able to use it successfully. Here is the only documentation I can find on it so far:
    http://helpx.adobe.com/business-catalyst/partner/using-custom-templates-modules.html
    Curious though, when  you get "No items found" that means there are no web app items to show. So we don't really know if your custom template worked or not. If you can get some items to show up and they use the default layout, then we know something is wrong.
    Hope this helps,
    Chad Smith | http://bcgurus.com/Business-Catalyst-Templates for only $7

  • CMS for JSF Web App

    Hello Experts,
    I am new to Java Web Development, just moving from PHP, HTML, CSS and JS.
    Normally, when I build web apps.. I create a simple CMS using PHP and MySQL for the website. So am wondering if there is a CMS for JSF Web Apps.
    I am new, so am open to suggestions and advise.
    Thanks in advance,
    Shina

    There is Flexive. http://www.flexive.org/
    But like Java itself, it is aimed more at enterprise solutions and thus is far more complex than your average PHP CMS "solution".

  • Muse Web App iOS pages opening up on native browser

    Hello All,
    I created a web app for iOS, when I add the web app to the home screen and launch the web app it loads correctly, my issue is when I tap to go to another page within my web app the page is then opened in Safari. Is there anyway of getting the page to display within the web app? Thanks,

    It's just a web app. I got it semi-working using this work around but some
    parts of my web app break when I reference an old JQuery CDN.
    http://www.bennadel.com/blog/2302-preventing-links-in-standalone-iphone-applications-from- opening-in-mobile-safari.htm
    On Wednesday, December 17, 2014, Brad Lawryk <[email protected]>

Maybe you are looking for

  • Report.vi gives no timestamp for acquired data

    I am using LabVIEW 8.6 with the report generation toolkit and Report.vi (express vi). If I wire a simulated signal (again express vi) and generate a report (I'm using excel reports, but it's the same for an html), it gives a table with the time and v

  • Slow RAM-thieving Photoshop CC

    I have already seen a few questions raised about this, but no answers as yet. I have just installed Adobe Photoshop CC and Adobe Bridge CC and the new Photoshop consumes almost all of my 12GB of RAM, slowing the entire system (current model iMac). I

  • Mac Pro transfer everything to a new (same) box

    Hi there, I own a Mac Pro 2009 2.26Ghz (8-core). Due to some scratches etc and as time goes by with use the cover case wores a bit off. Is it possible to transfer everything to a new Mac Pro box? Is it easy? Just a thought... Thanks and looking forwa

  • Help in search query for schema

    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Prod PL/SQL Release 10.2.0.4.0 - Production CORE     10.2.0.4.0     Production TNS for 32-bit Windows: Version 10.2.0.4.0 - Production NLSRTL Version 10.2.0.4.0 - Production   I want to get

  • Impossible to buy software other than cloud?

    Just out of interest, I looked at the options to BUY any Adobe individual software progs (I don't need to - it's just for interest) and there are NO options to buy the software anymore ONLY cloud versions on Adobe's site. Does this mean that CS7 - wh