Starcounter / Home

Starcounter is an in-memory database application engine.
https://starcounter.io
27 stars 1 forks source link

System.ArgumentException #292

Closed jwillmer closed 6 years ago

jwillmer commented 7 years ago

System.ArgumentException: 'ScErrBadArguments (SCERR1001): One or more arguments was invalid. Types Namespace.Model and Namespace.Model are not compatible.

Namespace.Model is a replacement for the actual namespace and model. The content of Namespace.Model can varied.

Unfortunate I can't share my code but I can screen share to identify the problem.

miyconst commented 7 years ago

@jwillmer thank you for reporting the issue.

If I am not rebuilding the solution before I debug i get the following exception:

Do you mean that you have to rebuild solution regardless of changes? Even if you did not make any changes, solution rebuild is still required to debug. Is that correct?

Please try to run your apps without debugging, and then attach the debugger to sccode.exe process and see if it fails as well.

miyconst commented 6 years ago

Archiving as there is no response from @jwillmer.