| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 6 months |
| seen | yesterday | |
| stats | profile views | 25 |
|
May 13 |
comment |
anksvn use branch for first time Can you tell me what the normal procedures are? I do not know that I was not following the 'normal' procedures? Should I be working with branches when adding code to an existing application? |
|
May 10 |
asked | anksvn use branch for first time |
|
May 2 |
asked | modify C# 2008 desktop application |
|
Apr 25 |
asked | log parser read and write from file with a date as part of the parameters |
|
Apr 23 |
comment |
desktop run time parameters in batch file? The current application that is being accessed is C# 2008 desktop application. Would this change your answer? |
|
Apr 22 |
asked | desktop run time parameters in batch file? |
|
Mar 7 |
asked | C# location of file |
|
Mar 4 |
asked | anksvn checkin file |
|
Mar 4 |
comment |
export feature in tortoise svn I to not want to export from the working copy in the repository. I want to export the code that has subversion referenes in it that is on my workstation. How would I accomplish this task? |
|
Mar 4 |
asked | export feature in tortoise svn |
|
Mar 3 |
asked | anksvn checkin code |
|
Mar 2 |
comment |
C# windows app runs out of memory I have no idea how much time app2 needs to run. app2 calls a web service where excel, word, pdf documents are uploaded to the web service. How would I specify to wait for 5 to 10 minutes in the code listed above? |
|
Mar 2 |
asked | C# windows app runs out of memory |
|
Feb 17 |
comment |
C# process does not stop executing I know how the application gets to the Environment.Exit(1) line of code since I wrote it. However there must be circumstances when this line of code is not reached since it is not executed. |
|
Feb 16 |
comment |
C# process does not stop executing I have one additional question, since I think the problem is some connection to the web service I am wondering what you suggest I try and/or look for? To call the web service there are two objects that are created called a 'proxy' and a 'helper' class. Thus I am wondering if I do the following, that would solve my problem: 1. When the process to access the web service has finished, I should I execute the following: a. call dispose method on proxy, helper classes, & object being passed between main program and proxy. b. set all those object listed above to null, c. Environment.Exit(1) |
|
Feb 16 |
comment |
C# process does not stop executing additional questions: 1. can I type pskill directly in the program like it is any other line of code? 2. To attach to a running process, I assume that I would open visual stuio 2008. From here how would know what process to atach to? 3. Could the connection to the web service not close? Is there something in the code that I am suppose to be working on that I can look for? 4. Is there a way to tell what is keeping one of the threads active? If so can, you tell me how to look for what is keeping a thread active? |
|
Feb 16 |
comment |
C# process does not stop executing The C# 2008 program was written to be single threaded. When I debug the application it gets to the last statement in main method and exists. When the C# 2010 and C# 2008 application finish running, I see the C# 2008 process and 5 other processes still run in task manager. The 5 process are calls to database with linq to sql. The linq to sql does not have a 'using' statemnet. Could the call to web service not finish? How do you tell if connection to web service really finishes? |
|
Feb 16 |
comment |
C# object remains open This application is placed into production in 'debug' since the application is for a small company. Also the called process is an 'exe'. A dll is not called. Could one of these items be the problem? |
|
Feb 16 |
asked | C# process does not stop executing |
|
Feb 11 |
revised |
C# object remains open edited title |