Dart Home | PowerTCP Sockets for .NET | Custom Development | Reply | PowerTCP Sockets for .NET (Secure and Standard) Topics | Forums |
Author | Forum: PowerTCP Sockets for .NET (Secure and Standard) Topic: File or assembly name Dart.PowerTCP.SslSockets, Not found |
paulf From: Idaho Falls, ID USA Posts: 4 Member Since: 05/13/04 |
posted May 13, 2004 1:55 PM The full error is: "File or assembly name Dart.PowerTCP.SslSockets, or one of its dependencies, was not found." This is coming from a custom control (dll) that I have built and put on a webserver. Can asp instantiate a server object(mydll) that has a reference to the PowerTCP assembly??? Please advise. |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted May 13, 2004 1:57 PM When you build the project, it should have copied that DLL into the bin directory ready to deploy. If it didn't check to make sure you have "Copy Local" set to true for the reference. |
paulf From: Idaho Falls, ID USA Posts: 4 Member Since: 05/13/04 |
posted May 13, 2004 2:00 PM It did create the Dart.PowerTCP.SslSockets.Forms.dll and I ran the following statement.. C:\WINNT\Microsoft.NET\Framework\v1.0.3705\regasm C:\winnt\system32\Dart.PowerTCP.SslSockets.Forms.dll which was successful. Any other ideas? |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted May 13, 2004 2:01 PM Dart.PowerTCP.SslSockets.Forms.dll would not be used in an ASP.NET project. I think you want Dart.PowerTCP.SslSockets.dll as the error message indicates. |
paulf From: Idaho Falls, ID USA Posts: 4 Member Since: 05/13/04 |
posted May 13, 2004 2:05 PM Ah.. That makes good sense. So for that Dll, set the copy local to true and that should work... correct? (I will try this and post back) Thanks for your help. |
paulf From: Idaho Falls, ID USA Posts: 4 Member Since: 05/13/04 |
posted May 13, 2004 2:11 PM Thank you !!!!! It worked like a champ. And thank you for your ultra fast response time. I am very impressed. |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted May 13, 2004 2:18 PM You're very welcome! Thanks for the follow-up. |
Reply | PowerTCP Sockets for .NET (Secure and Standard) Topics | Forums |
This site is powered by
![]() |