deploy WindowsForms application built using the Syncfusion components?

The following knowledge base article says to do two things in order to deploy for WinForms: a) set the assembly references to Copy Local and b) Check that the licenses.licx file listed in the project has its 'Build Action' property to be 'Embedded Resource'.

http://www.syncfusion.com/support/kb/studio/Default.aspx?ToDo=view&questId=40


Part B is not possible for me. Although I do have the licenses.licx file, and have been able to use the product for development purposes, the licenses.licx file does not appear in the project. Even if I try to “add existing item” to the project and choose the existing file, it won’t show up in solution explorer.

So, my question is: *How* do you check that the licenses.licx file has its Build Action set to Embedded Resource?

Hui



1 Reply

AD Administrator Syncfusion Team December 7, 2006 06:38 AM UTC

Hi Hui,

Please try the following steps to resolve the issue.

1) To appear the "licenses.licx" file in your project, you can click the Show All Files button in the Solution Explorer window.
2) Click the "licenses.licx" file in your project.
3) Change the the licenses.licx file's 'Build Action' property to be 'Embedded' in the property window.

Best Regards,
Haneef

Loader.
Up arrow icon