Skip to main content
I'm using K2.Net Workspace to view the process flow but the image is not loading on users' PCs. It can be displayed if I load it from the server itself (through remote terminal session for example), but using link http://mydomain:port/k2v3/workspace/K2MIS/ViewFlow.aspx?ProcInstID=23 does not display anything except image icon in the left corner of my window.

I read about IIS site settings for Workspace site. I have the following IIS settings for K2V3 catalog and its childs: Execute permissions - Scripts only; Read and Directory browsing enabled

Need help :shock:
You need to have the .NET Framework v1.1 installed on the client machine in order to display the Viewflow image. There's also a couple of KB articles on this subject.

Regards,
Ockert
If it still does not display, you might have to modify the .Net security local intranet zone to Fulltrust.

In order to achieve that:

- administrative tools
- .Net framework 1.1 configuration
- Expand "runtime security policies"
- Expand "machine"
- Expand "Code Group"
- Expand "All Code"
- Right click "Local_Intranet_Group" (or something like that)
- Click on "Properties"
- In the last tab, select Full Trust.
- Close the console
- Close and open IE and Workspae

It should appear!

Reply