Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- Listview filtering
- TCPIP
- ListView.build
- flutter tcpip client
- c
- dart:io
- flutter tcpip server
- AlertDialog
- array
- peaks
- ubuntu 19 한글 입력
- debugShowCheckedModeBanner
- flutter
- showDialog
- flutter button
- Properties.Settings.Default
- debug banner
- Server
Archives
- Today
- Total
Louie De Janeiru
C# using System.Messaging 본문
한참을 해메었다.
아래 링크대로 하니 된다.
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 |