Hello,
I am using the Cassini dist. package for ASP 1.1 but the problem also occurs with 2.0. After my application is finished installing, and the custom action fires to have cassini register the app, I get a FileNotFoundException. (Could not load file or assembly ...) I have isolated the problem to being with the AppLocation parameter. When the AppLocation parameter is something other than "[TARGETDIR]\" I get the error. However, I do not have a choice in the matter as our application is an integration of three web applications. Each of these applications are already installed on the machine under separate directories. Therefor, after the installation of our application, we need to register each of the other 3 with cassini, none of which will actually be located in [TARGETDIR]. I've tried the following paths:
C:\
C:\company\LongNoSpaceProductName\
C:\company\LongNo~1\
Like I said, each of these paths result in the Exception while using [TARGETDIR]\ works fine (although there is no application actually in that directory).
If there is no fix for this, I assume I can simply put the registration of the applications in a batch file and have that get fired after installation, correct?
Thanks