I have created a utility in C#, something basic. I have it running during an SCCM task sequence deployment. One of the first things it does (during the form load event) is query ldap. That portion of code is in a try block and an exception is caught and the error message displays, but the form never shows up. On my dev machine when there was an error I would get the message but the form would display afterward.
I have verified that all the dll's I'm calling are installed on the WinPE, has anyone done any .NET development for WinPE yet? This is WinPE 4.0 and I have installed .NET 4.0 and other software using the dism tool that comes with the Windows 8 ADK. Nothing much on the net yet since .NET support in WinPE is fairly new.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…