| Author |
Topic:
Decal takes forever to load
[Locked] |
Yula_the_Mighty
Title: Lore Master
Posts: 235
Registered: 2004-1-25 06:01:16
|
Date Posted:
1/1/00 12:00am
Subject:
Decal takes forever to load
|
Drakier posted:
doesn't the .NET Framework eventually unload itself after a while if no .NET resources are utilizing it?
I believe so. I think this is why you have to get a different piece of code to fire off during system startup.
|
Yula_the_Mighty
Title: Lore Master
Posts: 235
Registered: 2004-1-25 06:01:16
|
Date Posted:
1/1/00 12:00am
Subject:
Decal takes forever to load
|
Drakier posted:
Yula: I think Haz meant a System Service which utilizes .NET... (as dangerous as that sounds)
/e peers at the articles again.
You are right. .NET only loads when an application is started that needs the framework. .NET will unload soon after the last .NET application terminates.
So if you want to get .NET running during system startup and stay running, you have to create a .NET service. The references point to developer information on how to create, install, setup such a service so that will being running during system startup.
Double Ugh!
|