I don't know what RMSBuild is. That's not related to TurboActivate.
To add TurboActivate to .NET apps see one of these articles:
Hi Admin,I am having a web application project in VS 2008(.NET Framework 3.5). I have added a setup project also to this and added the project output to content files and primary output. I have copied TurboActivate.dll,.exe and .dat file to the Debug folder in Setup project. The activate code is added in login page.Setup is added to ASP.NEt 4.0 App pool.But when I login in to the application, it gives me error.."Could not load file or assembly 'RMSBuild' or one of its dependencies. An attempt was made to load a program with an incorrect format." What am I doing wrong? Response appreciated asap there is a deadline.. 😳 Thanks Lax
I don't know what RMSBuild is. That's not related to TurboActivate.
To add TurboActivate to .NET apps see one of these articles:
Wyatt wrote:> I don't know what RMSBuild is. That's not related to TurboActivate.> > To add TurboActivate to .NET apps see one of these articles:> >
Hi, RMS Build is the name of my setup project.. I have added the dll as per the instructions by referring to your website.But this the error..
Help
laxmiraj wrote:> Wyatt wrote:> > I don't know what RMSBuild is. That's not related to TurboActivate.> > > > To add TurboActivate to .NET apps see one of these articles:> > > >
> > Hi, > RMS Build is the name of my setup project.. I have added the dll as per the instructions> by referring to your website.> But this the error..> > Help
Wyatt Hi,Hi, I have a website application in C#.Net. Is there anything more that I need to do to add Turboactivate..Help
You need to look at the full error. "Failing to load" is not enough information. You need the debug information to see what's happening. Can you debug you app? Does it work then? Run your app in visual studio and see what works or what's throwing an exception.
Hi..The older issue is corrected. My mistake sorry..But now I cannot login as it is showing"Unable to load DLL 'TurboActivate.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)".
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.DllNotFoundException: Unable to load DLL 'TurboActivate.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)Source Error: Line 829: switch (IntPtr.Size == 8 ? Native64.IsGenuineEx(VersionGUID, ref opts) : Native.IsGenuineEx(VersionGUID, ref opts))Line 830:#elseLine 831: switch (Native.IsGenuineEx(VersionGUID, ref opts))Line 832:#endifLine 833: {
Do I need to register the dll?What should I add more?help appreciated..Thanx 🙁
No, you don't register the dll. You just need to make sure your app can find the dll. For example: P/Invoke in ASP.NET (Dll not found exception)