Skip to Content
0
Former Member
Feb 03, 2011 at 07:51 PM

Destination configuration already initialized!?

2823 Views

I am prototyping with Visual Studio 2005 and have had wonderful results. The only problem that I am experiencing is the following error message AFTER the INITIAL request to my page right after my application has been built. Any subsequent requests to the page result in the following error:

"Destination configuration already initialized" from this line

RfcDestinationManager.RegisterDestinationConfiguration(new MyBackendConfig()) ;

Does anyone know a way to determine whether the destination has already been configured? Any help is greatly appreciated.

Edited by: Richard M. Mendez on Feb 3, 2011 8:52 PM