Results 1 to 8 of 8

Thread: PocketPC Programing Requirements

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2007
    Posts
    180

    PocketPC Programing Requirements

    I just purchased a Pocket PC and would like to make programs (games/utils) for it. As far as I've researched, it requires Visual Studios. I currently have the express versions of VB.NET and C#.net. Is there anyway to create PocketPC applications with out purchasing VStudios? I'm doing this to create programs for myself, and do not have intent to sell what I create.

    David

  2. #2
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,763

    Re: PocketPC Programing Requirements

    You don't specify with VS version you have but anyway you need the Compact Framework in order to develop Mobile Apps.

    CF5 is not the lower level to start with. Also i have never used express VS versions so i cannot be sure for the limitations they have for Pocket Pc's.

  3. #3
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: PocketPC Programing Requirements

    Hi,
    express does not support Compact Framework - sorry.

    You need to have at least Professional to create CF applications, if I remember correctly.

    Pete
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  4. #4
    Member
    Join Date
    May 2008
    Posts
    36

    Re: PocketPC Programing Requirements

    Try Visual studio 2008 trial, three months. I'm using that. Pro edition. Express doesn't support wm 2003 or 5.

  5. #5
    Member
    Join Date
    Jul 2006
    Location
    Nebraska
    Posts
    46

    Re: PocketPC Programing Requirements

    I am currently using VS 2008 pro and when i try to open the smartphone template in Vb i get 2 errors during the build. i am at a loss as the smartphone template will work fine in c# but i am totally lost programing in c#. If this is the best to do it are there tutorials (sp) online that give a guy some wuick lessons. I have not messed with VB since college about 4 years ago.

    thanks

  6. #6
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: PocketPC Programing Requirements

    What are the errors?
    My usual boring signature: Nothing

  7. #7
    Member
    Join Date
    Jul 2006
    Location
    Nebraska
    Posts
    46

    Re: PocketPC Programing Requirements

    I am at the office but i will post them when i get home. i know when i cleck the show list of erros there are 19 of them.

    thanks

  8. #8
    Member
    Join Date
    Jul 2006
    Location
    Nebraska
    Posts
    46

    Re: PocketPC Programing Requirements

    Warning 1 An error occurred while parsing EntityName. Line 2, position 51. 2 0


    Instances of this error (1)

    1. Hide Call Stack

    at System.Xml.XmlTextReaderImpl.Throw(Exception e)
    at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
    at System.Xml.XmlTextReaderImpl.Throw(String res)
    at System.Xml.XmlTextReaderImpl.ParseEntityName()
    at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)
    at System.Xml.XmlTextReaderImpl.ParseAttributes()
    at System.Xml.XmlTextReaderImpl.ParseElement()
    at System.Xml.XmlTextReaderImpl.ParseElementContent()
    at System.Xml.XmlTextReaderImpl.Read()
    at System.Xml.XmlTextReader.Read()
    at Microsoft.CompactFramework.Design.DeviceTypeResolutionService.GeneratedAssemblyEntry.RealizeMoniker( String moniker)
    at Microsoft.CompactFramework.Design.DeviceTypeResolutionService.GeneratedAssemblyEntry.get_FileName()
    at Microsoft.CompactFramework.Design.DeviceTypeResolutionService.AssemblyEntry.get_ReflectAssemblyName( )
    at Microsoft.CompactFramework.Design.DeviceTypeResolutionService.AssemblyEntry.GetAssemblyName(Boolean reflectionBased)
    at Microsoft.CompactFramework.Design.DeviceTypeResolutionService.AssemblyEntry.Search(String fullName, String typeName, Boolean ignoreTypeCase, Boolean reflectionBased, Assembly& assembly, String description)
    at Microsoft.CompactFramework.Design.DeviceTypeResolutionService.SearchGeneratedEntries(AssemblyName assemblyName, String typeName, Boolean ignoreTypeCase, Boolean reflectionBased, Assembly& assembly)
    at Microsoft.CompactFramework.Design.DeviceTypeResolutionService.SearchEntries(AssemblyName assemblyName, String typeName, Boolean ignoreCase, Boolean reflectionBased, Assembly& assembly, ReferenceType refType)
    at Microsoft.CompactFramework.Design.DeviceTypeResolutionService.SearchEntries(AssemblyName assemblyName, String typeName, Boolean ignoreTypeCase, Boolean reflectionBased, Assembly& assembly)
    at Microsoft.CompactFramework.Design.DeviceTypeResolutionService.GetDeviceType(String typeName, Boolean throwOnError, Boolean ignoreCase)
    at Microsoft.CompactFramework.Design.DeviceTypeResolutionService.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase, ReferenceType refType)
    at Microsoft.VisualStudio.Design.Serialization.CodeDom.AggregateTypeResolutionService.GetType(String name, Boolean throwOnError, Boolean ignoreCase)
    at Microsoft.VisualStudio.Design.Serialization.CodeDom.AggregateTypeResolutionService.GetType(String name)
    at System.ComponentModel.Design.DesignerHost.System.ComponentModel.Design.IDesignerHost.GetType(String typeName)
    at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.EnsureDocument(IDesignerSerializati onManager manager)
    at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationM anager manager)
    at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSer ializationManager serializationManager)
    at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.DeferredLoadHandler.Micr osoft.VisualStudio.TextManager.Interop.IVsTextBufferDataEvents.OnLoadCompleted(Int32 fReload)

    there is the error code i get when itry to opena new project in VB using the smartphone application template

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width