 |
|
|
Answering to your question an Add_In to merge different assemblies into one in VS2008 is feasible.
I will look into this and come up with the code asap.
RGDs Andrea 
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Is if we could build a Visual Studio add-in that allowed all of a project's dependent assemblies to be automatically ILMerged into a single output assembly.
Think that would even be possible?
“It behooves every man to remember that the work of the critic, is of altogether secondary importance, and that, in the end, progress is accomplished by the man who does things.”–Theodore Roosevelt
{o,o}.oO( Check out my blog! ) |)””’) http://pihole.org/ -”-”-
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Found the next best thing:
http://blogs.msdn.com/jomo_fisher/archive/2006/03/05/544144.aspx[^]
It's a quick hack that allows a project to be compiled and merged to a single assembly, based on dependent assemblies that have CopyTo true.
It would be nice if someone could make this into an actual add-in so it could be enabled with a simple flag right in the IDE, but this will abate me for now.
“It behooves every man to remember that the work of the critic, is of altogether secondary importance, and that, in the end, progress is accomplished by the man who does things.”–Theodore Roosevelt
{o,o}.oO( Check out my blog! ) |)””’) http://pihole.org/ -”-”-
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
Update: When saving, an xml file is created, but the tags are empty. So the problem is the saving, not the loading
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
I went looking for an update to Gilma which I have used for quite a while and ran across your version here. My main complaint about the original was the results message box which you added a scrollbar to...THANKS!!!! Love it!
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Why don't you merge your implementation with the sourceforge project? It would be cool to have all the stuff in a single place, and sourceforge provides a great hosting for open source projects, too.
Simone Busoli
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
A screen shot would be good idea to add to this article.
.net is a box of never ending treasures, every day I get find another gem.
|
| Sign In·View Thread·PermaLink | 3.67/5 (2 votes) |
|
|
|
 |
|
|
Excellent Tool!!!
I'm getting the following message when combining a C# exe and a C++ dll.
The assembly 'wqsa001' is not marked as containing only managed code. (Consider using the /zeroPeKind option -- but read the documentation first!)
How do I include the /zeroPeKind option. I've quickly looked through the source and it wasn't obvious to myself.
|
| Sign In·View Thread·PermaLink | 3.67/5 (2 votes) |
|
|
|
 |
|
|
Done In the project you can download the new one and check the ZeroPeKind checkbox if the sources are mixed (managed & unmanaged).
Other options are availabel, it is fairly simple to add the to the code. I will add others if someone ask me too.
Andrea Tuscano
|
| Sign In·View Thread·PermaLink | 3.67/5 (2 votes) |
|
|
|
 |
|
|
When I merge the first time it works, but if I try to merge again (without restarting the application) I get an exception.
Got the same error when I tried to create my own ILMerge GUI: An unhandled exception of type 'System.StackOverflowException' occurred in ILMerge.exe.
Anyone got a solution for this?
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
|
Unfourtinaly, i've been struggling with an answer for this since the beginning of march! I had to run it as a seperate process using the "Process" Object which sucks because it shows the ugly black cmd box.
Don't be overcome by evil, but overcome evil with good
|
| Sign In·View Thread·PermaLink | 5.00/5 (1 vote) |
|
|
|
 |
|
|
 |
|
|
Good job,
I like it more than NuGenUnify (no offense). More familiar look, no startup delay (8 seconds for NGU)...
Though I would really like if your app supports file drag-n-drop operations: it is simple to implement and improves usability a lot.
Anyway, useful utility.
Cheers, Oleg
|
| Sign In·View Thread·PermaLink | 4.20/5 (3 votes) |
|
|
|
 |
|
|
 |
|
|
 |
|
|
Removed startup delay, optimized threading and added drag-n-drop.
Thanks
- I often wonder if my nostrils are considered large
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |