Click here to Skip to main content
15,885,983 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Single Precision not precise Pin
Mike Dimmick20-Apr-05 1:33
Mike Dimmick20-Apr-05 1:33 
GeneralRe: Single Precision not precise Pin
Peter Ritchie24-Apr-05 9:41
Peter Ritchie24-Apr-05 9:41 
GeneralWSAENOBUFS (socket error 10055) Pin
carlos_rocha20-Apr-05 0:01
carlos_rocha20-Apr-05 0:01 
Generalfiles transfer via FTP Pin
lokee19-Apr-05 7:51
lokee19-Apr-05 7:51 
Generaldeployment Pin
madretierra19-Apr-05 4:50
madretierra19-Apr-05 4:50 
GeneralRe: deployment Pin
rwestgraham22-Apr-05 19:20
rwestgraham22-Apr-05 19:20 
GeneralRe: deployment Pin
madretierra23-Apr-05 5:55
madretierra23-Apr-05 5:55 
General.Net compact framework Pin
Pelkmans Mark17-Apr-05 23:11
Pelkmans Mark17-Apr-05 23:11 
Hi all,

Is it possible to use typed dataSets in an application for a pocketPC (Compact .Net framework) ?

I have created an assembly containing an XSD. ("MyApplication.Shared.dll")
I have another assembly containting my bussinesscode. ("MyApplication.BussinessCode.dll")

In the click_eventHandler from a button on my mainForm I call a LoadData method from the bussinessCode assembly, which creates an new instance of a typed DataSet based on the XSD (MyApplication.Shared.MyDataSet myDataSet = new ...)

Next the code loads the dataSet with data : myDataSet.ReadXML("file.xml");
File.xml is a valid XML, based on the XSD.

The problem is that on the moment the click_eventHandler makes the call to the LoadData method I get a System.TypeLoadException occured in System.Windows.Forms.dll (application running on the emulator or on a real device makes no difference, both have the same problem.)

When I remove the codelines using the typed dataSet, there is no exception.

When I launge the exe from windows Explorer on my desktop, the application works correctly.

Any Help ??? Poke tongue | ;-P

Greetings,
MPE
GeneralReading unicode text file in FCL Pin
NOTEPAK16-Apr-05 19:38
NOTEPAK16-Apr-05 19:38 
GeneralRe: Reading unicode text file in FCL Pin
Mike Dimmick18-Apr-05 22:54
Mike Dimmick18-Apr-05 22:54 
GeneralRe: Reading unicode text file in FCL Pin
NOTEPAK19-Apr-05 8:45
NOTEPAK19-Apr-05 8:45 
GeneralCookies and winform Pin
Anonymous16-Apr-05 2:52
Anonymous16-Apr-05 2:52 
GeneralRe: Cookies and winform Pin
Steven Campbell19-Apr-05 6:49
Steven Campbell19-Apr-05 6:49 
GeneralEvent Queuing Question Pin
paulsawyer16-Apr-05 2:27
paulsawyer16-Apr-05 2:27 
GeneralRe: Event Queuing Question Pin
Mike Dimmick18-Apr-05 22:58
Mike Dimmick18-Apr-05 22:58 
GeneralRe: Event Queuing Question Pin
paulsawyer19-Apr-05 7:11
paulsawyer19-Apr-05 7:11 
GeneralRe: Event Queuing Question Pin
Mike Dimmick19-Apr-05 8:12
Mike Dimmick19-Apr-05 8:12 
GeneralRe: Event Queuing Question Pin
Dave Kreskowiak19-Apr-05 8:14
mveDave Kreskowiak19-Apr-05 8:14 
GeneralRe: Event Queuing Question Pin
paulsawyer20-Apr-05 5:19
paulsawyer20-Apr-05 5:19 
GeneralRe: Event Queuing Question Pin
Dave Kreskowiak20-Apr-05 17:16
mveDave Kreskowiak20-Apr-05 17:16 
GeneralRe: Event Queuing Question Pin
paulsawyer21-Apr-05 7:11
paulsawyer21-Apr-05 7:11 
Generaldraw text in .NET Framework control Pin
Anonymous15-Apr-05 23:45
Anonymous15-Apr-05 23:45 
GeneralRe: draw text in .NET Framework control Pin
MoustafaS16-Apr-05 11:49
MoustafaS16-Apr-05 11:49 
GeneralRe: draw text in .NET Framework control Pin
Anonymous17-Apr-05 20:31
Anonymous17-Apr-05 20:31 
GeneralRe: draw text in .NET Framework control Pin
MoustafaS18-Apr-05 12:27
MoustafaS18-Apr-05 12:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.