TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
karthic mohandhoss
NA
3
0
To improve performance
Mar 9 2009 2:22 AM
I have C# dll and register in my computer successfully. I used that dll in web application and every time when user have to create object and destroy object. The problem is if there is more user to access that assembly.It gets slow.How do I solve.In c# we are using the following code to open
public Microsoft.Office.Interop.Word.ApplicationClass appWord;
appWord.Documents.Open(ref file, ref nullobj, ref nullobj, ref nullobj,
ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj,
ref oFalse, ref nullobj, ref nullobj, ref nullobj, ref nullobj);
your help is need full.
Reply
Answers (
3
)
Reg : Using Dropdown in Vb.net
how to set the keyboard focus on a process starting with process.start()