orleans.eventsourcing icon indicating copy to clipboard operation
orleans.eventsourcing copied to clipboard

Project Not compiling in VS2017

Open bhushanvinay opened this issue 8 years ago • 6 comments

Just downloaded the project, The SDK is not to be found any where and the following error is noticed.


Microsoft Visual Studio

The imported project "C:\Binaries\OrleansClient\Orleans.SDK.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk. C:\Dev\Git\orleans.eventsourcing-master\Orleans.EventSourcing\Test.Interfaces\Test.Interfaces.csproj

OK

any idea on how to recover?

bhushanvinay avatar Mar 28 '18 19:03 bhushanvinay

This is an old project - Orleans doesn't use SDK anymore. Eventsourcing is now being included in the core Orleans repo.

jkonecki avatar Mar 28 '18 21:03 jkonecki

Should we consider marking the repo as obsolete?

Sent from my iPhone

On 28 Mar 2018, at 22:01, Jakub Konecki [email protected] wrote:

This is an old project - Orleans doesn't use SDK anymore. Eventsourcing is now being included in the core Orleans repo.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

richorama avatar Mar 28 '18 21:03 richorama

Yes, just like DocumentDB one.

On Wed, 28 Mar 2018, 22:20 Richard Astbury, [email protected] wrote:

Should we consider marking the repo as obsolete?

Sent from my iPhone

On 28 Mar 2018, at 22:01, Jakub Konecki [email protected] wrote:

This is an old project - Orleans doesn't use SDK anymore. Eventsourcing is now being included in the core Orleans repo.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/OrleansContrib/orleans.eventsourcing/issues/2#issuecomment-377040848, or mute the thread https://github.com/notifications/unsubscribe-auth/ABsWj9K88G655y5vztVJ26Uql7qE9qodks5ti_6egaJpZM4S_L7E .

jkonecki avatar Mar 28 '18 21:03 jkonecki

We should probably do a review of all the repos. I’m off on holiday at the moment, will pick it up when I get back next week.

Sent from my iPhone

On 28 Mar 2018, at 22:44, Jakub Konecki [email protected] wrote:

Yes, just like DocumentDB one.

On Wed, 28 Mar 2018, 22:20 Richard Astbury, [email protected] wrote:

Should we consider marking the repo as obsolete?

Sent from my iPhone

On 28 Mar 2018, at 22:01, Jakub Konecki [email protected] wrote:

This is an old project - Orleans doesn't use SDK anymore. Eventsourcing is now being included in the core Orleans repo.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/OrleansContrib/orleans.eventsourcing/issues/2#issuecomment-377040848, or mute the thread https://github.com/notifications/unsubscribe-auth/ABsWj9K88G655y5vztVJ26Uql7qE9qodks5ti_6egaJpZM4S_L7E .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

richorama avatar Mar 28 '18 21:03 richorama

Understand it’s an old repo looking for an example end to end.

How do we consume a message from message queue RabbitMQ/Azure Service bus/ ibm mq / Msmq and process them and save some output.

Previous written something in TPL Dataflow and it works but how do we do that in Orleans.

An end to end example as a usecase would be ideal to get moving.

Vinay Shiva


From: Richard Astbury [email protected] Sent: Wednesday, March 28, 2018 10:47:46 PM To: OrleansContrib/orleans.eventsourcing Cc: Vinay; Author Subject: Re: [OrleansContrib/orleans.eventsourcing] Project Not compiling in VS2017 (#2)

We should probably do a review of all the repos. I’m off on holiday at the moment, will pick it up when I get back next week.

Sent from my iPhone

On 28 Mar 2018, at 22:44, Jakub Konecki [email protected] wrote:

Yes, just like DocumentDB one.

On Wed, 28 Mar 2018, 22:20 Richard Astbury, [email protected] wrote:

Should we consider marking the repo as obsolete?

Sent from my iPhone

On 28 Mar 2018, at 22:01, Jakub Konecki [email protected] wrote:

This is an old project - Orleans doesn't use SDK anymore. Eventsourcing is now being included in the core Orleans repo.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/OrleansContrib/orleans.eventsourcing/issues/2#issuecomment-377040848, or mute the thread https://github.com/notifications/unsubscribe-auth/ABsWj9K88G655y5vztVJ26Uql7qE9qodks5ti_6egaJpZM4S_L7E .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/OrleansContrib/orleans.eventsourcing/issues/2#issuecomment-377048506, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AE2HUQwv2IGYzin21oiJ7Wug0YsvCeMDks5tjAUCgaJpZM4S_L7E.

bhushanvinay avatar Mar 28 '18 22:03 bhushanvinay

You should take a look at main Orleans samples ( https://github.com/dotnet/orleans/tree/master/Samples) or ask a question on Gitter (https://gitter.im/dotnet/orleans). Your case seems not to be related to event-sourcing at all.

Jakub

On Wed, 28 Mar 2018 at 23:40 Vinay [email protected] wrote:

Understand it’s an old repo looking for an example end to end.

How do we consume a message from message queue RabbitMQ/Azure Service bus/ ibm mq / Msmq and process them and save some output.

Previous written something in TPL Dataflow and it works but how do we do that in Orleans.

An end to end example as a usecase would be ideal to get moving.

Vinay Shiva


From: Richard Astbury [email protected] Sent: Wednesday, March 28, 2018 10:47:46 PM To: OrleansContrib/orleans.eventsourcing Cc: Vinay; Author Subject: Re: [OrleansContrib/orleans.eventsourcing] Project Not compiling in VS2017 (#2)

We should probably do a review of all the repos. I’m off on holiday at the moment, will pick it up when I get back next week.

Sent from my iPhone

On 28 Mar 2018, at 22:44, Jakub Konecki [email protected] wrote:

Yes, just like DocumentDB one.

On Wed, 28 Mar 2018, 22:20 Richard Astbury, [email protected] wrote:

Should we consider marking the repo as obsolete?

Sent from my iPhone

On 28 Mar 2018, at 22:01, Jakub Konecki [email protected] wrote:

This is an old project - Orleans doesn't use SDK anymore. Eventsourcing is now being included in the core Orleans repo.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub < https://github.com/OrleansContrib/orleans.eventsourcing/issues/2#issuecomment-377040848 , or mute the thread < https://github.com/notifications/unsubscribe-auth/ABsWj9K88G655y5vztVJ26Uql7qE9qodks5ti_6egaJpZM4S_L7E

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub< https://github.com/OrleansContrib/orleans.eventsourcing/issues/2#issuecomment-377048506>, or mute the thread< https://github.com/notifications/unsubscribe-auth/AE2HUQwv2IGYzin21oiJ7Wug0YsvCeMDks5tjAUCgaJpZM4S_L7E

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/OrleansContrib/orleans.eventsourcing/issues/2#issuecomment-377061514, or mute the thread https://github.com/notifications/unsubscribe-auth/ABsWj5ZOJFD1C6I07vtlbTk4g6cWILdrks5tjBFEgaJpZM4S_L7E .

jkonecki avatar Mar 30 '18 14:03 jkonecki