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

Errors in building PDS.WITSMLstudio.Core project #10

Open
xtwang18 opened this issue Oct 17, 2019 · 1 comment
Open

Errors in building PDS.WITSMLstudio.Core project #10

xtwang18 opened this issue Oct 17, 2019 · 1 comment

Comments

@xtwang18
Copy link

Environment:
——————————————————————
Win7 Professional Service Pack 1, 64 bit;
Visual Studio 2017, 15.9.7
pds-technology/witsml version : Jun. 5,2019
——————————————————————
PROBLEM 1:
One error was found in witsml-master\src\Core\Connections\ConnectionExtensions.cs when I tried to build PDS.WITSMLstudio.Core project, details are as following:

if (!string.IsNullOrWhiteSpace(connection.EtpCompression))
 {
        client.SetSupportedCompression(connection.EtpCompression);//Line 137, error here
 }

Error details:
“IEtpClient”(the type of client) doesn't have any method called “SetSupportedCompression” .
then , I went to check the interface IEtpClient existed in \witsml-master\ext\etp-devkit\src\DevKit\Common\IEtpClient.cs, it has four methods except the above one: SetProxy, IsOpen, Open, and OpenAsync.

PROBLEM 2:
Error in witsml-master\src\Store.Core\Providers\Discovery\Discovery12StoreProvider.cs Line 50
protected override void HandleGetTreeResources(ProtocolEventArgs<GetTreeResources, IList<Resource>> args)
Error details:
“Discovery12StoreProvider.HandleGetTreeResources(ProtocolEventArgs<GetTreeResources, IList>)”: no proper method found in DiscoveryStoreHandler to override.
There is no method named HanleGetTreeResources in DiscoveryStoreHandler(witsml-master\ext\etp-devkit\src\DevKit\v12\Protocol\Discovery\DiscoveryStoreHandler.cs) .

@MohMehrnia
Copy link

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)

I AM NEW IN WITSML NOT PROGRAMMING :D

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

2 participants