[
  {
    "Id": "909882",
    "ThreadId": "394839",
    "Html": "\r\n<p>Hi,</p>\r\n<p>&nbsp;</p>\r\n<p>How can I embed the ionic dll into the exe?</p>\r\n<p>I have already looked at the &quot;Emebd DotNetZip into your application&quot;, however it seems to require a main class which I do not have.</p>\r\n<p>All I have is just a window application and a namespace.</p>\r\n<p>&nbsp;</p>\r\n<p></p>\r\n<pre>namespace myprogram\r\n{\r\npublic partial class Form1: Form\r\n{\r\n\r\npublic Form1()\r\n{ InitializeComponent(); }\r\n\r\nprivate void button1_click()\r\n{\r\n  //The rest of my program...\r\n}\r\n}\r\n}</pre>\r\n<p></p>\r\n<p>&nbsp;</p>\r\n<p>Anybody know how to fix it properly?</p>\r\n<p>&nbsp;</p>\r\n<p>Thanks.</p>\r\n",
    "PostedDate": "2012-09-07T22:57:57.127-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "910086",
    "ThreadId": "394839",
    "Html": "<p>Very simple with ILMerge.</p>",
    "PostedDate": "2012-09-08T19:07:27.1-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "910095",
    "ThreadId": "394839",
    "Html": "<p>No I tried that. Program will just crash.</p>",
    "PostedDate": "2012-09-08T21:55:01.853-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]