-
Notifications
You must be signed in to change notification settings - Fork 105
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
using a parameter directive result in missing reference #87
Comments
kccarter76
added a commit
to SubSonic-Core/SubSonic.Core.TextTemplating
that referenced
this issue
Aug 1, 2020
kccarter76
added a commit
to SubSonic-Core/SubSonic.Core.TextTemplating
that referenced
this issue
Aug 1, 2020
kccarter76
added a commit
to SubSonic-Core/SubSonic.Core.TextTemplating
that referenced
this issue
Aug 1, 2020
kccarter76
added a commit
to SubSonic-Core/SubSonic.Core.TextTemplating
that referenced
this issue
Aug 1, 2020
…et core runtime, one need to account for the runtime
Do you have a repro for this? From the linked commits it looks like this is related to generating/compiling on one runtime and running on another. |
This is in my fork of the mono library
…On Sat, Dec 5, 2020 at 12:30 AM Mikayla Hutchinson ***@***.***> wrote:
Do you have a repro for this? From the linked commits it looks like this
is related to generating/compiling on one runtime and running on another.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#87 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMSD6WLPVIONPPBISXGSMDSTHOQ7ANCNFSM4PR5SPXA>
.
|
Ok, if it doesn't apply to this version of the library I'll close the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The type 'CompilerErrorCollection' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.CodeDom, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
The type or namespace name 'Messaging' does not exist in the namespace 'System.Runtime.Remoting' (are you missing an assembly reference?)
The text was updated successfully, but these errors were encountered: