Groups | Blog | Home
all groups > dotnet distributed apps > march 2004 >

dotnet distributed apps : Smart Clients



João Melo
3/17/2004 12:49:33 PM
Does anyone have any experience with smart clients ?

I have an application that uses infragistics components. I want to be able
to get the application with an url like
'http://myservernam/appname/appexecutable.exe' using reflection.

I already can run this from my server but when i try to run it from my
client, it throws an error saying that the infragistics dll does not exist
but the DLLs are in the server.

Can anyone help ?

OHHHH THE PAIN!!!

João Melo

Mickey Williams
3/19/2004 4:14:56 PM
Those assemblies must be available in the folder represented by the download
URL. As you don't need to have .NET (or even IIS) on the server, the GAC is
irrelevant. If you use a tool like Fiddler or YATT, you can see exactly
which files are being requested.

--
Mickey Williams
Author, "Microsoft Visual C# .NET Core Reference", MS Press
www.servergeek.com



[quoted text, click to view]

AddThis Social Bookmark Button