Reactivating the IntelliSense (Code Completion) after disabling Resharper
I recently installed the Resharper trail version.
When the trail version expires and does not complete the code statement, Visual Studio 2003 does not automatically shows the code completion options instead.
To reactivate the code completion – go to:
Tools mean -> Options -> Text Editor -> C#
and check the first three checkboxes on the right pane.
In .Net Framework 1.1 SP1, the server GC is supported for any type of application by setting the
<gcserver enabled="true"/>
setting in the applications configuration file
In 1.1 only ASP.NET and COM+ application used the Server GC by default. (on multi processors machines).
In 1.1 SP1, you can use the gcserver flag.
It is NOT recommended nor supported to implement your own host.