Basic4ppc - Windows Mobile Development  

Go Back   Basic4ppc - Windows Mobile Development > Main Category > Questions & Help Needed
Home Register FAQ Members List Search Today's Posts Mark Forums Read

Questions & Help Needed Post any question regarding Basic4ppc.


B4PPC automatic loads net2 ?


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-28-2007, 12:26 PM
Knows the basics
 
Join Date: May 2007
Posts: 87
Default B4PPC automatic loads net2 ?

hi,

I have a app that shows the NET version it use (NET 1.xx)...
From B4PPC 8.5 that app shows now NET 2.xx , I look at the config file, and I think it loads NET 2 automatic...
What may I do to work with NET 1 again...

Put Claude Belgium
Reply With Quote
  #2 (permalink)  
Old 11-28-2007, 12:46 PM
alfcen's Avatar
Basic4ppc Veteran
 
Join Date: Apr 2007
Location: Okinawa, Ryukyu
Posts: 424
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Hi Put,

I haven' tested it but please try and edit the config file.

from Standard
Code:
<configuration> 
<startup> 
    <supportedRuntime version="v2.0.7045"/> 
    <supportedRuntime version="v2.0.6129"/> 
    <supportedRuntime version="v2.0.5238"/> 
    <supportedRuntime version="v1.0.4292"/> 
    <supportedRuntime version="v1.0.3316"/> 
    <supportedRuntime version="v1.0.3111"/> 
    <supportedRuntime version="v1.0.2268"/> 
  </startup> 
</configuration>
to New
Code:
<configuration> 
  <startup> 
    <supportedRuntime version="v1.0.4292"/> 
    <supportedRuntime version="v1.0.3316"/> 
    <supportedRuntime version="v1.0.3111"/> 
    <supportedRuntime version="v1.0.2268"/> 
  </startup>
</configuration>
Reply With Quote
  #3 (permalink)  
Old 11-28-2007, 01:50 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 3,134
Default

You can just rename (or delete) the config file.
Reply With Quote
  #4 (permalink)  
Old 11-28-2007, 04:55 PM
Knows the basics
 
Join Date: May 2007
Posts: 87
Default

hi,

Thanks to both of you,

put claude belgium
Reply With Quote
  #5 (permalink)  
Old 11-28-2007, 05:44 PM
Knows the basics
 
Join Date: May 2007
Posts: 87
Default

hi,

rename Dbasic.exe.... and desktopconfigxxx did the job, I am back in NET 1 again...
thanks...

Put Claude Belgium
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatic Adjustable Label Width ceaser Questions & Help Needed 2 07-29-2008 03:54 PM
NSBasic To B4PPC ceaser Questions & Help Needed 7 06-02-2008 11:21 PM
automatic typecasting of variables? Stellaferox Questions & Help Needed 4 02-04-2008 01:17 PM
Serial2.dll error (V6.01 .Net2) almasi Bug Reports 5 01-19-2008 12:03 PM
B4PPC on USB stick Put Claude Questions & Help Needed 1 01-04-2008 02:33 PM


All times are GMT. The time now is 02:40 AM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0