.Net 1.1 and MinLogon

S

steve

I need to include the .Net Framework 1.1 in my image as well as the MinLogon
component. Although, the .Net Framework 1.1 has a dependency on WinLogon
(standard) which also brings in Session Manager which conflicts with
MinLogon. Is there a way to just include the .Net Framework 1.1 with out
including the WinLogon (standard) component? Thanks.
 
K

KM

steve,

You can read this:
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=887556E9-DA49-45F
9-B1B6-06E4E5AFCD37%40microsoft.com&rnum=1&prev=/groups%3Fq%3D.Net%2B1.1%2Bs
ecurity%2BWinlogon%2Bgroup:microsoft.public.windowsxp.embedded.*%26hl%3Den%2
6lr%3D%26ie%3DUTF-8%26group%3Dmicrosoft.public.windowsxp.embedded.*%26selm%3
D887556E9-DA49-45F9-B1B6-06E4E5AFCD37%2540microsoft.com%26rnum%3D1

Here is a quote from Andy Allred [MS]: ".Net Framework requires the security
features provided by Winlogon. Using
Minlogon w/ Netfx will result in gacutil errors among other things.".
 
H

Harsh Shah [MS]

You can add .NET Framework in TD configuration and then do the dependency
check. Once the dependency check is over, you should get a few errors and
hence tasks. One of the task should be to choose Session Manger. If you
double click on that you should get two options - WinLogOn and MinLogon.
Choose MinLogon and run the dependency check again. Do you get to choose
Session Manger after dep check?
 
H

Harsh Shah [MS]

Disregard my earlier message. KM is right. Using MinLogon with .NET
framework will result in REGASM and GACUTIL errors. You must use Winlogon
when you are using .NET framework. We do not recommend and/or support Netfx
w/ MinLogon.

Thanks!
- Harsh.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top