Click here to Skip to main content
16,005,473 members
Home / Discussions / C#
   

C#

 
GeneralRe: login page problam Pin
Tyler453-Jan-07 5:42
Tyler453-Jan-07 5:42 
GeneralRe: login page problam Pin
Colin Angus Mackay3-Jan-07 5:57
Colin Angus Mackay3-Jan-07 5:57 
GeneralRe: login page problam Pin
Tyler453-Jan-07 6:09
Tyler453-Jan-07 6:09 
AnswerRe: login page problam Pin
Bassam Saoud3-Jan-07 7:45
Bassam Saoud3-Jan-07 7:45 
AnswerRe: login page problam Pin
lost in transition 4-Jan-07 11:10
lost in transition 4-Jan-07 11:10 
QuestionReferencing a .NET 2 assembly in a .NET1.1 Application [modified] Pin
MrEyes3-Jan-07 4:48
MrEyes3-Jan-07 4:48 
AnswerRe: Referencing a .NET 2 assembly in a .NET1.1 Application Pin
Judah Gabriel Himango3-Jan-07 5:23
sponsorJudah Gabriel Himango3-Jan-07 5:23 
GeneralRe: Referencing a .NET 2 assembly in a .NET1.1 Application Pin
MrEyes3-Jan-07 5:31
MrEyes3-Jan-07 5:31 
Judah Himango wrote:
There are other problems with this too: IIRC, only 1 CLR version can be loaded per-process. Attempting to load CLR 2 under a .NET 1.x process will introduce more problems, I believe.


You are correct, which is why I attempted (unsecuccesfully) to use a COM bridge

Judah Himango wrote:
What functionality are you after? Perhaps the functionality you're after could be reproduced in 1.x code?


The need to use the HTTP post classes that support client side SSL certification, unfortunatly this wasnt added in .NET 1.1 - Up to today I have been using C# Libcurl wrapper code, however this is prooving to be quite bloated and unreliable. In .NET 2 I can perfom the same functionality in 10 lines of code. In the past I have also used code provided by Org.Mentalis however this prooved to be highly unreliable hence the reason for shifting to the C# Libcurl wrapper:

http://www.mentalis.org/soft/projects/ssocket/[^]

http://sourceforge.net/projects/libcurl-net[^]
GeneralRe: Referencing a .NET 2 assembly in a .NET1.1 Application Pin
Judah Gabriel Himango3-Jan-07 5:53
sponsorJudah Gabriel Himango3-Jan-07 5:53 
QuestionWMI unable to connect to some machines Pin
Muhammad Nauman Yousuf3-Jan-07 4:42
Muhammad Nauman Yousuf3-Jan-07 4:42 
AnswerRe: WMI unable to connect to some machines Pin
Dave Kreskowiak3-Jan-07 5:33
mveDave Kreskowiak3-Jan-07 5:33 
QuestionRe: WMI unable to connect to some machines Pin
Muhammad Nauman Yousuf3-Jan-07 20:32
Muhammad Nauman Yousuf3-Jan-07 20:32 
AnswerRe: WMI unable to connect to some machines Pin
Dave Kreskowiak4-Jan-07 2:58
mveDave Kreskowiak4-Jan-07 2:58 
QuestionContextMenu in ShockWaveFlash Pin
morteza573-Jan-07 3:50
morteza573-Jan-07 3:50 
QuestionConverting an Image to a Byte[] and visa versa Pin
Gareth H3-Jan-07 3:38
Gareth H3-Jan-07 3:38 
AnswerRe: Converting an Image to a Byte[] and visa versa Pin
Luc Pattyn3-Jan-07 4:32
sitebuilderLuc Pattyn3-Jan-07 4:32 
GeneralRe: Converting an Image to a Byte[] and visa versa Pin
Gareth H3-Jan-07 5:30
Gareth H3-Jan-07 5:30 
GeneralRe: Converting an Image to a Byte[] and visa versa Pin
Luc Pattyn3-Jan-07 9:37
sitebuilderLuc Pattyn3-Jan-07 9:37 
GeneralRe: Converting an Image to a Byte[] and visa versa Pin
Gareth H3-Jan-07 22:38
Gareth H3-Jan-07 22:38 
GeneralRe: Converting an Image to a Byte[] and visa versa [modified] Pin
Gareth H5-Jan-07 0:57
Gareth H5-Jan-07 0:57 
GeneralRe: Converting an Image to a Byte[] and visa versa Pin
Luc Pattyn5-Jan-07 2:40
sitebuilderLuc Pattyn5-Jan-07 2:40 
GeneralRe: Converting an Image to a Byte[] and visa versa Pin
Gareth H5-Jan-07 3:27
Gareth H5-Jan-07 3:27 
AnswerRe: Converting an Image to a Byte[] and visa versa Pin
maysam gamini5-Nov-09 12:49
maysam gamini5-Nov-09 12:49 
QuestionHow to trigger event when user press Enter key in textbox? Pin
TrooperIronMan3-Jan-07 3:24
TrooperIronMan3-Jan-07 3:24 
AnswerRe: How to trigger event when user press Enter key in textbox? Pin
Martin#3-Jan-07 3:31
Martin#3-Jan-07 3:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.