I have been trying to convert a DLL to XSD using XSD.exe.
I am using the command
xsd.exe $(BinDir)$(TargetName).dll /outputdir:$(ItemDir) /type:$(ItemFileName)
and I am always receiving the message
Warning: cannot generate schemas because no suitable types were found.
Anyone can help me?