Reinstall K2 Designer for Visual Studio

  • 18 November 2008
  • 1 reply
  • 0 views

Badge +1

Hi,


I intend to switch my VS2005 to point to my development server. It's still pointing to production server now. Is it true to run "K2Setup.exe" again to change the server configuration?


I had tried to run it with few wizard steps but always didn't show the step which I could key in the server information ?!?!


There are 3 options: Modify, Remove, Modify and Repair. Which one to go for?


Cheers... 


 


1 reply

Badge +9

I think you can change it from the Environment tab in the K2 Object Browser by clicking on the down arrow on the right of the "Environment (Development)" text.  In the drop down menu, select Change Server.  In the connection string settings, just specify the correct server.


 It should be in the format:


Integrated=True;IsPrimaryLogin=True;Authenticate=True;EncryptedPassword=False;Host=[Your Server Name];Port=5555

Reply