Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > DLL in ASP.NET

Reply
Thread Tools

DLL in ASP.NET

 
 
Akif
Guest
Posts: n/a
 
      12-11-2003
Hi all.
I have designed a Windows Control Library.(.dll) that
works as a chat client. it works fine when i use it in a
Windows application.. When i put this DLL in ASP.NET it
looks fine.. but doesn't comminicate to chat server. How
do I solve this problem?

best regards.
Akif
 
Reply With Quote
 
 
 
 
Shan
Guest
Posts: n/a
 
      12-11-2003
Can you elaborate more ? whats the error you are getting?
Do you see the control? is the server running?

Thanks,
-Shan


>-----Original Message-----
>Hi all.
>I have designed a Windows Control Library.(.dll) that
>works as a chat client. it works fine when i use it in a
>Windows application.. When i put this DLL in ASP.NET it
>looks fine.. but doesn't comminicate to chat server. How
>do I solve this problem?
>
>best regards.
>Akif
>.
>

 
Reply With Quote
 
 
 
 
jeff
Guest
Posts: n/a
 
      01-12-2004
Windows Control Library.(.dll) is for Windows Applications, is not for
Asp.Net. You may need an ActiveX dll as a chat client running on client side
pages.

-jeff

"Akif" <> wrote in message
news:11fcf01c3bffe$34a6a240$...
> Dll is writen in C#. I called this DLL using <OBJECT>
> method in ASP.NET. DLL is designed to work as a chat
> client. I see all the buttons and text or listboxex on
> html page. but the dll can not simply connect to the
> server. it gives no error messages.. just didn't connect.
> Server works fine.
> .
> thanks.
>
> Akif.
>
> >-----Original Message-----
> >Can you elaborate more ? whats the error you are getting?
> >Do you see the control? is the server running?
> >
> >Thanks,
> >-Shan
> >
> >



 
Reply With Quote
 
Chris Botha
Guest
Posts: n/a
 
      01-12-2004
Jeff, it can be done, have a look at
http://www.15seconds.com/issue/030610.htm

It may be a security issue if the user control uses sockets and the site
where the page is loaded from, is not trusted on the client computer.

"jeff" <> wrote in message
news:...
> Windows Control Library.(.dll) is for Windows Applications, is not for
> Asp.Net. You may need an ActiveX dll as a chat client running on client

side
> pages.
>
> -jeff
>
> "Akif" <> wrote in message
> news:11fcf01c3bffe$34a6a240$...
> > Dll is writen in C#. I called this DLL using <OBJECT>
> > method in ASP.NET. DLL is designed to work as a chat
> > client. I see all the buttons and text or listboxex on
> > html page. but the dll can not simply connect to the
> > server. it gives no error messages.. just didn't connect.
> > Server works fine.
> > .
> > thanks.
> >
> > Akif.
> >
> > >-----Original Message-----
> > >Can you elaborate more ? whats the error you are getting?
> > >Do you see the control? is the server running?
> > >
> > >Thanks,
> > >-Shan
> > >
> > >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Memory Allication (Managed VC++ DLL to Unmanaged DLL) [Second Try] Weston Fryatt ASP .Net 2 01-01-2005 11:31 AM
How to determine if a DLL is a COM DLL or .NET DLL Anushi ASP .Net 5 10-28-2004 01:59 PM
Why does Ruby use both tcl83.dll and tk83.dll (instead of just tk83.dll)? H. Simpson Ruby 4 08-03-2004 04:45 PM
mprapi.dll --> samlib.dll --> ntdll.dll issue. Some1 Computer Support 4 04-05-2004 02:02 AM
msvcrt.dll, msvcirt.dll, msvcrt20.dll and msvcrt40.dll, explanation please! Snoopy NZ Computing 16 08-25-2003 12:34 PM



Advertisments