am doing a dll in vc++ for blocking ports(like tcp sniffer).while blocking udp port in local machine its works fine.while am taking remote computer from my my system its raises on exception
"system.NullReferenceException'occurred in system.windows.forms.dll"
i incorporated the dll in c# application.please give your suggestion