Could not find a base address that matches scheme http for the endpoint with binding BasicHttpBinding. Registered base address schemes are [].
int? i = 5; Type t = i.GetType(); Console.WriteLine(t.FullName); //"System.Int32"
[System.ComponentModel.DesignerCategory("Code")] public class ...
using System.ComponentModel; [DesignerCategory("Code")] public class ...