AD
Administrator
Syncfusion Team
September 25, 2003 04:31 PM UTC
Hi Paul,
Please add the following attributes to your AssemblyInfo.cs file:
[assembly: AssemblyDefaultAliasAttribute("Syncfusion.Edit")]
set the information version to be 1.6.2.0 (or whatever version you are currently using)
[assembly: AssemblyInformationalVersionAttribute("1.6.2.0")]
One possible reason for assembly's GetManifestResourceStream() method returning a null is because you have changed the namespace from Syncfusion.Windows.Forms.Edit.EditControl to Bam.Syncfusion.Windows.Forms.Edit.EditControl and hence the control is unable to find the required assemblies. Please change it back to Syncfusion.Windows.Forms.Edit.EditControl. Let us know how this goes.
Regards,
Guru Patwal.