syncfusion dll reference problem

  • Thread starter Thread starter ksskumar2000
  • Start date Start date
K

ksskumar2000

Hi,

Even I referred Syncfusion.Tools.dll in my project, while I compiling I
got the following error message.

'AnimationDelayInMilliSeconds' is declared in project
'Syncfusion.Tools.dll', which is not referenced by project
'Inventory.WinApp.dll'.

What could be the problem?

kumar
 
It's difficult to say but it could be a versioning problem Syncfusion
provides several versions side by side and you have an Assembly Manager tool
to set the active one. Also, I think that you should not add a reference of
Syncfusion.Tools.dll to your project by hand. You right-click in the
Toolbox, select Add/Remove Items..., you select the Syncfusion control, and
when you add it to your form, it will add automatically the needed
references to your project.

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top