Last post Feb 24, 2010 08:17 PM by mbanavige
Member
52 Points
279 Posts
Feb 24, 2010 05:00 AM|cbozlagan|LINK
Hi,
I'm developing Asp.Net application (c#) to run it in 64 bit IIS environment.
I have to use .Net Connector for SAP component (32bit, there is not 64 bit version) in my application.
What must i do?
Thanks.
All-Star
159961 Points
13197 Posts
ASPInsiders
Moderator
Feb 24, 2010 08:41 AM|mbanavige|LINK
SAP has both 32bit and 64bit versions of the librfc32.dll.
This the the assembly that actually communicates with the SAP systems.
If you install the 64bit librfc32 onto your server, then the .NET Connector assemblies may work.
or your could just set your IIS app pool to run as a 32 bit process.
Feb 24, 2010 03:00 PM|cbozlagan|LINK
I downloaded 64 bit librfc32u.dll. I put it near application dll file.But the result is the same.It does not work.
I tryed to add reference the librfc32u.dll in my application , but it cannot be done because my developing environment is 32 bit.
How can i set IIS pool to run as 32 bit process?
Feb 24, 2010 08:17 PM|mbanavige|LINK
The librfc32 assembly is normally found in the system32 folder.
But you may find that setting the app pool to run as 32bit is a simpler solution:
http://blog.davidyack.com/journal/2008/5/19/iis7-and-32bit-applications.html
http://support.softartisans.com/kbview_1213.aspx
Member
52 Points
279 Posts
Is it possible to use 32bit component in 64 bit .Net application
Feb 24, 2010 05:00 AM|cbozlagan|LINK
Hi,
I'm developing Asp.Net application (c#) to run it in 64 bit IIS environment.
I have to use .Net Connector for SAP component (32bit, there is not 64 bit version) in my application.
What must i do?
Thanks.
All-Star
159961 Points
13197 Posts
ASPInsiders
Moderator
Re: Is it possible to use 32bit component in 64 bit .Net application
Feb 24, 2010 08:41 AM|mbanavige|LINK
SAP has both 32bit and 64bit versions of the librfc32.dll.
This the the assembly that actually communicates with the SAP systems.
If you install the 64bit librfc32 onto your server, then the .NET Connector assemblies may work.
or your could just set your IIS app pool to run as a 32 bit process.
Member
52 Points
279 Posts
Re: Is it possible to use 32bit component in 64 bit .Net application
Feb 24, 2010 03:00 PM|cbozlagan|LINK
Hi,
I downloaded 64 bit librfc32u.dll. I put it near application dll file.But the result is the same.It does not work.
I tryed to add reference the librfc32u.dll in my application , but it cannot be done because my developing environment is 32 bit.
How can i set IIS pool to run as 32 bit process?
Thanks.
All-Star
159961 Points
13197 Posts
ASPInsiders
Moderator
Re: Is it possible to use 32bit component in 64 bit .Net application
Feb 24, 2010 08:17 PM|mbanavige|LINK
The librfc32 assembly is normally found in the system32 folder.
But you may find that setting the app pool to run as 32bit is a simpler solution:
http://blog.davidyack.com/journal/2008/5/19/iis7-and-32bit-applications.html
http://support.softartisans.com/kbview_1213.aspx