|
-
May 4th, 2003, 07:06 AM
#1
Thread Starter
Junior Member
VB Class Library Project and Multiple Instances
Hi,
i´m new to .Net and so i have this problem. I have a Class Library Project and ASP.Net.
My Prob:
Every Internet User uses the same Instance of the VB Project ????
Example:
User1: click ASP Page and uses a instance of the VB Project, the VB Project opens data from ADO
User2: makes the same and i get for example the error, that the database is already opened
=> so i tested it, and both users use the same instance of the VB Project.
How can i disable this ?
In VB6 an ActiveX DLL always is a new instance and so you have no problem.
Thanx in advance
Oliver
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
|