all groups > dotnet sdk > january 2004
Filter by week: 1 2 3 4 5
DirectoryServicesEntry-Problem on WinNT4 Workstation
Posted by Günther Rühmann at 1/31/2004 5:19:53 PM
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... more >>
How Can I get the Caller's Name Automatically ?
Posted by Polo Lee at 1/30/2004 5:34:20 PM
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(){
... more >>
Urgent: New in SDK
Posted by Peter at 1/30/2004 10:36:05 AM
I got following error when I do:
D:\test\Dot Net\Test>xsd XMLTestConfigSchema.xsd
Microsoft (R) Xml Schemas/DataTypes support utility
[Microsoft (R) .NET Framework, Version 1.1.4322.573]
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
Error: Can only generate one of clas... more >>
How to uninstall .NET Framework SDK?
Posted by Rypyr at 1/29/2004 12:16:13 PM
Please Help!
Last night I was coding away in VC .NET 2003 to my hearts content. Then I thought I would install the .NET Framework SDK (1.1) so I could play with C# from the command line. I noticed that I didn't have a choice as to where I wanted to install it (although the installer says choose... more >>
Can I use SQL Server 2000 ENT with the quickstart tutorials ?
Posted by Ahmed Shafi at 1/27/2004 5:51:18 PM
Can I use SQL Server 2000 ENT with the quickstart tutorials ? If yes how?
... more >>
What does ms in mscorlib.dll stands for ?
Posted by Kapil Sachdeva at 1/27/2004 3:42:53 PM
Hi:
I was just wondering what does 'ms' in mscorlib.dll stands for ?. It
shouldn't be 'microsoft' else it defies the purpose of platform
interoperability. Mono guys call their main assembly - 'corlib.dll'.
I do not know if Mono is giving their assembly the wrong name or 'ms' is
microsoft ?
... more >>
Can I distribute gacutil.exe?
Posted by Setec Astronomy at 1/26/2004 8:42:32 PM
Hy,
I would like to know if I can distribute gacutil.exe with my commercial
softwares.
Thanks.... more >>
How can I get default gateway address?
Posted by Nodir Gulyamov at 1/26/2004 4:11:46 PM
Hello All!
I need to get default gateway address of local machine or get local
routing table.
Does .Net contain standard API functions? I couldn't find it in
Documentation.
Thank you very much in advance.
Kind regards,
Nodir Gulyamov
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
unregister assembly
Posted by jeff at 1/23/2004 10:21:07 AM
I tried to unregister an assembly from GAC and i got this message: ... Assembly could not be uninstalled because it is required by Windows Installer. Unable to unstall: assembly is required by one or more applicatins Pending references:
SCHEME: <WINDOWS_INSTALLER> ID: <MSI> DESCRIPTION : <Windows ... more >>
VB.NET WMI Detecting All installed apps problem.
Posted by Rob F at 1/23/2004 10:16:05 AM
Hello
I'm wondering if anyone can shed some light on this? I'm trying to enumerate the uninstall registry key (to display installed applications)
with VB.NET and WMI. This function used to work in VB6. I'm pretty stuck. When I try to collect the installed software via a call to EnumKey,
... more >>
ILASM is not able to assemble large IL files
Posted by Shripal Meghani at 1/22/2004 11:06:05 PM
Hi,
1) I tried to assemble a very large IL file (~290 MB), and ILASM was not able to read any tokens after a certain point! Instead giving a syntax error on an incomplete token.
Is there any solution available for this problem?
2) why was the "owner" option removed from the ILASM beta? It would h... more >>
System.Management.ManagementObject question
Posted by Mikhail Golovnykh at 1/22/2004 7:36:05 PM
Hi
My software has to get some information about motherboard (baseboard). It is possible to do that through WMI API which is encapsulated by System.Management namespace (as I understand). I use WMI class win32_baseboard to accomplish it and get exceptions. That's probably because of the fact that ... more >>
A final question (I hope) on C# compilation....
Posted by Alan Seunarayan at 1/20/2004 2:02:14 PM
Hello all,
Picture this....
I have a DLL that only has an interface in it (Alan.IMyInterface), I also
have a number of DLLs that contain tlbimp generated DLLs and they are
imported as Embedded Resources. These DLLs contain embedded dlls from
Word97, Word2000, etc.
Now in my generating... more >>
C# compilation (a tough question?)...
Posted by Alan Seunarayan at 1/19/2004 6:03:04 PM
Hello all,
I need to know if there is a way for me to compile a C# code file
programmatically. I know that csc.exe can be called via an application but
my target audience may not have .NET SDK installed. Oh, I'm using .NET v1.0
Cheers (in advance)
Alan
... more >>
quickstarts samples not installed
Posted by bleepbloop at 1/19/2004 7:46:25 AM
I have downloaded and installed the .net framework and then the .net sd
I am lead to believe from 'professional asp.net1.0' WROX press books that when you install the SDK it also installs some quickstart samples - but I have looked in the wwwroot folder and there appears not to be such a folder an... more >>
byte to byte transfer of jpg file corrupting image data bytes
Posted by Abhishek at 1/18/2004 10:09:00 AM
Hello,
My objective is to transfer over the network, a JPG file on the pocket
pc(.net compact framework) to a desktop server using sockets. The socket
communication is not a issue and I am able to transfer data across.On the
serve I am using Socket 2 API (recv function to read bytes)and not us... more >>
Smart Device Extension Required
Posted by Mark Miles at 1/17/2004 3:59:18 PM
Dear ALL,
I would like to say firstly that I followed Microsoft links and I do
know that they want to push you towards buying .Net 2003. I can not afford
this and I will not be force into it. I spent time saving for an Visual
Studio .Net 2002 and my wife will not allow me to upgrade.
... more >>
C# compiler
Posted by Andy at 1/16/2004 11:51:15 AM
Hi all,
I want to ask how is licenced C# compiler that is distributed in free .NET Framework SDK. Can I distribute and sell programs compiled with this compiler? What about ASP.NET webs compiled with this compiler?
Thanks a lot,
Andy... more >>
How to rename shares/directories
Posted by Jeremy Chapman at 1/14/2004 4:59:02 PM
Given a path, is it possible to programatically determine if that path is a
share, or an actuall directory?
Then, if it is a share, how do I rename it? and how do I determine what
directory it points to?
... more >>
Is it possible for user to download and register activeX dll from explorer if he is logged in as User and not Administrator?
Posted by Mike at 1/13/2004 10:46:12 PM
Is it possible for user to download and register activeX dll from explorer if he is logged in as User and not Administrator?... more >>
.Net minimum Hardware requirements.
Posted by fred at 1/13/2004 5:15:47 PM
I came across this link on the MS site as a refrence for the hardware
requirements for .NET Enterprise Architect. Are MS Smoking Something, I have
been developing in .Net for a while and I honestly cant see how such
under-specked hardware can be used. Anyone know where I can get a REAL WORLD
ref... more >>
how to register a activex dll?
Posted by Cyrus at 1/12/2004 3:53:23 PM
that dll is written in vb6
... more >>
.NET Fw 1.1, difference in language
Posted by oliver.wulff NO[at]SPAM zurich.ch at 1/12/2004 7:32:42 AM
Hi
What is the difference between the redistributable package for English and
German. I've installed the German version and run tools like csc, .... But
all are in English. Does anybody know the difference and how can I figure
out which language is installed on a computer?
thanks a lot
Oliv... more >>
Assembly version
Posted by Ron at 1/12/2004 7:29:06 AM
Hi,
does anyone have any sample VB.NET code to find the
version number of an Assembly? I would like to display
the version number of the Windows form in its "About..."
dialog box. I see that there is a
System.Reflection.AssemblyInformationalVersionAttribute
class but cannot figure out... more >>
how to get the MAC address by .net program if the OS is win98?
Posted by Cyrus at 1/8/2004 6:02:16 PM
OpenEvent(...)
Posted by Owe Armandt at 1/7/2004 10:24:33 PM
I was using an event between to apps in Win32, one creating a named event
(like CreateEvent(NULL, FALSE, FALSE, "EVENTNAME"); ) and the other doing
OpenEvent(EVENT_ALL_ACCESS, TRYUE, "EVENTNAME");. This way one app could
signal the other in a convinient way.
Now one of the apps will be .NET, t... more >>
How to call a function using a pointer in C#?
Posted by Manoj Pandole at 1/7/2004 1:34:23 AM
Hi,
I have an address which points to the entry point of an
application. Now using the same address i want to call
this function again, how do i convert this pointer which
is of type System.IntPtr into a function pointer?
Regards,
Manoj Pandole... more >>
send a binary file with sockets vb.net
Posted by Mark at 1/6/2004 10:19:18 AM
Trying to upgrade a VB6 winsock function to vb.net sockets. The sdk mentions
a TransmitFile function, but I find no usage sample for C# or VB. Must be an
easier way than Seek and Put (not in .net), and getting chunks. Have you any
pointers, besides trail and error, something like the WinTalk samp... more >>
Translate System Folder
Posted by Eugene Lerner at 1/6/2004 9:58:46 AM
I need to find out how any system folder (like "Program
Files") will be called on localized version of Windows
XP. I need to determine this programmatically.
Any ideas, please?
Thanks,
Eugene... more >>
Handling broadcasted messages in VC++.NET
Posted by ajju at 1/6/2004 6:25:07 AM
Hi,
I'm a rookie to .Net development. I have two VC++
applications, one is an MFC application and another a
VC++.NET managed CONSOLE application. I have to post a
message using Messaging Queues. I broadcast the message
from MFC application using HWND_BROADCAST. Now this event
has t... more >>
create a class dynamicaly at run-time?
Posted by peter at 1/6/2004 12:47:53 AM
How to create a class dynamicaly at run-time?
Some documentations in MSDN say that it is feasible
using the class "TypeBuilder",but I don't know how to do.
Is there anyone who can help me? Sample code is
appreciated.
... more >>
TransparentProxy
Posted by Jacek He³ka at 1/5/2004 3:12:27 PM
I use something like "inteligent references" in my application. I
implemented it with RealProxy/TransparentProxy mechanism, but it's quite
inefficient. Is there better way?
How can I create objects similar to TransparentProxy withot reflection and
..NET remoting?
... more >>
Implementing IConfigurationSectionHandler
Posted by steveB at 1/5/2004 1:16:38 PM
hi:
is there documentation or sample code on how to customize
your own section handler for use via
ConfigSettings.GetConfig.... more >>
Newsgroup for GDI+ ??
Posted by TB at 1/2/2004 11:37:37 AM
I'm getting to these newsgroups via the MSDN website and I
don't see a specific group for GDI+ -- is there one
somewhere?
I have some very, very basic questions regarding the GDI+
equivalents to the GDI routines for the Viewport and
Device extents and origin; i.e. how exactly does one set... more >>
|