Skip to content

Commit

Permalink
Move GXDynamicCall project to dotnetcommon and add it to the general …
Browse files Browse the repository at this point in the history
…solution.
  • Loading branch information
claudiamurialdo committed Apr 26, 2022
1 parent 4418e0f commit c0916cd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions dotnet/DotNetStandardClasses.sln
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GxXsl", "src\dotnetcore\GxXsl\GxXsl.csproj", "{30E7E437-F9B0-42B8-9144-A8E8F972B462}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GXDynamicCall", "src\dotnetcommon\GXDynamicCall\GXDynamicCall.csproj", "{621AE146-0AF9-4963-90B7-B58BA5D3EBEA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -462,6 +464,10 @@ Global
{30E7E437-F9B0-42B8-9144-A8E8F972B462}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30E7E437-F9B0-42B8-9144-A8E8F972B462}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30E7E437-F9B0-42B8-9144-A8E8F972B462}.Release|Any CPU.Build.0 = Release|Any CPU
{621AE146-0AF9-4963-90B7-B58BA5D3EBEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{621AE146-0AF9-4963-90B7-B58BA5D3EBEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{621AE146-0AF9-4963-90B7-B58BA5D3EBEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{621AE146-0AF9-4963-90B7-B58BA5D3EBEA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -552,6 +558,7 @@ Global
{B59F76D8-FDB2-4F51-89DB-F15E9BDFF1DC} = {420E8A4A-11D9-42E9-BFB7-4325EA7330B8}
{D97E17A4-C945-4BF3-957E-F73142C4C6D0} = {947E032A-C385-4586-96E3-FC7D2767F082}
{30E7E437-F9B0-42B8-9144-A8E8F972B462} = {2261B65E-3757-4E5B-9DCD-EAE8D1E236A3}
{621AE146-0AF9-4963-90B7-B58BA5D3EBEA} = {F1E13DF4-9F50-41A2-9DC3-04B673B21032}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E18684C9-7D76-45CD-BF24-E3944B7F174C}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public object Execute(ref IList<object> parameters, GxDynCallMethodConf methodco
}
else
{
GXUtil.ErrorToMessages("NullInstance Error", "You must invoke create method before execute a non static one", (GXBaseCollection<SdtMessages_Message>)errors);
GXUtil.ErrorToMessages("NullInstance Error", "You must invoke create method before executing a non-static one", (GXBaseCollection<SdtMessages_Message>)errors);
}
}
else
Expand Down

0 comments on commit c0916cd

Please sign in to comment.