alonweiss

Results 2 comments of alonweiss

I encountered the same problem , but was able to circumvent it by creating an Import library that contains a single file containing: namespace System { public class Attribute {...

You need 3 projects: 1. Import library Project named "AttributeImportLibrary", with one file that contains the code i wrote above: using System; namespace System { public class Attribute { }...