all groups > dotnet framework > january 2004 > threads for wednesday january 14
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Rijndael - Best Way To Load Keys
Posted by Amy L. at 1/14/2004 11:07:23 PM
I have a client / server application. I just want to encrypt small amounts
of data 1<x<1024 characters or so. I need to load the same Key and IV in
both applications. However, both the key and IV are byte arrays.
What is the best way to get the keys loaded in both applications?
For exampl... more >>
.Net Redistributable always loaded
Posted by Sean at 1/14/2004 10:13:45 PM
Hello,
I am not sure if this the proper place to ask end-user
questions, could I please get a redirect if this is the
wrong place?
I am just an end-user, and a program that I wish to
download requires the .Net framework. My computer is very
slow, and as it seems to be uninstallable, is... more >>
VB.net, Uint <--> integer
Posted by Zanna at 1/14/2004 7:55:34 PM
Hi all,
A simple question: why, with VB.net, I cannot convert an UInt* into a
Integer and viceversa?
Thanx
... more >>
redirecting console output
Posted by john smith at 1/14/2004 5:06:36 PM
why can i redirect the output from the XCOPY command when i debug my C#
application, but when i run it in release mode, i receive no output from the
command??
thank you for your help.
... more >>
Treeview control
Posted by Schoo at 1/14/2004 4:41:54 PM
Is there a treeview type control for an ASP.NET application? I can't find
one in the toolbox and can't find any articles on the subject.
If there is no treeview for ASP.NET, is it possible to develop a VB.NET
Windows app and get it to run as a web page?
See: The project document calls for ... more >>
does CLR verify a stringly name assembly if it is not installed into GAC?
Posted by Dan at 1/14/2004 4:32:43 PM
Hi all
does the CLR performs any load-time check for tampering/security on a
strongly name assembly that is privately deployed (not installed into GAC)?
thanks
dan
... more >>
OleDb Parameters BUG or BAD DESIGN
Posted by discussion NO[at]SPAM discussion.microsoft.com at 1/14/2004 2:36:33 PM
Hi,
I was performing SQL UPDATE queries and I notice that they SUCCEED on the
ExecuteNonQuery() call with NO exceptions raised BUT they fail at the
Database. They say they succeed in the code but they fail at the database.
To fix this they Parameters.Add must be called in the ORDER they... more >>
ANN: Smart Device Programming chat on Thursday 1/15
Posted by Michael Fosmire [MSFT] at 1/14/2004 2:27:32 PM
Just a note that we'll be hosting an online chat tomorrow, January 15th,
concerning the
..NET Compact Framework and Smart Device programming. Members of the
development team will be on hand ready to answer your questions, so bring
'em on! Hope to see you there.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Win XP users acount with C#
Posted by Andres at 1/14/2004 2:17:52 PM
Hi all.
I'd created an new user account (by using NET USER in
command line) because i need an special user so that my
app can run as like this user.
The problem is that the new user account appears on win
XP start up, and although it has password, i don't want
others users could see t... more >>
Communication between a thread and a form.
Posted by Fabrice HOEPPE at 1/14/2004 1:22:37 PM
Hi,
I want to fire C# events from a thread to a windows form.
One way to do it, it's to call BeginInvoke, Invoke,
EndInvoke methods of the windows form control from the
thread. However, this mechanism uses the serialization of
data from the thread to the form. We can read into the
msd... more >>
Anyone know why Internet Explorer is bleeding through to my application????
Posted by standish22 NO[at]SPAM hotmail.com at 1/14/2004 12:43:34 PM
When Internet Explorer is underneath my .Net application and the .Net
app is processing or pulling up a form, pieces of Internet Explorer
bleed thru to the .Net application. Other applications like word are
fine being underneath.
Has anyone had this problem before?
Does anyone know how t... more >>
Does Windows XP Professional come with the .net Framework already installed?
Posted by Doug Raney at 1/14/2004 12:36:07 PM
Does Windows XP Professional come with the .net Framework already installed?... more >>
XSL transformation.
Posted by rajani at 1/14/2004 11:23:17 AM
I have a query regarding the XSL transformation.
My application is in .NET. We are using XSL to render the contents receieved
from the content server (Vignette).
I have a source XML and the corresponding XSLT to transform and render the
contents.
The following ASCII characters are not rec... more >>
The file is being used by some other process
Posted by Jagadeesh at 1/14/2004 10:05:59 AM
hi ,
Am trying to read from and write to a same xml file.i have no prob when
reading the xml file.but when i write to the same file i get the following
error even after closing the reader object(which is open).
The file is being used by some other process.
regards
Jagadeesh
... more >>
WMI local connect thru Web Service (DNS)
Posted by Christopher Aitchison at 1/14/2004 9:56:07 AM
Hello,
I am attempting to write a web service that manages a DNS server using the
DNS WMI provider.
I have all the code I want working fine when it is called through a windows
application or console application, however as soon as I paste this code
into a webservice and try and execute it t... more >>
can i write applet-like web application using .net framework?
Posted by babylon at 1/14/2004 9:20:40 AM
or can i write a COM/ActiveX component using C# and put it in web?
thx.
... more >>
intelisense still dead
Posted by marek at 1/14/2004 8:11:57 AM
Thank you for a piece of advice but removing *dlls from
bin and obj from debug still didn't help.
Intelisense still is not working for me.
Any other suggested things to check?
Greetings
Marek
... more >>
intelisense stoped working
Posted by marek at 1/14/2004 7:02:50 AM
Hello All,
all of the sudden the intelisense stopped working for
me in ASP.Net aplication developement envirionment.
Can anyone advise me how to get it back?
Greetings
Marek... more >>
Determining .net framework service pack installed.
Posted by Rod at 1/14/2004 6:14:03 AM
The microsoft knoledge base article 318785 on determining
the .net framework service packs installed only explains
how to determine if you don't have any service packs
installed (i.e., you are at 1.0.3705.0).
If you are not at base, it does not explain how to
determine if the service pa... more >>
|