Skip to content

can't connect the plugin to solidworks #124

@Idok91

Description

@Idok91

when i open solidworks an exception thrown:
System.Reflection.ReflectionTypeLoadException: 'Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.'
it comes from this line:
ass.GetTypes().Where(p => type.IsAssignableFrom(p) && p.IsClass && !p.IsAbstract).ToList().ForEach(p =>
{
// Create SolidDna plugin class instance
var inter = Activator.CreateInstance(p) as ISolidPlugIn;
assemblies.Add(inter);
});

image

thank you in advance for helping!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions