Results 1 to 5 of 5

Thread: [2005]

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2007
    Location
    Kolkata. India
    Posts
    25

    [2005]

    Hi

    I have created DLL using VB.net.
    This class contains a Class, and a Form.

    The problem is that for the first time whenever it is being called , it's taking too much time to show the result. But next consecutive calls it not taking too much as before.

    So what i have done that, add this one into global assembly cache (GAC).
    But it still giving same problems.

    Same problem i have faced with Crystal Reprort. For the first time it will take to much time to load his all the DLLs.

    Any one can help me .


    Thankx in advance

    Mayukh

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005]

    Presumably you are doing something that takes a long time that doesn't need to be done more than once, so each subsequent operation is faster because the lengthy part is already done. More than that is impossible to say with absolutely no knowledge of your project. How can we tell you how to make a black box work faster?

    Also, please provide descriptive titles for your threads in future.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Aug 2007
    Location
    Kolkata. India
    Posts
    25

    Re: [2005]

    Quote Originally Posted by jmcilhinney
    Presumably you are doing something that takes a long time that doesn't need to be done more than once, so each subsequent operation is faster because the lengthy part is already done. More than that is impossible to say with absolutely no knowledge of your project. How can we tell you how to make a black box work faster?

    Also, please provide descriptive titles for your threads in future.
    Hi

    We have a Dll that will help in our project to take print out (DOS/Windows).
    This dll contains one class and one form only for preview in Datagrid View


    Every time all lines of code are executed. There is no question of skiping some part of it for the next call.

    Again we are creating a new instance every time for each report.

    Then why it is taking too much time for the first call.

    Wating for your reply

    By the way what is black box

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: [2005]

    Quote Originally Posted by Mayukh
    By the way what is black box
    It is just an expression indicating something that is not known.

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005]

    To us, your application is a black box. We know it does something but we have no idea how it works inside. With no ides how it does what it does, there's no way for us to tell you how to make it do it better or faster.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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