Skip to content
This repository was archived by the owner on Jan 27, 2019. It is now read-only.

compile error #1

Closed
manojdjoshi opened this issue Mar 29, 2014 · 2 comments
Closed

compile error #1

manojdjoshi opened this issue Mar 29, 2014 · 2 comments

Comments

@manojdjoshi
Copy link

hi sir
error on compile
Error 9 Missing compiler required member 'System.Runtime.CompilerServices.ExtensionAttribute..ctor' J:\ConfuserEx\ConfuserEx\Confuser.Core\CSC Confuser.Core

@ghost
Copy link

ghost commented Mar 29, 2014

Search (ExtensionAttribute) change modifier to public.

@manojdjoshi
Copy link
Author

thanks bprg1
my problem solved
change in ExtensionAttribute.cs
sealed class ExtensionAttribute : Attribute
to
public sealed class ExtensionAttribute : Attribute

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant