Joshua Larkin

Results 24 comments of Joshua Larkin

Right, you can't directly reference the winmd. I think you need to project that type (`PreviewTeamDeviceCredentials`) to use it, like [this](https://github.com/microsoft/CsWinRT/blob/3dcca783730a0bbdba0ab7e52ba352fc6e4d3b95/src/Samples/NetProjectionSample/SimpleMathProjection/SimpleMathProjection.csproj#L20)

@techyrajeev I'm surprised this is not working on release. Check your VS build configuration and for each permutation (Debug|x64, Release|x64, Debug|x86, etc...) make sure things are matching up. If that's...

That is the correct way to generate a projection, you don't _have_ to make a separate projection.

That is strange, could you attach a binlog?