| Thread | Last Post | Replies |
|
| Windows Service Permissions... | 17 May 2006 03:11 GMT | 5 |
The application I am currently working on contains a custom windows service. On my machine, when I logon with a domain user (non-admin) account, the user is unable to control (start and stop) the service (an access denied message is displayed). On another machine, the same user ...
|
| how to get the bits of system? | 17 May 2006 03:00 GMT | 2 |
the size of kernel object depends on the bits of system, but how can get the bits of system? for example, when using unmanaged method such as Win32 APIs, some struct should
|
| Problem publishing to one of my servers but not others from VS 200 | 17 May 2006 02:36 GMT | 3 |
I have set up a new windows server 2003 standard edition for training (on new software we have developed) and am having problems publishing webs to it from VS 2005. I have a C# Web Service and a test web site. I can publish to other servers but not the one for training.
|
| .net assembly as COM | 16 May 2006 23:13 GMT | 1 |
I have a .net assembly (.dll) exported and registered as COM. I've invoked it from a script in Windows Scripting Host (WSH) written in VBScript and it ran fine. I'd like to invoke this component from macros of MsOffice2003 and I'm using
|
| VS 2005 Deployment project - how to launch uninstall of product first? | 16 May 2006 21:35 GMT | 1 |
I have an older application that was installed via msi approach (setup via InstallShield), however, it has a different product code than the new version (setup via Deployment Project in a VS 2005 solution) I want to install. As a result my newer version does not identify the ...
|
| Subracting double is a problem in c# | 16 May 2006 20:22 GMT | 1 |
I have a web application doing some calculations When i subract the double values it returns a wrong output e.g. Convert.ToDouble("130.78") - Convert.ToDouble("127.99")
|
| backup of an MS Access | 16 May 2006 20:08 GMT | 1 |
Can any one help me out in how to take a backup of an MS Access programatically using VB.NET
|
| How to set .Net service dependencies | 16 May 2006 17:00 GMT | 1 |
I've created a windows service in .Net and want it to be dependant on some other service. Can someone please tell how to do it programatically instead of editing the registry. Just like earlier in VC++ there was a parameter passed to "CreateService" that would specify the service ...
|
| PDF Converter... | 16 May 2006 15:25 GMT | 3 |
I am in need of a .net component that will accept different file types across the spectrum and convert them to pdf. Any suggestions of a good company and component that I should research? I need something that has the range of the Adlib Express Server conversion acceptable file ...
|
| Change File Browser to Folder Browser | 16 May 2006 14:59 GMT | 2 |
I currently have the following code that allows the user to select a file name. However, I'll only need to select a folder. What changes do I have to make? private void Browse_Click(object sender,
|
| Programmatically configure IIS | 16 May 2006 12:22 GMT | 1 |
I have to programmatically configure IIS from a windows form application. I tried the code I found here: ttp://weblogs.asp.net/jezell/archive/2003/09/17/27869.aspx and it works fine. The thing is that I have to use another logging module instead of the
|
| How to disable regions in Visual Studio? | 16 May 2006 12:12 GMT | 6 |
Can somebody tell me how to disable regions in Visual Studio 2005? I've already told VS not to collapse code to regions in the settings, but each time I open a new (existing) code file from a project, the regions are there again (and collapsed).
|
| XML Documentation & IntelliSense | 16 May 2006 07:18 GMT | 2 |
I have a C# .NET 1.1 solution that consists of 2 projects. The first project is a class library that has well formed XML documenation. In this project IntelliSense shows me the description of each method. I have added a reference to this class library in the second project. But
|
| How to replace(row value) / remove(rows) in DataTable | 16 May 2006 05:56 GMT | 3 |
I have a dataTable that contains nearly 38400 rows. In the dataTable consist of 3 column. column 1 Name: MUHNO column 2 Name: HESNO
|
| break in sessions | 16 May 2006 00:59 GMT | 2 |
I have an asp app that uses session variables. The downside is if the connection to the server is broken at any point during a user's session, the user cannot get his/her data to the server. I know that the user's form or data entry sessions should be shorter and the
|