Currently am migrating a project developed in 2008/2010 ASP.NET Frame work 3.5 /4 to 2012 ASP.NET With Frame Work 4.5 My Project has 2 DLL's Supporting J#. While loading the WSDL , its doesn't show the error . But runtime its throwing error
The type initializer for 'java.lang.System' threw an exception. Inner Exception: Unable to load DLL 'vjsnativ': The specified module could not be found. (Exception from HRESULT: 0x8007007E) Inner Exception: Unable to load DLL 'vjsnativ': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Tried replacing the dll but no use. Its been understood from the online updates like there is no more any support for J# in ASP.net 2012. Please help me if any one can throw light /thoughts on this.
Thanks