cancel
Showing results for 
Search instead for 
Did you mean: 

Transfering Proxies From Vs 2003 Project To VS 2005 Website Application

Former Member
0 Kudos

I am building proxies using <b>VS 2003</b> and want to use those proxies in <b>VS 2005 Website.</b>

My problem is that I cannot refer those proxies in the website.

VS 2003 proxies are working fine with VS 2005 Project (Windows and Console Applications).

Any ideas, please advice.

Thanks In Advance,

Raj.

Accepted Solutions (0)

Answers (1)

Answers (1)

reiner_hille-doering
Active Contributor
0 Kudos

The way how WebSite projects are compiled is hard to understand - at least for me. They automatically create DLLs from folders - sometimes also from single files.

I recommend that you compile the whole proxy (or multiple) into one DLL (either in VS 2003 or in a VS 2005 Library project). Reference this DLL in you webside - additinal to SAP.Connector.DLL and SAP.Connector.Rfc.DLL. You may also needs to include some of them in the "Compilation" section of Web.config.