I have migrated someone else project from windows-legacy(4.6.1) to windows(.net6) , but after solving many issues im stuck on this last section of error that is confusing to me and don’t share clear pitcure of whats exactly is wrong
I’m getting new same error with different workflow on each run
here are current 5 error (means i have debugged or run the process 5 times to get this 5 errors, if i run more times it will probably bring new erros on each run )
'Contract_Type': member names cannot be the same as their enclosing type
'Mobile_No': member names cannot be the same as their enclosing type
'Work_Schedule': member names cannot be the same as their enclosing type
'Contract_Type': member names cannot be the same as their enclosing type // some are repetative like this
'Work_Schedule': member names cannot be the same as their enclosing type // and like this one too
i have gone through some of the answer to this same issue like this forum post or this SO post
as far the understating i able to understand what the SO post was trying to say but as its for C# and not in particularly to UiPath workflow like environment and flows, I’m stuck
and for the forum post i tried to change the main sequence name of the same workflows that has the same name , but this dosent seems to work then i see this answer from forum on the same post , but to be honest im not finding each datatype name in the seach pannel , there are lots of datatypes and lots of workflows to
here is the glimpse of the logs file , as I’m not sure how much part of the the log should i share I’m sharing the part which has the error mentioned
CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at System.Net.HttpWebRequest.SendRequest(Boolean async)
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at RestSharp.Http.GetRawResponseAsync(IAsyncResult result, Action`1 callback)
at RestSharp.Http.ResponseCallback(IAsyncResult result, Action`1 callback)
--- End of inner exception stack trace ---
at UiPath.RestAPI.RestApi.MakeRequestAsync(HTTPMethod action, String resource, IEnumerable`1 parameters, CancellationToken cancellationToken)
at UiPath.RestAPI.RestApi.ExecuteRequestAsync(HTTPMethod action, IConnectionSettings settings, String resourcesPartialUrl, IEnumerable`1 parameters, CancellationToken cancellationToken)
at UiPath.Studio.Orchestrator.Folders.Services.RefreshFoldersJobExecutor.GetResources[T](String resourcesPartialUrl), HResult -2146233088
10:27:48.2320 => [WARN] [UiPath.Studio] [86] Feed D:\Office Work Folder\Monish (Forum) has been disabled. Reason: Path D:\Office Work Folder\Monish (Forum) is unreachable
10:29:48.2369 => [WARN] [UiPath.Studio] [26] Feed D:\Office Work Folder\Monish (Forum) has been disabled. Reason: Path D:\Office Work Folder\Monish (Forum) is unreachable
10:31:48.2385 => [WARN] [UiPath.Studio] [113] Feed D:\Office Work Folder\Monish (Forum) has been disabled. Reason: Path D:\Office Work Folder\Monish (Forum) is unreachable
10:32:23.8863 => [WARN] [UiPath.Studio] [1] GetCompilableWorkflows: allWfCount = 40, normalizedDistinctWfCount = 39
10:32:35.7885 => [ERROR] [UiPath.Studio.App.Logging.OutputLogger] [106] Unexpected error has occurred during the library compilation process:
The assembly compilation returned the following errors:
* (1,596): error CS0542: 'Mobile_No': member names cannot be the same as their enclosing type
10:32:35.7887 => [ERROR] [UiPath.Studio] [106] Unexpected error has occurred during the library compilation process:
The assembly compilation returned the following errors:
* (1,596): error CS0542: 'Mobile_No': member names cannot be the same as their enclosing type
10:32:56.5156 => [WARN] [UiPath.Studio] [1] GetCompilableWorkflows: allWfCount = 40, normalizedDistinctWfCount = 39
10:33:11.3037 => [ERROR] [UiPath.Studio.App.Logging.OutputLogger] [95] Unexpected error has occurred during the library compilation process:
The assembly compilation returned the following errors:
* (1,624): error CS0542: 'Contract_Type': member names cannot be the same as their enclosing type
10:33:11.3044 => [ERROR] [UiPath.Studio] [95] Unexpected error has occurred during the library compilation process:
The assembly compilation returned the following errors:
* (1,624): error CS0542: 'Contract_Type': member names cannot be the same as their enclosing type
10:33:24.2637 => [WARN] [UiPath.Studio] [1] GetCompilableWorkflows: allWfCount = 40, normalizedDistinctWfCount = 39
10:33:36.5460 => [ERROR] [UiPath.Studio.App.Logging.OutputLogger] [70] Unexpected error has occurred during the library compilation process:
The assembly compilation returned the following errors:
* (1,598): error CS0542: 'Work_Schedule': member names cannot be the same as their enclosing type
10:33:36.5464 => [ERROR] [UiPath.Studio] [70] Unexpected error has occurred during the library compilation process:
The assembly compilation returned the following errors:
* (1,598): error CS0542: 'Work_Schedule': member names cannot be the same as their enclosing type
10:33:42.2450 => [WARN] [UiPath.Studio] [1] GetCompilableWorkflows: allWfCount = 40, normalizedDistinctWfCount = 39
10:33:48.2347 => [WARN] [UiPath.Studio] [106] Feed D:\Office Work Folder\Monish (Forum) has been disabled. Reason: Path D:\Office Work Folder\Monish (Forum) is unreachable
10:33:57.0258 => [ERROR] [UiPath.Studio.App.Logging.OutputLogger] [76] Unexpected error has occurred during the library compilation process:
The assembly compilation returned the following errors:
* (1,617): error CS0542: 'Contract_Type': member names cannot be the same as their enclosing type
10:33:57.0263 => [ERROR] [UiPath.Studio] [76] Unexpected error has occurred during the library compilation process:
The assembly compilation returned the following errors:
* (1,617): error CS0542: 'Contract_Type': member names cannot be the same as their enclosing type