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

Something went wrong #218

Closed
chuxiaaaa opened this issue Feb 7, 2023 · 1 comment
Closed

Something went wrong #218

chuxiaaaa opened this issue Feb 7, 2023 · 1 comment

Comments

@chuxiaaaa
Copy link

chuxiaaaa commented Feb 7, 2023

Error:
RunIlAsm: Something went wrong. We can't find '1' exports from PE32/PE32+ module 'C:\Users\Administrator\source\repos\OAZCSharpSdk\OAZCSharpSdk\bin\Debug\OAZCSharpSdk.dll': AppInfo

    public static class Exports
    {
        private static OAZPlugin plugin { get; set; }

        [DllExport]
        public static string AppInfo()
        {
            plugin = Program.Main(null);
            var appObj = new
            {
                name = plugin.Name,
                author = plugin.Author,
                description = plugin.Description,
                version = plugin.Version,
                skey = plugin.Skey,
                sdk = plugin.Sdk,
            };
            return appObj.JsonSerialize();
        }
    }
@chuxiaaaa chuxiaaaa added the bug label Feb 7, 2023
@3F
Copy link
Owner

3F commented Feb 13, 2023 via email

@3F 3F added duplicate and removed bug labels Jun 5, 2024
@3F 3F closed this as completed Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants