|
-
Jan 11th, 2008, 04:06 AM
#1
Thread Starter
Junior Member
[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
-
Jan 11th, 2008, 09:35 PM
#2
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.
-
Jan 12th, 2008, 02:55 AM
#3
Thread Starter
Junior Member
Re: [2005]
 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
-
Jan 12th, 2008, 06:23 AM
#4
Re: [2005]
 Originally Posted by Mayukh
By the way what is black box
It is just an expression indicating something that is not known.
-
Jan 12th, 2008, 06:40 AM
#5
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|