Click here to Skip to main content
15,912,285 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionI created org chart using trial version, it is running only in localhost. If i want to run IIS it is giving message like u have to purchase and i am not able to view that chart. Is there any alternation solution to view that chart and run in Server [ Pin
sr1599-Sep-10 1:00
sr1599-Sep-10 1:00 
AnswerRe: I created org chart using trial version, it is running only in localhost. If i want to run IIS it is giving message like u have to purchase and i am not able to view that chart. Is there any alternation solution to view that chart and run in Serv Pin
fjdiewornncalwe9-Sep-10 1:22
professionalfjdiewornncalwe9-Sep-10 1:22 
AnswerRe: I created org chart using trial version, it is running only in localhost. If i want to run IIS it is giving message like u have to purchase and i am not able to view that chart. Is there any alternation solution to view that chart and run in Serv Pin
Pete O'Hanlon9-Sep-10 1:38
mvePete O'Hanlon9-Sep-10 1:38 
AnswerRe: I created org chart using trial version, it is running only in localhost. If i want to run IIS it is giving message like u have to purchase and i am not able to view that chart. Is there any alternation solution to view that chart and run in Serv Pin
Dave Kreskowiak9-Sep-10 3:51
mveDave Kreskowiak9-Sep-10 3:51 
GeneralRe: I created org chart using trial version, it is running only in localhost. If i want to run IIS it is giving message like u have to purchase and i am not able to view that chart. Is there any alternation solution to view that chart and run in Serv Pin
fjdiewornncalwe9-Sep-10 7:29
professionalfjdiewornncalwe9-Sep-10 7:29 
GeneralRe: I created org chart using trial version, it is running only in localhost... Pin
Kunal Chowdhury «IN»10-Sep-10 17:12
professionalKunal Chowdhury «IN»10-Sep-10 17:12 
QuestionOdd problem with UDPClient [modified] - Solved Pin
Peter R. Fletcher8-Sep-10 9:17
Peter R. Fletcher8-Sep-10 9:17 
AnswerRe: Odd problem with UDPClient Pin
Luc Pattyn8-Sep-10 9:32
sitebuilderLuc Pattyn8-Sep-10 9:32 
Hi Peter,

1.
the blank pages are a known problem, the powers that be are working hard to get it fixed.

2.
I think you have some threading problems. Here are two things I don't like at all:

2a.
Sub ReceiveMessages() is creating and launching a thread that executes ReceiveMessages(). So you seem to want the code to run repetitively, however instead of using a loop, you create a new thread all the time?

2b.
Application.DoEvents() is evil; when used, AFAIK it should be called only by the main thread, not by any other thread. And I don't think you need it at all.

3.
It is not obvious to me how you intend on using all the code shown, as it consists of subs only. If you need further help, I suggest you explain it a bit more and indicate how/where/when something gets called (e.g. ReceiveMessages() is called from the main form's constructor; or from a button_clicked handler; ...)

Hope this helps.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


GeneralRe: Odd problem with UDPClient Pin
Peter R. Fletcher8-Sep-10 10:20
Peter R. Fletcher8-Sep-10 10:20 
GeneralRe: Odd problem with UDPClient Pin
Luc Pattyn8-Sep-10 10:53
sitebuilderLuc Pattyn8-Sep-10 10:53 
GeneralRe: Odd problem with UDPClient Pin
Peter R. Fletcher9-Sep-10 10:44
Peter R. Fletcher9-Sep-10 10:44 
GeneralRe: Odd problem with UDPClient Pin
Luc Pattyn9-Sep-10 10:59
sitebuilderLuc Pattyn9-Sep-10 10:59 
GeneralRe: Odd problem with UDPClient Pin
Peter R. Fletcher13-Sep-10 4:51
Peter R. Fletcher13-Sep-10 4:51 
QuestionAdding different contorl( combox, textbox) in a single coloumn of datagirdview (window) Pin
shahabsuhail7-Sep-10 22:56
shahabsuhail7-Sep-10 22:56 
AnswerRe: Adding different contorl( combox, textbox) in a single coloumn of datagirdview (window) Pin
Dave Kreskowiak8-Sep-10 4:18
mveDave Kreskowiak8-Sep-10 4:18 
Questionapplication path Pin
Jefry boycot7-Sep-10 4:59
Jefry boycot7-Sep-10 4:59 
AnswerRe: application path Pin
The Man from U.N.C.L.E.7-Sep-10 6:34
The Man from U.N.C.L.E.7-Sep-10 6:34 
AnswerRe: application path Pin
RaviRanjanKr15-Dec-10 5:25
professionalRaviRanjanKr15-Dec-10 5:25 
QuestionHow does Application.DoEvents work? Pin
MicroVirus7-Sep-10 2:44
MicroVirus7-Sep-10 2:44 
AnswerRe: How does Application.DoEvents work? Pin
Luc Pattyn7-Sep-10 3:17
sitebuilderLuc Pattyn7-Sep-10 3:17 
GeneralRe: How does Application.DoEvents work? Pin
MicroVirus7-Sep-10 9:25
MicroVirus7-Sep-10 9:25 
AnswerRe: How does Application.DoEvents work? Pin
Johann Gerell8-Sep-10 2:41
Johann Gerell8-Sep-10 2:41 
GeneralRe: How does Application.DoEvents work? Pin
Luc Pattyn8-Sep-10 2:45
sitebuilderLuc Pattyn8-Sep-10 2:45 
GeneralRe: How does Application.DoEvents work? Pin
Spectre_0018-Sep-10 4:18
Spectre_0018-Sep-10 4:18 
GeneralRe: How does Application.DoEvents work? Pin
Luc Pattyn8-Sep-10 4:30
sitebuilderLuc Pattyn8-Sep-10 4:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.