Hello Robert,.NET 4 requires SP3 on XP and some compagny are always on SP2.This is why all my projects are .NET 3.5Remi
Hi,I'm writting a big business app (DAM, OCR, PDF, ...). MongoDB Rocks for company archiving system with fulltext...First version was in .NET 2.0 so I wrote my own C++/CLI MongoDB driver based on C++ driver.Now we deploy in .NET 3.5Anyway this is not a problem to go to 4.0, simply keep current 3.5 driver version available, I'm using very basic API (open, find, save)Remi
Le mardi 20 novembre 2012 16:20:46 UTC+1, mongotime a écrit :Yeah, I doubt you're going to lose any clients. We're not talking about a consumer app here.. it's a driver for a database!!
As Mongo2.2.2 is not support XP any more,So I think it is the timing to upgrade to Net 4.0.
By the way ,can you tell me when the driver will upgrade to Net4.0 ,and when the Driver2.0 will realease,thank you.
在 2012年11月8日星期四UTC+8上午2时17分25秒,Robert Stam写道:
Do you intend to continue supporting a version of the driver that will work with .Net 3.5 ?For a downloadable consumer app, forcing them to have .Net 4 is pretty significant and would cause some to skip the download. So I would like it if a .Net 3.5 version were still available and supported for the foreseeable future...
--
You received this message because you are subscribed to the Google
Groups "mongodb-user" group.
To post to this group, send email to mongod...@googlegroups.com
To unsubscribe from this group, send email to
mongodb-user...@googlegroups.com
See also the IRC channel -- freenode.net#mongodb
Dear Robert,
FYI, I'm attempting to use the C# driver in Unity3d, which uses Mono 2.6 and probably will do for awhile. Mono 2.6 is approximately equivalent to .NET 3.5.
If you guys want to use .NET features which Mono 2.6 doesn't implement, perhaps some kind of compatibility guide would be in order so we know what classes or methods to avoid?
Am I right in thinking code will still compile as long as we limit ourselves in such a fashion?
Thanks,
Nicholas
Dreamfire Ltd