Microsoft.Net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I am developing a VB.net program to run on embedded xp. The current problem
that I am facing is that the .Net compents of XPe are version 1.0.375. I
need to update that to version 1.1.4322.

How can I accomplish this?
 
Are you the developer of the XP embedded image? If so, remove the .NET 1.0
Framework components from you configuration in Target Designer and add the
NET 1.1 Framework components and rebuild a new image. The .NET 1.1
Framework components comes built-in with XPe SP2. On the other hand, XPe
SP1 ships with .NET 1.0 SP2 but you can download the .NET 1.1 components,
install it into your XPe SP1 database and use it in your build:
http://www.microsoft.com/downloads/details.aspx?FamilyID=cd1849d7-c25f-4aef-
9a5e-e79ed9549e80&DisplayLang=en

If you're not the developer of the XP embedded image, please get in contact
with the developer and ask them to add the .NET 1.1 support.

KS

This posting is provided "AS IS" with no warranties and confers no rights.
 
Back
Top