Search found 5 matches
- Fri Feb 21, 2014 3:31 pm
- Forum: .NET
- Topic: Upgrade issues with recent versions
- Replies: 8
- Views: 13880
Re: Upgrade issues with recent versions
I temporarily solved this issues by compiling the source code and removing the Visual Studio assembly reference. My clients have .NET 4.5 installed, but there is no 'Microsoft.VisualStudio.Shell.Immutable' assembly that comes with the framework that I know of. How are other customers deploying the l...
- Mon Nov 04, 2013 4:01 pm
- Forum: .NET
- Topic: Upgrade issues with recent versions
- Replies: 8
- Views: 13880
Re: Upgrade issues with recent versions
To clarify my point, I'm attaching to screenshots of different versions of TeeChart, 4.1.2012.9283 and 4.1.2013.7303, to highlight the different dependencies. The 2012 version does not have a dependency on Microsoft.VisualStudio.Shell.Immutable, which I am not shipping and thus causing the error on ...
- Wed Oct 30, 2013 3:13 pm
- Forum: .NET
- Topic: Upgrade issues with recent versions
- Replies: 8
- Views: 13880
Re: Upgrade issues with recent versions
I've tried that and it does not fix the problem. I don't have a problem with other third-party assemblies, only with recent versions of TeeChart.
Thanks.
Thanks.
- Wed Oct 30, 2013 2:04 pm
- Forum: .NET
- Topic: Upgrade issues with recent versions
- Replies: 8
- Views: 13880
Re: Upgrade issues with recent versions
Upon looking at the library with .NET Reflector, I noticed that there is a reference to Microsoft.VisualStudio.Shell.Immutable.10.0. Why is it now a required dependency when earlier version did not appear to need tis reference? I don't think I should have to ship this assembly in order to get my app...
- Tue Oct 29, 2013 9:06 pm
- Forum: .NET
- Topic: Upgrade issues with recent versions
- Replies: 8
- Views: 13880
Upgrade issues with recent versions
I get the following error with either version 4.1.2013.05280 or 4.1.2013.07300: Could not load file or assembly 'Microsoft.VisualStudio.Shell.Immutable.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. Sta...