| Thread | Last Post | Replies |
|
| Question about License Providers | 28 Oct 2004 16:49 GMT | 1 |
When I create my own license provider I override GetLicense and IsKeyValid. My question is whether IsKeyValid is only called from within GetLicense() or will IsKeyValid be called randomly (by the framework) without calling GetLicense() ? I have not found that information anywhere ...
|
| How to determine if a DLL is a COM DLL or .NET DLL | 28 Oct 2004 15:00 GMT | 5 |
Is there a way to determine if a Dll is a Com Dll or a .Net Dll ? Any pointers are greatly appreciated. Thanks, Anushi
|
| Cannot uninstall or reinstall .Net framework - WinXP Pro - SP2 | 28 Oct 2004 14:37 GMT | 2 |
I cannot uninstall or reinstall the .Net framework. I've tried just about everything and I'm at my wits end... I can't develop any .Net Web applications using VS. After installing SP2 this problem seemed to arise. I was previously
|
| Problem with .NET framework 1.1 SP1 | 28 Oct 2004 13:13 GMT | 1 |
After applying .net framework 1.1 sp1 the programmers I work with have been having the problem described below. 1) Fill a Datagrid from a SQL Server Stored Procedure 2) Format the Datagrid using DataGrid Table Styles
|
| Compact Framework Socket class does not work. | 28 Oct 2004 10:29 GMT | 1 |
I have been trying to develop a “ping” program for our Pocket PC 2000 wireless handheld computer. I have developed a Dot Net C# ping program using ICMP, TCP and UDP for the normal Windows XP environment and they all work fine. However, I am having
|
| Interop Problem while converting return IntPtr value to original pointer to struct variable | 28 Oct 2004 06:45 GMT | 1 |
I am writing a C# Wrapper Dll for NeroAPI.dll using P/Invoke call. I am facing a problem of converting IntPtr (of function return value) to a pointer to structure or a class. Function prototype is given below: ///C function prototype NEROAPI_API NERO_SCSI_DEVICE_INFOS * NADLL_ATTR ...
|
| ResourceManager | 28 Oct 2004 03:15 GMT | 1 |
How come ResourceManager.GetString method now after .NET 1.1 SP1 generates System.Runtime.InteropServices.COMException now, but before it generates Resource exception (perhaps MissingManifestResourceException). I can bypass the exception being thrown before since I can exclude
|
| .NET Windows Service problem | 27 Oct 2004 22:57 GMT | 1 |
I have a VB6 ActiveX.exe that I'm creating from a VBScript. I also have a VB.Net Windows Service that needs access to the same instance of this ActiveX.exe. If I use CreateObject, the service will create a separate instance of the control. I'm experimenting with GetObject but ...
|
| Hexadecimals and System.Int32 | 27 Oct 2004 22:20 GMT | 3 |
I am a newbie to .NET, but not to programming. I am taking in Active Directory users using the DirectoryServices namespace (getting results from a DirectorySearcher). One of the attributes I am getting is the UserAccountControl attribute that AD stores as a hex.
|
| Uploading with feedback | 27 Oct 2004 21:56 GMT | 1 |
Is there any way to use the HttpWebRequest/Response classes in order to get feedback on how much data has been transferred? I'm doing multipart posts uploading files and form data and would like to provide some sort of indication to the user when the upload will be done.
|
| SQL Server Password Query | 27 Oct 2004 21:12 GMT | 1 |
I was wondering if there's a way to change a user's password without knowing what the current one is. sp_password needs the new password, even if the sa account is executing it. Is it possible to change the password without knowing the new one?
|
| How can I control UTC offset? | 27 Oct 2004 18:48 GMT | 1 |
Can enybode tell me how can I set a UTC offset? Or how can I ignore this offset in my application when I call DataSet -> WriteXml method? I cheked
|
| How can I call a script on UNIX with VC.net | 27 Oct 2004 18:45 GMT | 1 |
I want to call a UNIX(AIX 5.1) script with VC.Net 2003. I did not know how to do this. Can anyone give me some suggestion? ThanX David
|
| Windows-Unix Socket Interface | 27 Oct 2004 18:16 GMT | 3 |
Would like to know if it is possible to interface a socket connection between Unix and a VB application running on Windows? Thanks!
|
| SqlConnection timeout but Access 2003 doesn't | 27 Oct 2004 14:31 GMT | 5 |
The client had an Access 2003 form querying a SQL 2000 database. They wanted the front-end redone in .NET. I obliged, assuming it would be simple. I used a datagrid, and the "sql" set of ADO.NET components (sqlConnection,sqlAdapter,sqlCommand).
|