Windows CE 5.0 and Compact Framework 2.0

We need some help with develop and deploy applications develop with .NET
1) Are Olite 10gR2 certified with Windows CE 5.0?
PDA UNITECH PA960 Windows CE 5.0, 51856 Kb de RAM y 2 flash:
Disk0nChip M_Systems de 20 Mb
PCMCIA/Compact Flash Device de 488.74 Mb
2) Exists a .NET (ADO.NET) provider that work with Olite and Oracle for Compact Framework 2.0
Thanks in advance,
Diego.

Hi,
Windows CE 5 is supported in current release of Oracle Lite (from 10.2.0.2 version I think).
The .Net provider is part of the MDK (mobile development kit) which can be installed as part of the Oracle Lite server. If you need the CF2 provider, you have to apply patch 5889660 from metalink, which installs the CF2 provider to your MDK directory (only CF1 provider is included in standard OLite installation set). The provider file is Oracle.DataAccess.Lite_wce.dll...

Similar Messages

  • Equivalent of "openssl smime -sign" in C# and Compact Framework

    Hi,
    I try to sign a XML with a certificate in C# for a mobile application. So, I use
    Compact Framework 3.5. For the moment, I have used an OpenSSL command like this:
    openssl smime -sign -in myXML.xml -out myXMLSigned.mim -passin pass:test -binary -nodetach -inkey certificat.priv.pem -signer
    certificat.pub.pem
    Unfortunately, I think I’ve found an equivalent in C# Framework (by using the function of PKCS like
    SignedCms, CmsSigner, …) but no in Compact Framework. I’ve already tried to manipulate CryptoAPI with no success.
    What is the equivalent of this
    OpenSSL command?
    Many thanks in advance for your assistance.
    Best regards.

    Might try them over here.
    https://social.msdn.microsoft.com/Forums/en-US/home?forum=windowsmobiledev
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Orale Lite and Compact Framework

    We have a well developed PocketPC/Compact Framework application using SQL Server, SQL Server CE, and DotNet C-Sharp. We now have a requirement to use Oracle on the back-end. We could replicate the MS SQL Backend database to Oracle and delete the MS SQL Data. This is far from ideal. We would like to abandon Microsoft SQL entirely and use Oracle on the backend talking to Oracle Lite on the Pocket PC.
    Our present application manages database access on the Pocket PC and synchronization through the internet to the central MS SQL server database. Can this this be done with Compact framework, Oracle and Oracle Lite? We do not want to rewrite the Pocket PC application in Java.

    Yes you can accomplish the syncronization from Oracle Lite to an Oracle Database (Standard or Enterprise).
    Oracle Lite provides the middle tier (Mobile Server) for synchronization.
    Download the Documentation and look at the Oracle® Database Lite Developer's Guide 10g (10.0.0)
    Part No. B13788-01
    From Chapter 6:
    Oracle Database Lite ADO.NET provider for Microsoft
    .NET and Microsoft .NET Compact Framework. The Oracle Database Lite ADO.NET provider resides in the Oracle.DataAccess.Lite namespace.
    There is also a demo available once you install the product.

  • Problem with Absolute Navigation (External Window) and Light Framework Page

    Hi All,
    We are using Light Framework page for the portal devolopment. We have an application including two webdynpro iviews where absolute navigation is used to traverse from first iview to second iview (When user clicks a button on first iview). We are showing the second iview in external window (SHOW_EXTERNAL). When ever i clicks the button to traverse to second iview, i am getting an exception.
    When we are showing it in same window (SHOW_INPLACE), it is working fine. But the iview is appeared in half of the page with scrollbars. It is working fine with default framework page (with both options SHOW_INPLACE and SHOW_EXTERNAL) and dispalyed in original size as mentioned in iview properties.
    Could you please suggest us whether there is any work around for this.
    Thanks,
    Sudheer

    Hi Kathiresan
    I couldn't see the address bar of the window (In which second iview is getting displayed). But i can observe no parameters that i passed from first iview is visible in the view source of the second iview (When SHOW_EXTERNAL is used in absolute navigation). I could see all the parameters in the view source (when SHOW_INPLACE is used for absolute navigation). But i am using the same url for both the options (for SHOW_INPLACE and SHOW_EXTERNAL).
    I doubt about the url being passed when SHOW_EXTERNAL option is used. But when we checked in debug, The correct url is being triggered (Atleast from first iview). Is there any way that could display the second window with address bar. What is making difference  between SHOW_INPLACE and SHOW_EXTERNAL with absolute navigation and light framework page.
    Could someone please suggest.
    Thanks,
    Sudheer.

  • 9iLite and the compact framework for PPC

    Does oracle plan to support development for Pocket PC under the compact framework ie. using MS Visual Studio.net. If so, how soon can we except an oracle data adapter for the pocket pc.

    If your application is complex you'll undoubtedly have
    to extend whichever framework you choose. Struts is
    very flexible and allows you to incorporate custom
    functionality easily. As it was pointed out, Struts works only with the web tier. If you're writing complex apps, you'll need a more 'complete' framework to manage your middle-tier as well.
    If you're not using EJB, lightweight containers like Spring or Pico can help.
    BTW, you can use Spring with Struts if you wish. Personally, I'm less than impressed by Struts, but that's just my opinion.

  • Help with Consuming a Webservice with the compact framework

    Hi all,
    i want to consume a SAP WebService within .NET in a smart device application. When I create the proxy, I get the following procedure in the .cs class:
    <i>[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.sap.com/_-ICO_-CM_XML_CREATE", RequestElementName="_-ICO_-CM_XML_CREATE", RequestNamespace="urn:sap-com:document:sap:rfc:functions", ResponseElementName="_-ICO_-CM_XML_CREATE.Response", ResponseNamespace="urn:sap-com:document:sap:rfc:functions", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)][return: System.Xml.Serialization.XmlElementAttribute("SUBRC", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]public string ICOCM_XML_CREATE([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string ORDERNR, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string ROUTE, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string TESTRUN, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string TOURNO, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string XML_FILE_LOCAL, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string XML_FILE_SERVER, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] out string XML_STRING) {object[] results = this.Invoke("_ICO_CM_XML_CREATE", new object[] {ORDERNR,ROUTE,TESTRUN,TOURNO,XML_FILE_LOCAL,XML_FILE_SERVER});XML_STRING = ((string)(results[1]));return ((string)(results[0]));}</i>
    When I compile the project I get the follwing error for each occurance of the "Form" Attribute :
    "<b>'System.Xml.Serialization.XmlElementAttribute' does not contain a definition for 'Form'" </b>
    When I try to consume this webservice with a "normal" kind of application, such as a windows-application, everything is ok.
    But when trying to use it with the compact framework, the error occurs.
    Is anyone outhere who can help me?
    Thank you
    Regardings

    It seems that the "Form" property of the XmlElementAttribute was missing in Compact Framework 1.1. It does exist in Compact Framework 2.0.
    You can try removing the "Form=System.Xml.Schema.XmlSchemaForm.Unqualified" entries from the proxy, but I'm not sure of it will still correctly work: For in-parameter it should be Ok to skip "Form=", but for out-paramters and result it could have the effect that no data is received.
    In this case the best option may be to upgrade to Compact Framework 2.0.

  • Unable to install Intel Dynamic Platform and Thermal Framework on Yoga 13

    I recently purchased a Yoga 13. I just got Windows 8 Enterprise installed on there. I am unable to install Intel Dynamic and Thermal Framework. I downloaded this directly from Lenovo Support (the file is labeled "Dynamic Platform and Thermal Framework for Microsoft Windows 8 (64-bit) - IdeaPad Yoga 13").
    During installation, the service agreement is in another language (Chinese, perhaps). When the installer starts running, I immediately get an error:
    "The setup program failed to install one or more device drivers. Setup will exit."
    And that's it. What do I have to do to get this to install? Am I downloading the right version? I don't see another version to download anywhere. I tried finding the software on Intel, but I was unable to. When using Intel® Driver Update Utility, it recognizes hardware that needs drivers, but it does not give me the Dynamic Platform download.
    Any help is appreciated.

    Sorry, I don't think this will help, but...
    I have been investigating why my Yoga-13 might be freezing up (about once every other day). While looking at errors in the event log, I came across errors that led to the following sites when I googled the error:
    http://en.community.dell.com/support-forums/laptop/f/3518/p/19481625/20262664.aspx
    http://forum.notebookreview.com/dell-xps-studio-xps/650572-new-dell-xps-l521x-ivy-bridge-536.html#po...
    Probably not any help.
    If you do get it installed and you experience your yoga freezing up (no response to any input), please post here.

  • Flash CS3 program flickers during "undo" and "save and compact"

    Hi,
    I have Flash CS3 Suite. I have a computer that was built in 2004, running Windows XP Professional - 2 Gb RAM although I have given the Virtual memory 4 Gb. The reason I did that is because I thought maybe my RAM wasn't enough. I have no problems with any of the other Adobe programs or any other programs on my computer, just Flash Professional. The running process only uses 16,030 K so it can't be that.
    I have uninstalled, cleaned all adobe files completely off of my computer, done a fresh install, more than once, but no matter what, I seem to have issues with the 2 following commands:
    1.  Edit > undo feature
    2.  File > save and compact - although this doesn't flicker as much as the other one.
    The flickering is frustrating, and, of course I can't do anything else until the flickering stops.
    The positive side of this issue is that I am being much more thoughtful about my editing which is good anyway, but it would be nice for the flickering to permanently stop. Any and all help will be greatly appreciated.
    jd

    upload your fla and post a link.

  • I WORK WITH 20+ TABS OPEN, SOMETIMES IF A WINDOW IS ALSO OPEN AND I DON'T CLOSE IT FIRST, MY TABS DON'T REOPEN WHEN I RESTART FIREFOX-HOW CAN I FIND AND REOPEN?

    I understand how to set the restore tabs function and have done so. Usually my tabs reopen when I restart, but every once in a while if I have other windows (not tabs) open, and I forget to close them all first, before I close my main window, then when I reopen, my tabs are gone. I have gone to History and I can see the Restore Previous Session and Restore Closed Tabs commands, but they are not highlighted and they don't work. Please advise

    Try using the Firefox button > Exit when you go to close Firefox, that should save all your open windows / tabs.

  • All my purchased song from iTunes are not playing complete (iPod and computer with Windows Vista), unexpectedly stops and continues with next song. What am I doing wrong?

    All my purchased song from iTunes are not playing complete (iPod and computer with Windows Vista), unexpectedly stops and continues with next song. What am I doing wrong?

    Are the songs playing whole in iTunes? if not download them again.
    else read this Apple Support Article on your problem
    Have a nice day!

  • Windows Home Server 2011 and Windows 8.1 desktop

    My questions is whether a Windows Live account and a local account can be combined in Windows 8.  I asked this question in Microsoft Community and
    an MS employee said I should ask my question here.
    Is there a way to have both active?
    I want to reap the benefits of having a live account to keep everything in sync and fully utilize the features of Windows 8.1 but I have a Windows Home Server 2011 that requires that I have a local user account that matches the server side so that I can
    use resources on the server.
    I've seen lots of tutorials for switching between the two account types but nothing for combining them.
    Is this even possible?
    Thanks in advance

    Your question has not been answered.
    Windows Home Server 2011 does not use domains, so even if you had Windows 8.1 Pro, you'd still be left without a solution. I have one PC with Windows 8.1 Enterprise and that does work with Home Server; and a laptop with Windows 7 Pro and that works fine
    too. Like you, I have issues with Windows 8.1 Pro.
    Does anyone from Microsoft Server actually read these posts?
    @PeterPensive,
    the OP's original question was relating to "linking/combining" an MS Account with a Win8.x local account. That question was answered. (the answer is no), so, for a WHS scenario, linked accounts aren't possible, but, in Win8.x, an MS Account might be suitable
    for use with WHS.
    Are you confirming that an MS Account on Win8.x works ok with WHS?
    < Also, this is a community-driven forum - MS staff rarely, if ever, participate here.. >
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Windows 7 home premium and windows 8.1 pro op network problem

    I have two PC-s, one is with windows  7 home premium  and the other one with  windows 8.1 pro op system.  They are wired via ethernet/ home network. Till I had old Windows  XP instead of Windows 7, the two PC-s were connected,
    file sharing and device sharing was easy and functioning. 
    Today it doesn't,  windows 8.1 finds the other PC and creating the network, even identifying the different folders on the other PC however as I want to open a file, then loading forever starts, but
    on the other side the windows 7 PC is frozen, only the hard switch off helps. ...
    Any idea what to do? The diagnose shows that the access was lost.

    Here is the forum for you

  • Windows 7 and windows 8 desktop wired and 7510e printer connected to win 7 wireless

    I have a windows 7 64 bit HPavilion Elite 150f desktop set up wired with a 7510e photosmart printer connected to it wireless, now I  have purchased a windows 8 desktop HP envy 700-019 desktop.
    When I set up my new windows 8 desktop I  just plugged it into my wireless router/modem combo and it found my printer and I could just print from it, I did not download any software or drivers for my printer or set up a home group as I was not sure how to set it up but last night I tried to set up a homegroup,
    I used my wireless network key and entered it and pressed connect, then I entered the Homegroup password that was downloaded for me from Microsoft, but my windows 7 says homegroup and my windows 8 shows private network so I am not sure what I have done wrong, I chose to only share music and printers, can anyone tell me how to do this correctly as I am not sure that I have done it properly.
    On my windows 8 I can go to my printers web site by entering the static IP address that cloud support set up for me and it shows as connected but I do not want to enter any printer code as that is already set up on my windows 7, I can also scan to email on my windows 8 but I am not sure what if any security I have on my windows 8. The last time I had a homegroup set up I payed someone to do it for me so I did it by guess work more than anything, if someone can lead me through it step by step I would appreciate it.

    Hi @emma22 
    I would like to do my best to help, but please bear in mind the issue you are expressing is an inquiry for Microsoft not HP. I did find something I think will be most helpful, and I hope it resolves the issue, but if the issue persists, or you have additional questions, it might be best to reach out to the Microsoft community.
    Here is what I found; HomeGroup from start to finish.
    In the top right hand corner of the article, you can change it from WIndows 7 to Windows 8. I hope this helps.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • In version 3.6 I can not open a website link from original page, I keep getting a new window that is blank and asking me to put in a web address. What has changed with the new version?

    When on a page if I click on a web link I get a new window that is blank and asks me enter a web address. This started happening with the new 3.6 version. It seems to have something to do with what I choose for the location in my privacy settings as the window changes with each setting but I still cannot get to the new site. Any ideas? I have no problem with this in IE and I have to keep opening IE when I encounter the problem on Firefox which is annoying.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • What is the diffrence between a blanket PO and a Framework order?

    What is the diffrence between a blanket PO and a Framework order?

    Hi
    You have to use document type Frame work order for Blanket PO.
    You can use blanket purchase orders to procure consumable materials or services for which it is not worth creating a separate purchase order for each procurement transaction. 
    Blanket purchase orders are usually valid for a longer period of time. You can directly post the invoices for the materials and services procured for this blanket purchase order.
    Raju

Maybe you are looking for

  • JMS receiver error

    Hello, I have maintained a JMS receiver adapter to an existing MQ system (IBM WebSphere 6.0) After deploying the modules to PI (7.11) the adapter goes green but allways says "Sucessfully disconnected from destination". When sending a message through

  • Do i have to upgrade to yosemite or can i upgrade os to lower version

    i have os x 10.6.8 and need to upgrade to os x 10.7 or later.  I don't hear good things about yosemite and can't seem to get that os to download.  Is there an alternative?

  • Issues with 'extern' in Objective-C app.

    Hi there, I am currently developing a Cocoa Document-based application, and have so far created an NSArrayController and linked that it to a class in my application. In my Interface Builder file, I have a main window which appears at launch, and anot

  • BPEL not passing HTTP basic auth info

    The BPEL control does not seem to pass the HTTP basic auth data correctly. I placed the right credentials in the httpUsername and httpPassword properties for the partner link. I patched SOA Suite to 10.1.3.3.1 to try to solve this problem. But it sti

  • Can not update ANY installed extension.

    While firefox will alert me to avaiable updated extensions when I proceed to update all I get for my troubles: (the below example is for adblock, but also happens to the only other extension I have which is stumbleupon) Firefox could not install the