cancel
Showing results for 
Search instead for 
Did you mean: 

The requested resource does not exist

Former Member
0 Kudos

Hello!

I have a programm, made in Visual Stuio2005(.NET). I installed the PDK for .NET and now i get this failure massage:

The requested resource does not exist.

Any ideas?

Accepted Solutions (0)

Answers (1)

Answers (1)

rima-sirich
Advisor
Advisor
0 Kudos

Hi Guntram,

Could you, please, describe the exact flow ? What did you try to do when you got this message ?

Regards,

Rima.

Former Member
0 Kudos

Ok. I deploy the programm from Visual Studio to the Portal. Then i create the i views of the par-files. Then i make the pages to this iviews.

When i click now on a button, another iview should be shown(link). The link is coded in "VB".

Thanks for your answer

rima-sirich
Advisor
Advisor
0 Kudos

Hi Guntram,

Change link's url to some static url, like www.google.com and see if it works. If yes,

then the problem caused by wrong url. Anyway, if you want to navigate between iViews

developed in PDK for .NET I would suggest you to read this documentation:

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/go/km/docs/library/dotnet/pdk%20for%20.net/developer's%20Guide%20PDK%202.0%20for%20.NET/index.html">PDK 2.0 for .NET Development Guide</a>:

1. Tutorials -> Tutorial 8: Implementing Object-Based Navigation

2. Tutorials -> Tutorial 7:Client-Side Events and How to -> Portal Client-Side Events

3. How to -> Portal Server-Side Events

and in <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/dotnet?rid=/lw/uuid/95628888-0d01-0010-7d97-f0d771999d0f">pdk 2.5 for .NET Development Guide</a>:

1. How to -> Using the TabStrip Control ( TabStrip is available in PDK 2.0 too, but without the documentation ).

Regards,

Rima.