all groups > dotnet framework > february 2006 > threads for wednesday february 1
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
very short public key encryption
Posted by Lloyd Dupont at 2/1/2006 11:46:06 PM
I would like to (if possible) shuffle my licence key data with a public key
encryption algorithm.
Basically I wonder if it's possible to use buffer of 8 bytes long for my
data.
I did a quick test with RSA (below) but it (apparently) used 128 bytes long
buffer.
Any tips?
----- T.cs --... more >>
Customizing MSBuild
Posted by MariusI at 2/1/2006 11:29:31 PM
I'm working on a big solution containing 12 projects. It takes hours (not
realy, but you get the picture) to build and i'm looking for ways to cut
corners and increase my "coding-not compiling time". To decrease build time,
I created a SlimBuild configuration which only buildt the most necessa... more >>
Clickonce Prerequisites Order
Posted by SteveDev at 2/1/2006 8:55:24 PM
Hi Peoples, I am currently setting up the deployment for our product. The
problem I have is that when running the clickonce install on a windows 2000
with no server pack machine I have a problem in that I need to install
service pack 3 to install the 2.0 net framework. I want to automate this ... more >>
How can I access internal classes from another assembly?
Posted by theDoorMan at 2/1/2006 5:22:27 PM
While working with Wintellect's Power Collections, I noticed that they have a
unit test assembly that accesses internal classes in their power collection
assembly. I thought the definition of "internal" was that you could not
access an internal class from another assembly (without using reflec... more >>
Patch assembly in GAC
Posted by microsoft.public.vsnet.general at 2/1/2006 5:14:01 PM
Hi,
Sorry if I don't post my question in the propper place. If so, please,
direct me to the right forum. Thanks :)
I have troubles building a patch (a PCP file) that propper update an
assembly in GAC.
I have setup1 that installs assembly ver 1.0.0.0 in GAC and setup2 that
installs the... more >>
Generating a WSDL for your Web Service
Posted by Water Cooler v2 at 2/1/2006 4:19:17 PM
How do you create a .wsdl file for a Web Service you are developing
using Visual Studio .NET 2003?
... more >>
usercontrol in IE shows warning message. How to avoid?
Posted by mvendertaca NO[at]SPAM nospam.nospam at 2/1/2006 3:33:53 PM
Microsoft .NET security warning
Never enter personal information or paswords into a window unless you
can verify and thrust the source of the request.
mvendertaca@nospam.nospam
I've created a usercontrol which is hosted in Internet Explorer. It
with some action buttons. I could place all... more >>
Waht is the fastest/bets? Outlook Object/CDO/Redemption/...?
Posted by Pieter at 2/1/2006 2:22:57 PM
Hi,
I'm using a thight integration with Outlook 2003 (with an Exchange server)
in my VB.NET (2005) application.
Until now I'm using the Outlook Object Model, but it appears to be very
slow, and has some problems:
- doing a Move changes the ReceivedTime of the MailItem
- I can't use RichTex... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
using unmanaged dlls from managed dll wrappers.
Posted by drawing in aspnet at 2/1/2006 12:35:32 PM
Hi,
I hope someone can direct me to the correct newsgroup if this one is
not correct.
I have a unmanaged C++ dll that I need to use from a C# client. Rather
than use dllImport directly, I created a managed C++ dll (in the same
solution). In this managed C++ dll, I added a reference (under... more >>
Unable to install the .NET 1.1 sp1
Posted by Ree at 2/1/2006 12:28:50 PM
Hi,
I am unable to install the .NET 1.1 sp1.
I get the following message....
"the upgrade patch cannot be installed by the windows installer service
because the program to be upgraded may be missing, or the upgrade patch
may update a different version of the program. verify that the progr... more >>
Generate key file in code
Posted by Gnic at 2/1/2006 10:18:22 AM
Hi,
Instead of running "sn-k" to generate a key pair, I need to generate the key
file in code, is there anyone know how to generate key files in .NET code?
Any help is appreciated.
Gnic
... more >>
DataRow Iteration
Posted by (rbutch NO[at]SPAM coair.com) at 2/1/2006 9:58:53 AM
Guys if anyone has an answer to this - i'd appreciate some assistance.
the problem is not building the dataset within String Builder - so i can render it as HTML in the email msg body.
the problem is - the dataset can change and return more or less columns than i have here and my DataRows, Im spec... more >>
Running DTS Package from VB.Net but need to pass parameters
Posted by John at 2/1/2006 9:50:50 AM
I can execute the DTS Package no problem. The thing I can't get working is
that there is a stored procedure within the DTS package that need 2
parameters passed to it. I thought that if I used the code to add a global
variables to the DTS package those would be passed to the stored procedure... more >>
Visual Studio 2005 and framework 1.1
Posted by Stan at 2/1/2006 9:35:31 AM
All,
I've have Visual Studio 2005, but I need to create an exe and some dlls that
will work with the 1.1 framework. All my efforts to create an exe and dlls
that will work on a machine without the 2.0 framework have failed. Is there
a way when compiling with 2005 to have your application ... more >>
MSDN Using Asynchronous Server Socket ?
Posted by Zeeshan Gulzar at 2/1/2006 6:41:37 AM
I am using the code of "MSDN-Using Asynchronous Server Socket"
"ms-help://MS.VSCC.2003/MS.MSDNQTR.2004JUL.1033/cpguide/html/cpconnon-blockingserversocketexample.htm"
Here
try {
listener.Bind(localEndPoint);
listener.Listen(100);
while (true) {... more >>
"Couln't find library MSVCR80.dll" with ASP.Net 2.0
Posted by Christoph Wienands at 2/1/2006 6:29:16 AM
Hey guys,
I just installed .Net Framework 2.0 and it broke one of the applications
that I develop. Here is the error message:
Executable C':\Program Files\Ticketwizard\MyApp.exe\ had the following
unrevoerable error:
Couln't find library MSVCR80.dll (required by
'C:\WINDOWS\Microsoft.NE... more >>
COM object with CLSID {...} is either not valid or registered - He
Posted by Tom at 2/1/2006 2:24:50 AM
Hi Friends
I have a VB6 dll for ftp file to a remote server (third-party, free dll).
Now I migrate the application to VB.net and so I Add the vb6 dll in Reference
-> Switch to COM tab, a corresponding Interop is created. Then I run the
application in my machine and it works fine. But when I... more >>
How to add stored procedure to crystal report?
Posted by ABC at 2/1/2006 12:00:00 AM
I use visual studio 2003, with VS2003, I add new item (crystal report) to
project. Under, report designer, I connected local sql server 2000 (MSDE),
in the database fields folder, only have tables and views, where is the
stored procedures? I must use SP to generate reports, how to add SP to ... more >>
|