As the title. I'm currently working on a project in visual studio 2012
. But in order to let user with window xp
operating system can use it, I must set the target framework to 3.5. So which entity framework
should I use?
Asked
Active
Viewed 233 times
0

Doan Cuong
- 2,594
- 4
- 22
- 39
-
But entity 4.0 use .net framework 4.0. I need to use .net framework 3.5 in my case – Doan Cuong Jul 18 '13 at 06:31
-
see http://stackoverflow.com/a/4204289/1347784 – phil soady Jul 18 '13 at 06:56
-
Ever consider a client/server solution ? – phil soady Jul 18 '13 at 06:57
-
@philsoady soady We don't have much option here since this software is a outsourcing project. Do you have any idea how can I use `entity framework 1` in `visual studio 2012`? – Doan Cuong Jul 18 '13 at 07:22
-
can you use .net 4.0 ? i am currently using .net framework 4.0 on my win xp machine with VS 2010 and EF 4.1 – Rasshme Chawla Jul 18 '13 at 11:18
-
Just asked my customer, and they said that their company currently using a lot of xp sp2 machine, so they want to keep it at 3.5 – Doan Cuong Jul 19 '13 at 02:58
-
The idea was the code you write that is deployed on these ancient machines calls a server program on a new machine. IE presentation only on the client. – phil soady Jul 19 '13 at 06:59
-
Perhaps there is another ORM better suited to an older .net environment. Id event consider not using an ORM given the old .net platform – phil soady Jul 19 '13 at 07:00