Closed GoogleCodeExporter closed 9 years ago
Can you check this thread
https://code.google.com/p/autofac/wiki/FrequentlyAskedQuestions and let me know
ASAP?
Thanks
Original comment by pele...@google.com
on 27 Sep 2013 at 2:41
hi pele...@google.com,
I couldn't relate to the link you pointed out to the issue I'm facing, could
you please be more specific?
the server where I deployed the code got .Net framework upgraded from 2.0 to
4.0 client profile only for this project. So the upgrade miss some dll's
upgradation? or is it something else.
Thanks,
Mahesh
Original comment by mahesh...@gmail.com
on 30 Sep 2013 at 9:10
1. Make sure your .NET framework is patched. Microsoft released patches to .NET
to allow Portable Class Libraries to properly find the appropriate runtime
(KB2468871). If you are seeing the above exception (or something like it), it
means you're missing the latest .NET framework patches.
2. Please install .NET 4.0 full profile and NOT client profile.
3. By the way I see you are using an old version of the library (1.4.0), please
upgrade to (1.5.0). All our Google.Apis packages are available to download
using NuGet
(https://www.nuget.org/packages?q=google.apis&prerelease=true&sortOrder=relevanc
e)
Let me know.
Original comment by pele...@google.com
on 30 Sep 2013 at 12:28
I wanted to try out and got the .Net 4.0 framework re-installed and it
worked.
Thanks for looking into the issue.
Original comment by mahesh...@gmail.com
on 3 Oct 2013 at 4:56
We found the solution -
1. Make sure your .NET framework is patched. Microsoft released patches to .NET
to allow Portable Class Libraries to properly find the appropriate runtime
(KB2468871). If you are seeing the above exception (or something like it), it
means you're missing the latest .NET framework patches.
2. Install .NET 4.0 full profile
Original comment by pele...@google.com
on 3 Oct 2013 at 12:52
Original issue reported on code.google.com by
mahesh...@gmail.com
on 26 Sep 2013 at 8:47