Louie De Janeiru

C# using System.Messaging 본문

Utils

C# using System.Messaging

Louiey 2017. 11. 6. 19:04

한참을 해메었다.

아래 링크대로 하니 된다.


https://bytes.com/topic/c-sharp/answers/240471-system-messaging


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Hello everyone
I'm trying to use the namespace using System.Messaging. My Visual Studio.Net
could not recognize this namespace. Should I have to install a plug in or
what should I do to have this piece of demo works


==>

Hi,

You have to add a reference to it:
From menu:
Project/Add reference and search System.Messaging.dll in the list

You can do a similar thing using Right click over "References" in the
project explorer

Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++

'Utils' 카테고리의 다른 글

VCP Open Error in C#  (0) 2017.11.07
STM32F CDC driver  (0) 2017.11.07
C-code 정렬  (0) 2017.08.25
EXCEL - 다른 sheet에 있는 셀의 값을 평균/MAX/MIN 취하기  (0) 2017.06.29
c# 스크린 캡쳐하기  (0) 2017.06.27