Click here to Skip to main content
15,927,592 members
Home / Discussions / C#
   

C#

 
AnswerRe: Read from serial port with RFID kit Pin
Tyler4513-Nov-05 21:06
Tyler4513-Nov-05 21:06 
Questionhow to load dynamic module Pin
ZainAMJ13-Nov-05 19:02
ZainAMJ13-Nov-05 19:02 
QuestionHow to Download a file from a remote FTP server Pin
v.k.s13-Nov-05 17:45
v.k.s13-Nov-05 17:45 
AnswerRe: How to Download a file from a remote server Pin
Dave Kreskowiak13-Nov-05 17:53
mveDave Kreskowiak13-Nov-05 17:53 
QuestionHow do I update *.resx files at runtime? Pin
rudy.net13-Nov-05 16:58
rudy.net13-Nov-05 16:58 
AnswerRe: How do I update *.resx files at runtime? Pin
Christian Graus14-Nov-05 10:08
protectorChristian Graus14-Nov-05 10:08 
GeneralRe: How do I update *.resx files at runtime? Pin
rudy.net14-Nov-05 10:36
rudy.net14-Nov-05 10:36 
GeneralRe: How do I update *.resx files at runtime? Pin
Christian Graus14-Nov-05 10:38
protectorChristian Graus14-Nov-05 10:38 
GeneralRe: How do I update *.resx files at design time? Pin
rudy.net14-Nov-05 10:52
rudy.net14-Nov-05 10:52 
QuestionHow to call C# Methods in a Stored Procedure or a SQL Function? Pin
pubududilena13-Nov-05 16:41
pubududilena13-Nov-05 16:41 
AnswerRe: How to call C# Methods in a Stored Procedure or a SQL Function? Pin
Christian Graus14-Nov-05 10:27
protectorChristian Graus14-Nov-05 10:27 
QuestionDLLs... Pin
pwolfamv13-Nov-05 14:49
pwolfamv13-Nov-05 14:49 
AnswerRe: DLLs... Pin
Dave Kreskowiak14-Nov-05 2:44
mveDave Kreskowiak14-Nov-05 2:44 
GeneralRe: DLLs... Pin
pwolfamv14-Nov-05 5:15
pwolfamv14-Nov-05 5:15 
Questionembedding images and in rich textbox Pin
donperry13-Nov-05 14:39
donperry13-Nov-05 14:39 
AnswerRe: embedding images and in rich textbox Pin
Reanalyse13-Nov-05 15:32
Reanalyse13-Nov-05 15:32 
GeneralRe: embedding images and in rich textbox Pin
donperry14-Nov-05 16:43
donperry14-Nov-05 16:43 
AnswerRe: embedding images and in rich textbox Pin
rudy.net13-Nov-05 18:10
rudy.net13-Nov-05 18:10 
QuestionPersistent object in ASP.NET server memory Pin
Den2Fly13-Nov-05 12:49
Den2Fly13-Nov-05 12:49 
AnswerRe: Persistent object in ASP.NET server memory Pin
Christian Graus13-Nov-05 12:50
protectorChristian Graus13-Nov-05 12:50 
GeneralRe: Persistent object in ASP.NET server memory Pin
Den2Fly13-Nov-05 13:35
Den2Fly13-Nov-05 13:35 
GeneralRe: Persistent object in ASP.NET server memory Pin
Christian Graus13-Nov-05 13:58
protectorChristian Graus13-Nov-05 13:58 
QuestionRe: Persistent object in ASP.NET server memory Pin
Den2Fly13-Nov-05 22:07
Den2Fly13-Nov-05 22:07 
AnswerRe: Persistent object in ASP.NET server memory Pin
Christian Graus14-Nov-05 10:04
protectorChristian Graus14-Nov-05 10:04 
Den2Fly wrote:
So it seems there is no way to do it without windows services? yes?


I doubt it. App end means what it says, your app is stopping.

Den2Fly wrote:
By the way it is not possible to create a windows service in a web application on the fly, isn't it ?


Do you mean start one running, or create one ? You can control one. You could just run any old process, the point of a service is that you can control it from your app.


Christian Graus - Microsoft MVP - C++
QuestionFinding process that has locked a file Pin
MrEyes13-Nov-05 12:38
MrEyes13-Nov-05 12:38 

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.