Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 23, 2013 07:18 AM by BePi
0 Points
1 Post
Jan 22, 2013 09:05 AM|LINK
cannot find the .net3.5 client project
Member
4 Points
4 Posts
Jan 22, 2013 10:38 AM|LINK
Same problem here.
The "Microsoft.AspNet.SignalR.Client" project is targeted to .NET 4.0. Was the support for .NET 3.5 dropped?
234 Points
37 Posts
Microsoft
Jan 22, 2013 04:24 PM|LINK
Support for .NET 3.5 was dropped due to the dependencies we relied on having dubious sources. The client requires a Task implementation and this wasn't introduced in .NET until 4.0
Jan 23, 2013 07:18 AM|LINK
Thanks for the info Damian, this is really bad news for my project because we can't upgrade to .NET 4.0 :(
wangcl
0 Points
1 Post
rc2 not supported .net 3.5 client?
Jan 22, 2013 09:05 AM|LINK
cannot find the .net3.5 client project
BePi
Member
4 Points
4 Posts
Re: rc2 not supported .net 3.5 client?
Jan 22, 2013 10:38 AM|LINK
Same problem here.
The "Microsoft.AspNet.SignalR.Client" project is targeted to .NET 4.0.
Was the support for .NET 3.5 dropped?
DamianEdward...
Member
234 Points
37 Posts
Microsoft
Re: rc2 not supported .net 3.5 client?
Jan 22, 2013 04:24 PM|LINK
Support for .NET 3.5 was dropped due to the dependencies we relied on having dubious sources. The client requires a Task implementation and this wasn't introduced in .NET until 4.0
Senior Program Manager, ASP.NET
Microsoft
BePi
Member
4 Points
4 Posts
Re: rc2 not supported .net 3.5 client?
Jan 23, 2013 07:18 AM|LINK
Thanks for the info Damian, this is really bad news for my project because we can't upgrade to .NET 4.0 :(