I'm getting the following error:--Install-Package : Unable to find version '1.4.1.0' of package 'Rhino.Queues'.At line:1 char:16+ Install-Package <<<< Rhino.Queues HibernatingRhinos.Orders.Backend -Version 1.4.1.0+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rhino-tools-dev/-/QMtyFn1VH4cJ.
To post to this group, send email to rhino-t...@googlegroups.com.
To unsubscribe from this group, send email to rhino-tools-d...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
Are you hosting your own nuget repository or using the main feed?
1.4.1.0 isn't on the main feed nor have I changed that. The latest versions should all be using 1.4.2.0 of Rhino.Queues.
On Tue, Jun 26, 2012 at 6:33 AM, Fitzchak Yitzchaki <fitz...@ayende.com> wrote:
I'm getting the following error:Install-Package : Unable to find version '1.4.1.0' of package 'Rhino.Queues'.At line:1 char:16+ Install-Package <<<< Rhino.Queues HibernatingRhinos.Orders.Backend -Version 1.4.1.0+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
--
You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rhino-tools-dev/-/QMtyFn1VH4cJ.
To post to this group, send email to rhino-tools-dev@googlegroups.com.
To unsubscribe from this group, send email to rhino-tools-dev+unsubscribe@googlegroups.com.
Hi
I think nuget adds a binding redirect to your app.config when the packages are installed that maps between 1.4.1.0 and 1.4.2.0.
Is it possible you've removed it from the app.config when editing? I often find this is a source of otherwise perplexing bugs.
Miles
On 1 Jul 2012 14:33, "Fitzchak Yitzchaki" <fitz...@ayende.com> wrote:
Answer inline
On Tuesday, June 26, 2012 5:43:53 PM UTC+3, Corey wrote:
>
> Are you hosting your own nuget reposi...
Yes
>
> 1.4.1.0 isn't on the main feed nor have I changed that. The latest versions should all be usi...
I'm using the Rhino.ServiceBus.Host package, and when trying to run the host I'm getting the following exception:System.IO.FileNotFoundException: Could not load file or assembly 'Rhino.Queues, Version=1.4.1.0, Culture=neutral, PublicKeyToken=0b3305902db7183f' or one of its dependencies. The system cannot find the file specified.File name: 'Rhino.Queues, Version=1.4.1.0, Culture=neutral, PublicKeyToken=0b3305902db7183f'It seems that the Rhino.ServiceBus.Host.exe is depends on version 1.4.1.0, which is doesn't exists on NuGet.
>
>
> On Tue, Jun 26, 2012 at 6:33 AM, Fitzchak Yitzchaki <fitz...@ayende.com> wrote:
>>
>> I'...
To view this discussion on the web visit https://groups.google.com/d/msg/rhino-tools-dev/-/gO6ls_4-mjYJ.
To post to this group, send email to rhino-t...@googlegroups.com.
To unsubscribe from this gro...
As you can see in the attached image, Rhinos.ServiceBus.dll has dependancy on Rhinos.Queue.dll version 1.4.1.0 which doesn't exists on NuGet.
To view this discussion on the web visit https://groups.google.com/d/msg/rhino-tools-dev/-/2lXnX9aGGF4J.
To post to this group, send email to rhino-t...@googlegroups.com.
To unsubscribe from this group, send email to rhino-tools-d...@googlegroups.com.