CosmosOS / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
https://www.goCosmos.org
BSD 3-Clause "New" or "Revised" License
2.93k stars 552 forks source link

Using Windows Driver Kit makes Boot Properties undisplayable #469

Closed cjhannah closed 7 years ago

cjhannah commented 8 years ago

You will get an error message if you have the Windows Driver Kit installed and try to edit Boot Properties, basically making Cosmos unusable.

fanoI commented 8 years ago

But what is Windows Driver Kit?

cjhannah commented 8 years ago

It's a kit from Microsoft for developing kernel-level or user-mode drivers.

fanoI commented 8 years ago

Hmm so it seems we have a conflict with another Visual Studio extension! What is the error?

cjhannah commented 8 years ago

In RegexReplace it screws up with Debug|AllCpu or something like that. If you google it, it's happened with other projects too

fanoI commented 8 years ago

I'm asking myself at this point if it is a problem of this Visual Studio Extension and so they should solve the problem...

lcnvdl commented 7 years ago

I'm having the same problem. Is there any solution ?

fanoI commented 7 years ago

@cjhannah can you share the link to Google in which this problem happened to other projects too?

This is the WDF github: https://github.com/Microsoft/Windows-driver-frameworks and if it is their bug is there that the issue should be opened but first we must be sure that is not some our weird problem.

jp2masa commented 7 years ago

We'll be moving to CPS soon, and this bug seems to be fixed anyway, so I'm closing this.