Options

Can't find references in SA but .DLL exists

TimVerversTimVervers Posts: 13 New member
edited July 31, 2015 2:40PM in SmartAssembly
Hello,

I'm currently trying out Smart Assembly for my Web project. I have several project references to it. The structure is something like :

Web project :
- logging reference
- HttpModule reference
- Logic reference
- Exception handeling reference
- Etc...

Every project reference is correctly found by SA, but no the HttpModule project. (See screenshot)

d2b260fba9fc238ebb36088de88cc0c4.png

Can I somehow change this list or add it so i can merge it?

Thanks,

Tim

Comments

  • Options
    Jessica RJessica R Posts: 1,319 Rose Gold 4
    Hi Tim,

    Thanks for your post!

    There are a few types of assemblies that SmartAssembly will not allow merging/embedding of:

    - DLLs containing a mixture of managed and unmanaged code.
    - Primary Interop Assemblies.
    - Any assembly signed using Microsoft's strong name key. (though there is a workaround for this case)

    It sounds like the HttpModule assembly is one that you've made though so the Microsoft strong name key case won't apply here, but can I please check--is it by any chance a Primary Interop Assembly or does it contain unmanaged code? If neither are the case though, would you be able to share the assembly with us so that we can understand why it's not showing up in the list? You can email it to support@red-gate.com with subject as #47246.

    Thank you!

    Jessica Ramos | Product Support Engineer | Redgate Software

    Have you visited our Help Center?


Sign In or Register to comment.