![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Ithink this has to do with the fact that the http dll uses CF2.0...
You need to copy the config file to the same folder as the app... t should have been created when you compliled your app, and it's name should be something like..."yourApp.exe.config"...
__________________
Paulo Gomes Porto, Portugal PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD PPC: Qtek9000, 1GB SD DLL Version Listing |
|
||||
|
The config files are no longer required since version 6.0.
First try to copy the required files to the main storage instead of the storage card. Note that V6.30 merges the library in the executable making it simpler. You can try the beta version if you like. |
|
||||
|
Although the HTTP library is a .NET 1.0 library I thought that legacy compiled apps using .NET 2 libraries running on systems with both .NET 1.0/1.1 and .NET 2.0 installed still needed the config file to force .NET 2.0 operation - the legacy compiler still produces a config file and Dbasic still has one.
Am I mistaken? |
|
||||
|
You are right. If you want to use .Net 2.0 libraries with the legacy compiler you should distribute the config file as well.
However I don't see no reason of using the legacy compiler with .Net 2.0 libraries. The only exception is if you want to take advantage of the VGA double pixel mode (which is also supported by the optimized compiler in V6.30). |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FileSize(file) brings up error on device - but not on Desktop | TWELVE | Questions & Help Needed | 7 | 05-10-2008 03:54 PM |
| FTP file download fails on device | willisgt | Questions & Help Needed | 3 | 01-31-2008 12:45 PM |
| How co compile to Device *.exe file | haiphanngoc | Questions & Help Needed | 4 | 09-07-2007 10:36 AM |
| Avoid the "optional resource assembly cannot be found" | Erel | Code Samples & Tips | 1 | 07-12-2007 11:24 AM |
| .sbp file association in the Device | Cableguy | Code Samples & Tips | 8 | 05-18-2007 03:12 PM |