Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'GetPartsResponse' compilation problem #7

Open
Moriam opened this issue Apr 11, 2019 · 3 comments
Open

'GetPartsResponse' compilation problem #7

Moriam opened this issue Apr 11, 2019 · 3 comments

Comments

@Moriam
Copy link

Moriam commented Apr 11, 2019

Can't compile GrowingObject12StoreProvider.cs

CS1955 C# Non-invocable member cannot be used like a method.
Project Store.Core GrowingObject12StoreProvider.cs line 230

       private void SendObjectParts(long messageId, string uri, ICollection<IDataObject> dataObjects)
        {
            dataObjects.ForEach((dataObject, i) =>
            {
                var flag = i >= dataObjects.Count - 1
                    ? MessageFlags.MultiPartAndFinalPart
                    : MessageFlags.MultiPart;

                var etpUri = new EtpUri(dataObject.Resource.Uri);
                var uid = etpUri.ObjectId;

-->                GetPartsResponse(uri, uid, dataObject.Resource.ContentType, dataObject.Data, messageId, flag);
            });
        }

@EricGriffith
Copy link

Which version of Visual Studio are you using to compile the solution?

@Moriam
Copy link
Author

Moriam commented Apr 17, 2019

Visual Studio Community 2017 v. 15.9.9

@MohMehrnia
Copy link

MohMehrnia commented Oct 18, 2022

https://github.com/AIKICo/PDS.WITSMLstudio

this is my repository and is converted to dotnet 4.8(enjoy it!)
WITSML Server (ETP Server)
CONFIG IIS AND RUN IT
YOU CAN GENERATE DOCKER FILE
PRE:
MONOGODB (ANY VERSION)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants