
obsolate
New User
Apr 26, 2004, 5:53 AM
Post #1 of 1
(1230 views)
|
Hi, I am trying to program at Visual Basic.NET for Pocket PC 2003 But it gives file I/O errors such as "FileOpen, FileClose, Input" etc. How can I correct this error? Example Error: error T0004: CROSSFIRE - Use of unsupported member 'void Microsoft.VisualBasic.FileSystem::FileOpen(int32, string, valuetype Microsoft.VisualBasic.OpenMode, valuetype Microsoft.VisualBasic.OpenAccess, valuetype Microsoft.VisualBasic.OpenShare, int32)'. I'm using: Visual Basic.NET and CrossFire not using CrossFire: SmartDeviceApplication 'FreeFile' is not declared. File I/O functionality is normally available in the 'Microsoft.VisualBasic' namespace, but the targeted version of the .NET Compact Framework does not support it.
|