| DirectoryServicesEntry-Problem on WinNT4 Workstation (2 replies, VIP) |
| microsoft.public.dotnet.framework.sdk |
| Hi, I m not sure if i m right int this group... My problem: I made a vb .net application that reads from AD via System.Directoryservices.Directoryentry. The appliocation enumerates group members. It works fine on W2k machines. It works on a WinNT 4 server, too, but it stops with a runtime error on any Windows 4.0 Workstation. The error is: System.Runtime.InteropServices.COMException 0x800500F. at ... |
|
| How Can I get the Caller's Name Automatically ? (2 replies) |
| microsoft.public.dotnet.framework.sdk |
| Hi. I am writting a class, and I need my class smart enough to know the "caller's Name" is what without ask caller to pass it's name to me. for example: When CallerXXX call my SmartClass.Hello(), SmartClass can tell this call is made from "CallerXXX" class CallerXXX{ .... doXXX(){ SmartClass sc new SmartClass(); sc.Hello(); .... } } My problem is I can't find any API in Framework. My research dire... |
|
| Christina Aguilera nipple showing (2 replies) |
| microsoft.public.dotnet.framework.sdk |
| Christina Aguilera naked V4V7^lu ?$v'kA.""@a28sX J SeGS0/AVR $*uBPt0.iDq EBKD/%LqQblrJrU0! vtv0s/;U7O#:kR4 dj*MBUmJ' U^f9qbRd |
|
| FileSystemWatcher: problems with event-catching (2 replies) |
| microsoft.public.dotnet.framework.sdk |
| Hi, we have some problems with the following situation: A remote application A writes files to a directory monitored by a FileSystemWatcher instance in application B. A creates the file with the initial ending "COPY IN PROGRESS" and only after successful copying the file gets renamed to its final ending "TO DO". The FileSystemWatcher of B is set to react on the rename event and upon recognizing an... |
|
| Creating a Trial Version of .NET App? (2 replies) |
| microsoft.public.dotnet.framework.sdk |
| Is there anything in .NET framework to support the deployment of trial limited software? I would like to add a 30day trial period to my software. Thanks for any help. |
|
| converting Unix datetime count to .Net DateTime object (2 replies) |
| microsoft.public.dotnet.framework.sdk |
| I am being supplied a count of number of seconds since Jan 1st 1970, i.e. a Unix system time. How can I convert this into a valid .Net DateTime object ? thanks, Mark WinXP / C#.Net 2003 |
|
| StackTrace (2 replies, VIP) |
| microsoft.public.dotnet.framework.sdk |
| I have been playing around with the StackTrace class. I have managed to get filename, linenumber, methodname and parametrnames but I have not found out how to get the value of the parametrs to the method. The following is a sample I found but as I said no values Appreciate any help StringBuilder result new StringBuilder(); StackTrace trace new StackTrace(true); int frameCount trace.FrameCount; for... |
|
| no permission to read AD in subdomain ? (7 replies, VIP) |
| microsoft.public.dotnet.framework.sdk |
| Hi together, I have some vb.net code to read AD information with DirectoryservicesEntry object. The accplication runs fine on Win2k stations It runs on winNT4 stations only when reading data in the domain where the workstaion is. However, when I try to read data from a subdomain, a runtime error occurs. For example, when the entry.Path is set to .....dc domain,dc com, it works on NT4 workstations,... |
|
| Any word on Epsilon/Emacs key bindings? (9 replies) |
| microsoft.public.dotnet.framework.sdk |
| A serious omission from VS.NET: Epsilon keybindings were the reason that a lot of programmers did not move to VS.NET. I've heard lots of rumors about new versions of the IDE. Any word on whether Epsilon bindings will be back in place? Or is everyone happy with the default editor? |
|
| install problem (2 replies, VIP) |
| microsoft.public.dotnet.framework.sdk |
| Hello, Firstly apologies if I'm posting this in the wrong place. I'm attempting to install the .net 1.1 sdk onto my W2K sp4 computer to no avail. When I run the installer it creates a Program Files\Microsoft.NET\SDK\v1.1 directory which contains a Docs folder and a redist.txt and a license.txt. Nothing else. I believe the installer is not running to completion. I get the 'Please wait while Windows... |
|
| Creating publisher policies for DLLs (2 replies, VIP) |
| microsoft.public.dotnet.framework.sdk |
| We have a .NET dll that we are deploying to our customers using a deployment project in VS .NET 2003. There is a lot of information about creating publisher policies on the web, but we have not been successful in creating one. Here's what the ultimate goal is: When the DLL is deployed to a customer's system, every application using this dll must point to the new version. This has to be an automate... |
|
| Removing SDK 1.0a after installing SDK 1.1? (2 replies, VIP) |
| microsoft.public.dotnet.framework.sdk |
| After I have installed both SDK's I wonder whether it is possible to deinstall the prior version (Microsoft .NET Framework SDK (English) 1.0a), or does version 1.1 use 1.0a as a base system? The same situation is regarding .NET framework. "Add/Remove Software" says I have both Microsoft .NET Framework (English) v1.0.3705 and Microsoft .NET Framework 1.1 on my system. Can I remove the first one? Re... |
|
| Compiling and Building with SDK (3 replies) |
| microsoft.public.dotnet.framework.sdk |
| Hi, I'm trying to compile a C# solution developed in Visual Studio using the SDK command line compiler but I don't have any success with it. Even if I compile it using references when I try to run it I get an error. Is there anyone that has done this and has a detailed example but a more complex one than the ones available in MSDN ? Is there a way to see exactly what commands the Builder from the ... |
|
| Redirecting assemblies (2 replies, VIP) |
| microsoft.public.dotnet.framework.sdk |
| I have a dll that I am deploying to the GAC. I have had 3 releases of the dll: 1.1.5.0, 1.1.20.0 and my current release 1.2.10.0. Now, I have used a publisher policy deployed to the GAC in the past with the following name: policy.1.1.myAssem.dll. As soon as I go to v 1.2.10.0, my publisher policy does not work. I have to create a new publisher policy for the 1.2 release called policy.1.2.myAssem.d... |
|
| WMI read remote registry - GetStringValue (2 replies) |
| microsoft.public.dotnet.framework.sdk |
| I try read remote registry but GetStringValue method never return 0 (all ok), it returns 161. Please, can you help me???? Thanks a lot OMG Const HKEY LOCAL MACHINE As Integer &H80000002 Dim strResult As String "" Dim SWServices As SWbemServices Dim SWObject As SWbemObject Dim oProp As SWbemProperty Dim oLocator As SWbemLocator oLocator New SWbemLocator() SWServices oLocator.ConnectServer("hostname... |
|
| Combing modules with the Assembly Linker (2 replies) |
| microsoft.public.dotnet.framework.sdk |
| I've been trying to get a concrete answer to this for the last few days, but have come up short. I'm hoping someone here can help. Is there a way to take a set of c# modules (c# code compiled using csc with the /t:module option) and combine them into a single assembly using the assembly linker or any other tool. For example I have the following compiled c# modules: foo1.netmodule foo2.netmodule I'... |
|
| How to read & write a structure data into stream? (2 replies, VIP) |
| microsoft.public.dotnet.framework.sdk |
| Is there a simple method to read & write a large struct data into stream rather than write each member individually? |
|
| ILASM.EXE subsystem switch (2 replies, VIP) |
| microsoft.public.dotnet.framework.sdk |
| I don't understand the subsystem switch to the IL Assembler... what does it allow me to do? Thanks |
|
| Webcam capturing? (2 replies) |
| microsoft.public.dotnet.framework.sdk |
| How do I go about capturing a webcam stream in dot net? David Dickey |
|
| C# exceptions not showing filename/line numbers (PDB issue?) (9 replies) |
| microsoft.public.dotnet.framework.sdk |
| Hi, I'm developing an Explorer bar using VS.NET 2003 (C#) on Windows XP. For some time, I've noticed that I don't have filenames and line numbers appearing in my exceptions' stack traces. On the other hand, debugging with breakpoints, etc. seems to work fine in VS.NET 2003. I can't understand why this isn't working and I think it used to work, perhaps under VS.NET 2002, but maybe not. The informat... |
|
| Bug Report - 2 Bugs found with the Menu Item Class (3 replies, VIP) |
| microsoft.public.dotnet.framework.sdk |
| I have found 2 bugs with the menu item class; both are closely related. Over View: I was curious what would happen if I passed a menu item the following string in it's text field: "Test &&&me &1 &&&2" Yes I know this is BAD programming, but it is how you find out what works. [Bug 1 Hot Key Parsing] With the above string the "2" is highlighted, while the "m" remains the hot key. The hot key and the... |
|
| Label text in C# (2 replies) |
| microsoft.public.dotnet.framework.sdk |
| Hi, what is newline command in C#. I want to append text to a label but in 3 different lines.. Thanks in advance |
|
| failed to import an ActiveX Control by aximp.exe (2 replies, VIP) |
| microsoft.public.dotnet.framework.sdk |
| Hi all, When using aximp.exe that comes with SDK to create a .NET assembly for Windows Media Player ActiveX Control, I got the following error message: "AxImp Error: Did not find a registered ActiveX control in 'c:\windows\system32\msdxm.ocx'." However, msdxm.ocx does exist in c:\windows\system32. I just wonder what makes this error happen. Could any one tell me the reason and how to solve this pr... |
|
| Application Verifier (3 replies) |
| microsoft.public.dotnet.framework.sdk |
| I run the Application Verifier on a brand new WindowsApplication project created i VB. It contains just one button stating "Hello World". What is very strange then is that the application verifier states ha whole bunch of errors that in my opinion should not occur at all when created with the latest tool. For example "using an obsolete API" If the base stuff in .NET does not create a .exe file con... |
|
| Sample databases not installed (4 replies, VIP) |
| microsoft.public.dotnet.framework.sdk |
| What is the OSQL sequence to install the Pubs sample database? Thanks |
|