CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2006
    Posts
    7

    Still can't use dotnetchart

    Hi everyone,
    I post just to ask if anyone can help me use the dotnetcharting.winforms. I still get the error stating that

    "Could not load file or assembly "dllname" version = 1.4.0.1.1.111, culture=neuitral,
    publickey token =d8273827d872838 or one of its dependencies
    File can not be found"


    I tried dllimport("dotnetcharting.dll") and declared the methods I would use but still get that error

    Anyone please help!!!

  2. #2
    Join Date
    Sep 2006
    Posts
    7

    Re: Still can't use dotnetchart

    by the way the error is at "Application.Run(new Form1())"

  3. #3
    Join Date
    Sep 2006
    Posts
    7

    Re: Still can't use dotnetchart

    no one helps me

  4. #4
    Join Date
    Mar 2006
    Location
    Craiova, Romania
    Posts
    439

    Re: Still can't use dotnetchart

    Why do you use P/Invoke (DllImport) for a .NET assembly ?
    Make a reference to the .NETchart assembly. You can simply add the control to your toolbox.
    Last edited by creatorul; October 24th, 2006 at 05:33 AM.
    Bogdan

    If someone helped you then please Rate his post and mark the thread as Resolved
    Please improve your messages appearance by using tags [ code] Place your code here [ /code]

  5. #5
    Join Date
    Sep 2006
    Location
    Eastern, NC, USA
    Posts
    907

    Re: Still can't use dotnetchart

    Have you gone to www.dotnetcharting.com and checked out their support? They may have more info available specific to their product. Good luck!

    Pete

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured