Questions about smartclient development

Y

Yan Lu

First thing is: Is it possible to deploy smartclient apps on Win2K platform?
If not, what's the requirements for using smartclient on the server and
client sides?

Second question: I am using my Win2K for a smartclient development test.
Everytime when I run the app, it reports following error. How to solve it,
based on the assumption that Win2K can do the work.

--------------Error Messages-------------------------------
System.IO.FileNotFoundException: File or assembly name
WindowsApplication1.exe, or one of its dependencies, was not found.
File name: "WindowsApplication1.exe"

=== Pre-bind state information ===
LOG: Where-ref bind. Location = HTTP://localhost/t/WindowsApplication1.exe
LOG: Appbase = C:\vs\WindowsApplication1\bin\
LOG: Initial PrivatePath = NULL
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Attempting download of new URL
http://localhost/t/WindowsApplication1.exe.

-----------------------------------------------------------
 
F

Fitim Skenderi

Hi Yan,

First : To develop smartclient apps, on client machne you need to have .NET
framework, regardless of the operating system (execpet Windows 2003 where
the .NET coms as part of the OS).

Second: All the assemblies that are referenced by smart client need to be in
the same dir as your smartclient app. I am talking here about third party
assemblies, not the ones that are part of the .NET framework. So if your
smartclient app is using any third party tools, their assmeblies need to be
in the same dir as your smartclient app.


Fitim Skenderi
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top