-
how can i make a dll of a console based application
pls let me help regarding my question....
I've created a chat application using REMOTING tech. of .net its working
on the console but when im trying to create an Assembly(dll) of this application
and use this dll in my web form then its not working the Error is : the Assembly
or its dependencies were not found !!
pls reply a.s.a.p
Raheel
Browser Error msg:
**************************************************************************************
Parser Error Message: File or assembly name ccontrols, or one of its dependencies,
was not found.
Source Error:
Line 1: <%@ Register TagPrefix="MyControl" Namespace="Topic" Assembly =
"ccontrols" %>
Line 2: <html>
Line 3: <body>
**************************************************************************************
-
Re: how can i make a dll of a console based application
"Raheel" <kse_raheel@yahoo.com> wrote:
>
>pls let me help regarding my question....
>
>I've created a chat application using REMOTING tech. of .net its working
>on the console but when im trying to create an Assembly(dll) of this application
>and use this dll in my web form then its not working the Error is : the
Assembly
>or its dependencies were not found !!
>
>pls reply a.s.a.p
>
>Raheel
>
>
>Browser Error msg:
>
>**************************************************************************************
>Parser Error Message: File or assembly name ccontrols, or one of its dependencies,
>was not found.
>
>Source Error:
>
>
>Line 1: <%@ Register TagPrefix="MyControl" Namespace="Topic" Assembly =
>"ccontrols" %>
>Line 2: <html>
>Line 3: <body>
>
>**************************************************************************************
hi,
have you made the dll? if so, should work from console app too, if not try
to create a new project (dll) and copy/paste your code. seems to be the easiest
way...
cheers, greg
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks