Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

NWRFCSDK on 2003

Former Member
0 Likes
459

Hi,

I wrote some exe that links with the nwrfcsdk (NWRFC_2-20002217.SAR) - everything works properly on winXP, but when I try to use this exe (it has all the necessary dll nearby) on win2003 - I get the following message: "The application failed to initialized properly (0xc015002). Click ok to terminate the application."

Looking in the eventviwer I found this:

Source: "SideBySide"

Description: "Dependent Assembly Microsoft.VC80.CRT couldn't be found and Last Error was The referenced assembly is not installed on your system"

Any idea?

tx.

shlom

Hi,

I wrote some exe that links with the nwrfcsdk (NWRFC_2-20002217.SAR) - everything works properly on winXP, but when I try to use this exe (it has all the necessary dll nearby) on win2003 - I get the following message: "The application failed to initialized properly (0xc015002). Click ok to terminate the application."

Looking in the eventviwer I found this:

Source: "SideBySide"

Description: "Dependent Assembly Microsoft.VC80.CRT couldn't be found and Last Error was The referenced assembly is not installed on your system"

Any idea?

tx.

shlom

1 REPLY 1
Read only

Former Member
0 Likes
368

See the last message in this thread:

You need to download and install the Microsoft Visual C++ 2005 Redistributable Package, in order to provide the runtime the DLL that it is looking for.