Comments
7 comments
-
What .Net framework has your code been targetted for? Are you able to test by switching to a higher version?
-
It was built to target .Net 4.0 Client Profile, I have switched up to 4.5 and have the same issue.
I have also tried going the full profile, to no avail. -
Can you confirm this is perfectly standard Microsoft Framework- and not, for example mono please?
-
Also, please confirm if this is a run-time error or a (smartassembly) build time error
-
Runtime error when running the assembly built
-
OK- thanks. If you are using the merging or embedding features, please try without- this will probably work and then we can find out why its failing.
-
This is the perfectly standard .NET framework, and I have disabled the embedding/merging features, and it works! I just need to test it against every system we have in place then reconfirm.
Is it possible to obfuscate the other .dll's required by the program into a format that the core program will still be able to use?
Add comment
Please sign in to leave a comment.
Basically what is happening is a "System.TypeLoadException: Could not load type 'This.Service.API.UserNamePassValidator' from assembly 'This.Service'."
I am not sure as to why that would cause an error as the file itself does not call System.Reflection (I read that there are known issues between it and smart assembly).
I would appreciate any and all help. Thank you in advance