all groups > dotnet sdk > november 2003 > threads for november 15 - 21, 2003
Filter by week: 1 2 3 4 5
Removing sample assemblies from the GAC?
Posted by Thomas at 11/20/2003 3:16:54 PM
Hi,
How do I remove the Reverser sample assemblies which are
added to the GAC when building the deployment samples? I
have tried "gacutil /u reverser" and manually deleting
them from the GAC folder, but I keep getting this error
message: "Assembly 'Reverser' could not be uninstalled
bec... more >>
can not get type of class inside System.Data
Posted by Cyrus at 11/20/2003 3:14:59 PM
I can not get the type of the classes inside Data namespace by using the
Type.GetType() method
It throws the following exception
An unhandled exception of type 'System.TypeLoadException' occurred in
datatier.dll
Additional information: Could not load type System.Data.SqlClient.SqlCommand
fro... more >>
PostMessage to VB.NET messageloop
Posted by SM at 11/20/2003 9:52:41 AM
Hello group,
i'm converting a VB6 application for .NET Framework.
The application depends on a DLL written in standard C.
The C DLL code creates an invisible window with CreateWindow()
with the WndProc function located into the VB.NET code.
Until the code was VB6/C code, they was OK.
Now... more >>
dynamically changing the menu !
Posted by vinod at 11/20/2003 3:20:39 AM
hi there ,
i am trying to develop an application where i have to
change the menu dynamically . i am new to mfc
programming . is there any chance of doing do . if so ,
how can i do it .
regards ,
vinod... more >>
how can i connect serial port COM1 and COM2
Posted by Hakan OTAL at 11/19/2003 3:16:46 PM
i use vb.net 2003 Arth. and i want to send some text to the Com PORT
How can i do this
Thanks for your help.
... more >>
Problem with Socket.Select()
Posted by Jerry M at 11/18/2003 11:27:33 PM
I am having a problem with my Socket.Select statment. I
have included the code below for reference. I basically
accept new sockets from clients and add them to an
ArrayList. I execute a Select() to see which ones have
data to be read. What is happening if at some point, when
my arraylist... more >>
TCP/IP app Desgin Question
Posted by MR at 11/18/2003 10:18:15 AM
this is a question on how to design an TCP Listener application.
background:
There will be several threads that listen on several ports (one per port).
when another app requests to connect, the connection will be accepted. then
messages will be received and passed to the main thread via a delega... more >>
.NET Framework SDK Samples Configuration
Posted by Rita at 11/17/2003 9:51:29 AM
I'm a developer & new to .NET. I'm following the
QuickStart Config Details on an XP pro notebook. When I
get to the step, Granting Access to the ASPNET user, I
get an error on the first command. This is:
osql -E -S (local)\NetSDK -
Q "sp_grantlogin 'MACHINENAME\ASPNET'" where I am
ins... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
encryption
Posted by Lloyd Dupont at 11/16/2003 6:22:55 PM
what's the difference between DES, RC2, Rijndael, TripleDES ?
For my application I choosed DES on the basis on speed.
if anyone else could give me other clues ?
... more >>
Automation and .NET (NEED HELP PLEASE)
Posted by scorpion53061 at 11/15/2003 10:10:44 AM
Hello,
This is a post that started in the vb.net newsgroup that I am having
difficulty in getting answers to. It involves using the web browser control
as the replacemnt for the Ole Container that existed in vb6. It is a vb.net
windows app. If anyone and I do mean anyone has answers to this pl... more >>
|