Dear All,
I have created simple workflow based on Professional K2 blackpearl book in chapter 9. After I created an instance and login using user account, I opened my ClientEventPages and get this error messages "Could not load the assembly 'InformationRequest'. Make sure that it is compiled before accessing the page."
I am a beginner in K2 so I don't know what should I do to get rid of this error. If there is any information about what should I do to fix this error, please let me know.
Thank you
LIT
Hi,
Do IIS and K2 run on the same box?
If yes, in my memories, you need to create a (IIS) web application for the directory that host your CientEventPages. By default, this directory is in the blackpearl installation directory (c:\program files\k2blackpearl) in something like ClientPages\yourProcess.
Another way consists in moving the dll (in your case: InformationRequest.dll) in the parent directory.
HTH
JanThe statements and opinions made in my postings are my own, and do not reflect the opinions of SourceCode Technology Holdings, Inc. or its subsidiaries. All information is provided as is with no warranties, express or implied, and grants no rights or licenses.
Thanks for your reply. It is true that IIS and K2 run on the same box. I have already create virtual directory refer to c:\program files\k2blackpearl\Workspace\ClientEventPages just like you said. But the error message is still the same.
Is there something else that I missed? Thank you so much.
Finally, I can get rid of that error message. I just copy dll to folder bin in parent directory. Sorry I forgot to do as you said. Thank you so much.
for the virtual directory creation, I mean: you need to create a virtual directory for the folder corresponding to your process just under the ClientEventPages directory.
And you don't need to this AND moving the dll... you just have to choice one way ;-)