Hello everybody, anyone can confirm that .net connectors 6.3.5 requires framework 4 for web applications ? I use them for windows/WPF applications like a charm, with linq and EF.
When I try to realize some methods on web applications, they only work with framework 4, and it's a pity bcs my hosting provider still running on 3.5 servers.
Indeed it's very strange, because I can compile my linqtoentity edmx module, i can use classes and properties, but for any Select linq query I do, resulting anonymous is always empty.
While it fills of data, if running on fw 4.
Is there any tip...or no way to get it working on 3.5 ??
thanks
When I try to realize some methods on web applications, they only work with framework 4, and it's a pity bcs my hosting provider still running on 3.5 servers.
Indeed it's very strange, because I can compile my linqtoentity edmx module, i can use classes and properties, but for any Select linq query I do, resulting anonymous is always empty.
While it fills of data, if running on fw 4.
Is there any tip...or no way to get it working on 3.5 ??
thanks