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

using a parameter directive result in missing reference #87

Closed
kccarter76 opened this issue Aug 1, 2020 · 3 comments · May be fixed by #85
Closed

using a parameter directive result in missing reference #87

kccarter76 opened this issue Aug 1, 2020 · 3 comments · May be fixed by #85

Comments

@kccarter76
Copy link

kccarter76 commented Aug 1, 2020

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?)

@kccarter76 kccarter76 changed the title useing a parameter directive result in missing reference using a parameter directive result in missing reference 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
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
@mhutch
Copy link
Contributor

mhutch commented Dec 5, 2020

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.

@kccarter76
Copy link
Author

kccarter76 commented Dec 5, 2020 via email

@mhutch
Copy link
Contributor

mhutch commented Dec 7, 2020

Ok, if it doesn't apply to this version of the library I'll close the issue.

@mhutch mhutch closed this as completed Dec 7, 2020
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

Successfully merging a pull request may close this issue.

2 participants