Click here to Skip to main content
15,896,063 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionhow to register the dll(using the CSInteropUserControlItemTemplate) Pin
coderormnger26-Mar-09 22:47
coderormnger26-Mar-09 22:47 
AnswerRe: how to register the dll(using the CSInteropUserControlItemTemplate) Pin
led mike27-Mar-09 4:43
led mike27-Mar-09 4:43 
GeneralRe: how to register the dll(using the CSInteropUserControlItemTemplate) Pin
coderormnger27-Mar-09 16:45
coderormnger27-Mar-09 16:45 
GeneralRe: how to register the dll(using the CSInteropUserControlItemTemplate) Pin
coderormnger30-Mar-09 16:47
coderormnger30-Mar-09 16:47 
QuestionHow to Use an Activex Control in WebService? Pin
lynn100726-Mar-09 15:48
lynn100726-Mar-09 15:48 
AnswerRe: How to Use an Activex Control in WebService? Pin
led mike27-Mar-09 4:41
led mike27-Mar-09 4:41 
GeneralRe: How to Use an Activex Control in WebService? Pin
lynn100730-Mar-09 16:08
lynn100730-Mar-09 16:08 
QuestionNeed to use RNGCryptoServiceProvider in PHP, help! Pin
Kai Erik Sellgren26-Mar-09 7:51
Kai Erik Sellgren26-Mar-09 7:51 
Hi,

I need to use RNGCryptoServiceProvider in PHP.

I have tried:

Code:

$rng = new DOTNET("mscorlib", "System.Security.Cryptography.RNGCryptoServiceProvider");
$arr = array(0);
$v = new VARIANT($arr,VT_ARRAY);
$rng->GetBytes($v);
unset($rng);


The component loads fine.

But I got this error: Fatal error: Uncaught exception 'com_exception' with message 'Error [0x80070057] The parameter is incorrect.

Any ideas?
Edit/Delete Message
QuestionThanks for your replies - wsa: Re: Compiler Pin
Olivier Gautherot26-Mar-09 7:14
Olivier Gautherot26-Mar-09 7:14 
QuestionHow to Implement .Net Framework Using .net Pin
crrajaguru25-Mar-09 21:12
crrajaguru25-Mar-09 21:12 
AnswerRe: How to Implement .Net Framework Using .net Pin
Pete O'Hanlon26-Mar-09 1:39
mvePete O'Hanlon26-Mar-09 1:39 
GeneralRe: How to Implement .Net Framework Using .net Pin
Luc Pattyn26-Mar-09 2:27
sitebuilderLuc Pattyn26-Mar-09 2:27 
GeneralRe: How to Implement .Net Framework Using .net Pin
Pete O'Hanlon26-Mar-09 2:29
mvePete O'Hanlon26-Mar-09 2:29 
GeneralRe: How to Implement .Net Framework Using .net Pin
led mike26-Mar-09 4:47
led mike26-Mar-09 4:47 
GeneralRe: How to Implement .Net Framework Using .net Pin
Pete O'Hanlon26-Mar-09 5:09
mvePete O'Hanlon26-Mar-09 5:09 
GeneralRe: How to Implement .Net Framework Using .net Pin
led mike26-Mar-09 5:23
led mike26-Mar-09 5:23 
GeneralRe: How to Implement .Net Framework Using .net Pin
Luc Pattyn26-Mar-09 5:11
sitebuilderLuc Pattyn26-Mar-09 5:11 
GeneralRe: How to Implement .Net Framework Using .net Pin
Roger Wright26-Mar-09 19:30
professionalRoger Wright26-Mar-09 19:30 
AnswerRe: How to Implement .Net Framework Using .net Pin
Brady Kelly26-Mar-09 4:38
Brady Kelly26-Mar-09 4:38 
GeneralRe: How to Implement .Net Framework Using .net Pin
Pete O'Hanlon26-Mar-09 4:47
mvePete O'Hanlon26-Mar-09 4:47 
JokeRe: How to Implement .Net Framework Using .net Pin
Jeremy Falcon26-Mar-09 8:18
professionalJeremy Falcon26-Mar-09 8:18 
QuestionCapture HTTP_USER_AGENT in WinForms? Pin
PSU Steve25-Mar-09 11:10
professionalPSU Steve25-Mar-09 11:10 
AnswerRe: Capture HTTP_USER_AGENT in WinForms? Pin
Eddy Vluggen25-Mar-09 22:04
professionalEddy Vluggen25-Mar-09 22:04 
QuestionMixed Enabled Check Boxes in a Tree View? Pin
Tristan Rhodes24-Mar-09 5:59
Tristan Rhodes24-Mar-09 5:59 
QuestionVS 2005 install messes with other apps Pin
rcampbell1224-Mar-09 5:05
rcampbell1224-Mar-09 5:05 

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.