# Launching SDK-View

**URL:** https://tech-community.robotics.abb.com/t/launching-sdk-view/2376
**Category:** Developer Tools
**Created:** [December 15, 2008, 12:37pm UTC](https://tech-community.robotics.abb.com/t/launching-sdk-view/2376 "2008-12-15T12:37:23Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![chaos](https://avatars.discourse-cdn.com/v4/letter/c/9d8465/32.png) [@chaos](https://tech-community.robotics.abb.com/u/chaos)
#### Post date: [December 15, 2008, 12:37pm UTC](https://tech-community.robotics.abb.com/t/launching-sdk-view/2376/1 "2008-12-15T12:37:23Z")

</div>

Hello.

I have tried to launch a SDK-View with an other one with the following source code:  
The HMI hangs up everytime and I tried different combination of the definition of the \_iTpsSite.LaunchView(…)

Object \_cookieA;  
\_iTpsSite = sender as ABB.Robotics.Tps.Taf.ITpsViewLaunchServices;  
if (\_iTpsSite.LaunchView(“TpsView\_HMI.gtpu.dll”, “ABB.Robotics.SDK.Views.TpsView\_HMI”, null, true, out \_cookieA) != true)  
{  
ErrorHandler();  
}

I would be appreciated if somebody could tell me what I have done wrong.  
Thanks in advance
