Click here to Skip to main content
16,004,991 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Programming own Browser in .NET 2.0 Pin
mitooki13-Jan-06 6:12
mitooki13-Jan-06 6:12 
GeneralRe: Programming own Browser in .NET 2.0 Pin
tommy_tanaka13-Jan-06 6:25
tommy_tanaka13-Jan-06 6:25 
Questionc# and javascript functions Pin
ckruger10-Jan-06 3:02
ckruger10-Jan-06 3:02 
AnswerRe: c# and javascript functions Pin
Guffa10-Jan-06 6:40
Guffa10-Jan-06 6:40 
Question.net built in classes Pin
pyro_3k10-Jan-06 2:49
pyro_3k10-Jan-06 2:49 
AnswerRe: .net built in classes Pin
Dave Kreskowiak10-Jan-06 5:14
mveDave Kreskowiak10-Jan-06 5:14 
GeneralRe: .net built in classes Pin
pyro_3k10-Jan-06 5:35
pyro_3k10-Jan-06 5:35 
QuestionPassing long from ASP to C# method Pin
sauravg2810-Jan-06 0:29
sauravg2810-Jan-06 0:29 
Hi
I have an application where the front end is in ASP and the dll which supports it is written in C#.
I am using 'regasm' command to register it for com inter-operatibility.

C# dll methods are working fine for string type parameters, but not for LONG and INT type parameters. It throws an error saying:
__________________________________________________________________________
Microsoft VBScript runtime error '800a01c2'

Wrong number of arguments or invalid property assignment: 'GetReportsData'
__________________________________________________________________________

I am passing the LONG parameter from ASP. Example:
_________________________
Method in C#
public string takeint(long param)
{
//code
}
________
Call from ASP

var1=object.takeint(Clng("100"))
_________________________

This operation throws above mentioned error.
What are the compatible datatypes for LONG and INT of ASP in C# as I can't change the ASP call, but I can change the C# code?

Thanks.






--------------------------------
From: saurav goel
AnswerRe: Passing long from ASP to C# method Pin
jonathan1510-Jan-06 1:50
jonathan1510-Jan-06 1:50 
GeneralRe: Passing long from ASP to C# method Pin
Guffa10-Jan-06 6:44
Guffa10-Jan-06 6:44 
Questionwho's familiar with Intel UPnP stuff ? Pin
cat_9-Jan-06 20:55
cat_9-Jan-06 20:55 
QuestionRewriting SplitContainer functionality Pin
IMinusMinus9-Jan-06 15:41
IMinusMinus9-Jan-06 15:41 
AnswerRe: Rewriting SplitContainer functionality Pin
Daniel Grunwald10-Jan-06 7:49
Daniel Grunwald10-Jan-06 7:49 
GeneralRe: Rewriting SplitContainer functionality Pin
IMinusMinus11-Jan-06 7:59
IMinusMinus11-Jan-06 7:59 
QuestionDifference between Manifest & Metadata Pin
chervu9-Jan-06 5:36
chervu9-Jan-06 5:36 
AnswerRe: Difference between Manifest & Metadata Pin
Dave Kreskowiak9-Jan-06 5:57
mveDave Kreskowiak9-Jan-06 5:57 
QuestionHow to redirect a .NET app to run on a specific .NET runtime Pin
C-lviu8-Jan-06 23:38
C-lviu8-Jan-06 23:38 
AnswerRe: How to redirect a .NET app to run on a specific .NET runtime Pin
mikailcetinkaya9-Jan-06 3:09
mikailcetinkaya9-Jan-06 3:09 
GeneralRe: How to redirect a .NET app to run on a specific .NET runtime Pin
C-lviu9-Jan-06 4:54
C-lviu9-Jan-06 4:54 
AnswerRe: How to redirect a .NET app to run on a specific .NET runtime Pin
Dave Kreskowiak9-Jan-06 5:19
mveDave Kreskowiak9-Jan-06 5:19 
AnswerRe: How to redirect a .NET app to run on a specific .NET runtime Pin
Daniel Grunwald9-Jan-06 6:48
Daniel Grunwald9-Jan-06 6:48 
QuestionHow to use a c# sring in javascript Pin
ckruger8-Jan-06 20:42
ckruger8-Jan-06 20:42 
AnswerRe: How to use a c# sring in javascript Pin
Guffa8-Jan-06 21:35
Guffa8-Jan-06 21:35 
GeneralRe: How to use a c# sring in javascript Pin
ckruger8-Jan-06 22:33
ckruger8-Jan-06 22:33 
AnswerRe: How to use a c# sring in javascript Pin
Guffa8-Jan-06 22:38
Guffa8-Jan-06 22:38 

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.