The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
After installing the trial software, I created a windows forms test project. I have the Syncfusion group on my toolbar. I drag an ComboBoxAutoComplete control onto the form, and then attempt to compile the project. I get this error:
"The type or namespace name ''Windows'' does not exist in the class or namespace ''Test.Syncfusion'' (are you missing an assembly reference?)"
The line of code in question is generated by the designer:
private Syncfusion.Windows.Forms.Tools.ComboBoxAutoComplete comboBoxAutoComplete1;
I''ve tried rerunning the Assembly Manager utility, but that doesn''t fix the problem. Any ideas?
ADAdministrator Syncfusion Team June 27, 2005 11:01 AM UTC
Charlie,
please check if the Syncfusion assemblies are referenced in your project (Syncfusion.Base.Shared, Syncfusion.Windows.Shared, Syncfusion.Base.Tools and Syncfusion.Windows.Tools).
The references should have automatically been created the moment you drag the control onto your form. Not sure why that did not happen.
Stefan
>After installing the trial software, I created a windows forms test project. I have the Syncfusion group on my toolbar. I drag an ComboBoxAutoComplete control onto the form, and then attempt to compile the project. I get this error:
>
>"The type or namespace name ''Windows'' does not exist in the class or namespace ''Test.Syncfusion'' (are you missing an assembly reference?)"
>
>The line of code in question is generated by the designer:
>
>private Syncfusion.Windows.Forms.Tools.ComboBoxAutoComplete comboBoxAutoComplete1;
>
>I''ve tried rerunning the Assembly Manager utility, but that doesn''t fix the problem. Any ideas?