Unmangle DLL name in DotNetNuke
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I'm trying to compile a module that I've written for DotNetNuke. (Actual I have compiled it without problem.) When I generate the web site the DLL for that module has a wacky mangled name. Is there anyway to tell the compiler (VS2005) what the name of the DLL should be for a module that you are compiling? (For any cs or vb file that you're compling...) Thanks