Skip to main content
When adding a webservice to an activity, I am getting the following error:
---------------------------
Setup Error
---------------------------
Failed to load resources from resource file
Please check your Setup
---------------------------
OK
---------------------------
This happens whether the service is .net 1.1 or 2
K2 Studio Version: 3.6090.1.0
VS: 2005
I have seen and tried the solution in post:
http://forum.k2workflow.com/viewtopic.php?t=1418
But it did not help.
The problem is definitely related to the .Net 2.0 framework being installed on the machine where you are running K2.net Studio.

Before trying the workaround in the forum post you mentioned, make sure that you have the .Net Framework 1.1 SDK installed. The workaround must be performed using that version of the SDK.

You will not be able to perform the workaround on a .Net 2.0 web service.
I do have both 1.1 and 2.0 installed on my machine.

So what you're saying is that there is no way for K2 Studio to interact with a .net 2.0 webservice? This will prove to be troublesome as all of our web services are 2.0.

Reply