From: Ivan A. <int...@un...> - 2015-12-01 16:52:19
|
Hi, I'm pretty sure https://drive.google.com/file/d/0BxNlh1_CctC4TUJMZ0xqeE81SHM/view?usp=sharing is the version I was using successfully on NET CF 3.5. I have no idea if I compiled it myself at the time (haven't touched any windows-related development in a few years), but it was running on <PlatformFamilyName>PocketPC</PlatformFamilyName> <PlatformID>b2c48bd2-963d-4549-9169-1fa021dce484</PlatformID> <OSVersion>5.2</OSVersion> <DeployDirSuffix>Cassie</DeployDirSuffix> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <NativePlatformName>Windows Mobile 6 Professional SDK</NativePlatformName> (taken from the project-file) so it should be working 2015-12-01 18:04 GMT+02:00 Louis van Alphen <lo...@nu...>: > Maybe you could download the source and recompile for CFx > > http://www.firebirdsql.org/en/net-provider/ > > > > -----Original Message----- > From: slucas [mailto:sl...@iq...] > Sent: 01 December 2015 05:26 PM > To: For users and developers of the Firebird .NET providers < > fir...@li...> > Subject: Re: [Firebird-net-provider] VS2008 ADO.NET confusion > > ok, that is great, less dlls to deal with. so whether i put the > FirebirdSql.Data.FirebirdClient.dll in the \windows directory or in the > directory right next to the exe, i still get the same error. it throws > back: > > Error {exe name} > MissingMethodException > Could not load type > 'FirebirdSql.Data.FirebirdClient.FbConnection' > from assembly > 'FirebirdSql.Data.FirebirdClient' version 2.5.2.0, culture=neutral, > PublicKeyToken={long number} > > so obviously the exe is calling the FirebirdSql.Data.FirebirdClient.dll > properly and that dll is throwing back an error. i think you are > correct. i need the same FirebirdSql.Data.FirebirdClient.dll but probably > for an older version of .NET. i am thinking for .NET2.0. > > the thing is that this motorola MT2090 is still a very actively sold > device. i am not just doing this for some obsolete hardware. > > can you please point me to a compiled dll for .NET2.0 CF please? i feel > that i am getting close though. > > thanx for the help, lucas > > > On 12/1/15 5:30 AM, Jiří Činčura wrote: > > On Tue, Dec 1, 2015, at 11:18, slucas wrote: > >> ok, so i was able to compile with the version linked below. that is > >> a start. and i copied the FirebirdSql.Data.FirebirdClient over to > >> the scanner's \windows directory. > > Why there? > > > >> so, do i need a version of fbclient.dll on the scanner for the > >> FirebirdSql.Data.FirebirdClient.dll to reach the server? or does > > No. > > > >> FirebirdSql.Data.FirebirdClient.dll access it directly? > > Yes. > > > > > > ------------------------------------------------------------------------------ > Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users > amazing mobile app experiences with Intel(R) XDK. > Use one codebase in this all-in-one HTML5 development environment. > Design, debug & build mobile apps & 2D/3D high-impact games for multiple > OSs. > http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140 > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > > ------------------------------------------------------------------------------ > Go from Idea to Many App Stores Faster with Intel(R) XDK > Give your users amazing mobile app experiences with Intel(R) XDK. > Use one codebase in this all-in-one HTML5 development environment. > Design, debug & build mobile apps & 2D/3D high-impact games for multiple > OSs. > http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140 > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |