| Thread | Last Post | Replies |
|
| Help on Thread Terminating | 30 Apr 2006 17:12 GMT | 1 |
I need help in terminating threads in my application. My application is written in C# and uses ThreadPoll to launch threads. Following is the sample: ThreadPool.QueueUserWorkItem(new WaitCallback(ThreadProcA));
|
| Installing the Trial version of Team suite borked my 2005 installa | 28 Apr 2006 22:57 GMT | 1 |
So, my organization has been using visual studio 2005 for a few months and I wanted to try out the additional profiling and other tools available with the team suite version. I saw they had a 180 day trial, so I thought, great I can try them out and
|
| VS2003 using .net 2.0 binaries | 28 Apr 2006 22:15 GMT | 4 |
I installed VS2005 last November and at around that time a program in VS2003 stopped behaving. I've recently found the time to dig into this, and one of the things I've just noticed is that the DLLs that the program loads (which are managed C++, written in VS2003) in turn load 2 ...
|
| Query Windows Installer Status | 28 Apr 2006 16:30 GMT | 1 |
I need to know if the Windows Installer is currently in use... I know that the error "ERROR_INSTALL_ALREADY_RUNNING" exist, but I want to get this information without using a msi file that run and get the error... Is the a way to ask MSI if something is currently installing...?
|
| License agreement dialog in setup projects | 28 Apr 2006 07:50 GMT | 1 |
I don't understand how to get the license file to display properly. I've set the LicenseFile property and added it to the application's folder but it doesn't display when the app. is installed. I assume because the file is not on the target system yet?
|
| Problem adding a web reference | 28 Apr 2006 04:12 GMT | 2 |
VS.Net 2005 on Win XP SP2 I'm trying to add a web reference to an external SOAP application written in RemObjects, but when I attempt to add the reference I get an error message saying "The proxy settings on this computer are not configured correctly for
|
| Breakpoint does not get hit in different assembly | 27 Apr 2006 22:23 GMT | 2 |
I am using VS.NET 2005 standard edition on a single cpu desktop. I am using a console app to test out a C# assembly that I have written. When I set a breakpoint inside the assembly, and let it run, the breakpoint does not get hit. I can step inside the function that is getting ...
|
| Visual Studio Installer Built MSI Can't Be Found | 27 Apr 2006 18:02 GMT | 1 |
I have built a setup project in Visual Studio.NET 2005, yet when I attempt to run setup.exe or the msi directly from the E: drive I get an "Error reading from file x.msi. Verify that the file exists and that you can access it." where x is the full path and filename. If however, ...
|
| Extracting VC++ Project Settings using Automation | 27 Apr 2006 17:44 GMT | 3 |
I am curious to know if I can extract project settings using the VS.NET Automation model. In the project settings property page, I want to access the C++ & Linker command lines displayed in the dialog. Is this possible? I did not see an obvious way of doing using the object ...
|
| Does anybody have an answer for this ? | 27 Apr 2006 16:39 GMT | 1 |
Does anybody have an answer for this ? I tried searching the internet and could not find help. It's really a problem and i can't install it for the client. I see there are other replies to questions in this newsgroup so there must
|
| My ToolBox got corrupted. I mean all controls were disappeared! | 27 Apr 2006 15:25 GMT | 2 |
It was fine until yesterday. I wanted to add DataGrid control as it was not showing up in my Standard tab and I right clicked and picked up the "Choose Items..." selected the DataGrid from the ".NET frame work components" and clicked on ok and I got the DataGrid on to my Tool Box ...
|
| Enumerate Nerwork connections | 27 Apr 2006 10:48 GMT | 1 |
How can I enumerate network and dial-up connections using vb.net? I need to display the network and dial-up connections in a combo box and to display its details while selecting the same. Vijayakumar
|
| How do you disable the nag dialog when running a Release app. in VS.NET? | 27 Apr 2006 10:20 GMT | 1 |
When I build and run an .EXE in Release mode I get a nag dialog warning me that I can't debug the module. It says to disable this message disable the "warn if no used code on launch" debugger option. But there is no such option that I can find.
|
| deployment questions | 27 Apr 2006 09:55 GMT | 1 |
In trying to decide between buying VS2005 standard or pro, I have found that the comparison chart says that for deployment, the Standard has ClickOnce, and the Pro version just says Yes. What's the real difference between the two? Currently, I have been using a
|
| Intellisense for inline script in WSF files in VS 2005? | 27 Apr 2006 09:21 GMT | 1 |
I can't for the life of me figure out how to get intellisense working in visual studio 2005 for WSF files. What does work: - WSF schema works, e.g. intellisense for the <job> markup
|