Answer inline On Tuesday, June 26, 2012 5:43:53 PM UTC+3, Corey wrote: > > Are you hosting your own nuget repository or using the main feed?
Yes > 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. > 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, Public KeyToken=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 > <[email protected]>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 [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/rhino-tools-dev?hl=en. >> > > -- 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/-/gO6ls_4-mjYJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
