CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!



Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2005 Tags:
Item Type: NewsGroup Date Entered: 4/11/2006 4:38:33 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 4 Views: 58 Favorited: 0 Favorite
5 Items, 1 Pages 1 |< << Go >> >|
ojm37
Asp.Net User
How to use a 3rd Party dot-net DLL in a web project?4/11/2006 4:38:33 PM

0/0

I've got a 3rd part dot-net DLL that I've copied to the /bin directory of my web project. But I can't get VS-2005 to recognize it (i.e., when I say Dim objParty = New objParty.Class, I get a "Type 'objParty.Class' is not defined" error).

How the heck do I tell VS2005 that the DLL is now a part of the project and to get type information so I can use it?Confused [8-)]

Cheers,
Owen

PS: I got it working a few weeks ago on another machine, but did not record how I did it! Can't find what's different or what settings need to be made to get it to work on the new machine....


Owen
hoopslife
Asp.Net User
Re: How to use a 3rd Party dot-net DLL in a web project?4/11/2006 5:06:16 PM

0/0

Right click on your project in the solution explorer and open up the Property Pages dialog.  In here you can add the DLL as a reference to make it work.
Never Quit
ojm37
Asp.Net User
Re: How to use a 3rd Party dot-net DLL in a web project?4/11/2006 5:30:56 PM

0/0

It's already there!Surprise [:O] When I put it in the /bin folder, it automatically got added to the references list.

Oh, the file that's trying to reference it is in app_code! Seems to make a difference. If I create a file in the root of the project, it can reference the type, but not a file in app_code! (Works on the other computer -- still don't know why or how).


Owen
ojm37
Asp.Net User
Re: How to use a 3rd Party dot-net DLL in a web project?4/11/2006 5:45:43 PM

0/0

DOH!Super Angry [8o|] It seems to be a compile order problem!Sad [:(]

When I changed the compile order (so that the object that uses the object that references the 3rd party dll is compiled AFTER the object that references the 3rd party dll -- follow thar?--, the error went away).


Owen
Mikhail Arkhipo
Asp.Net User
Re: How to use a 3rd Party dot-net DLL in a web project?4/11/2006 8:00:33 PM

0/0

Did you add using or imports statement to the class file in the App_Code?
Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
5 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Beginning ASP.NET 3.5 in C# 2008: From Novice to Professional Authors: Matthew MacDonald, Pages: 954, Published: 2007
.NET and XML Authors: Niel M. Bornstein, Pages: 455, Published: 2003
Beginning ASP.NET 1.0 with Visual Basic.NET: With Visual Basic .NET Authors: Chris Goode, John Kauffman, Rob Birdwell, Christopher L. Miller, Neil Raybould, S. Srinivasa Sivakumar, Ollie Cornes, Dave Sussman, Matt Butler, Gary Johnson, Chris Ullman, Ajoy Krishnamoorthy, Juan T. Llibre, Pages: 816, Published: 2002
Programming Visual Basic .NET Authors: Jesse Liberty, Dave Grundgeiger, Pages: 541, Published: 2003
Pro Visual Studio .NET: From Professional to Expert Authors: Bill Sempf, James Greenwood, Rob Harrop, Brian Bischof, Colt Kwong, Donald Xie, Kunal Cheda, Jon Reid, Jan Machacek, Pages: 571, Published: 2004
.NET Framework Essentials Authors: Thuan L. Thai, Hoang Q. Lam, Pages: 363, Published: 2003
Professional ASP.NET 1.1 Authors: Alex Homer, Dave Sussman, Rob Howard, Brian Francis, Karli Watson, Richard Anderson, Pages: 1337, Published: 2004
Programming .NET Web Services: web services Authors: Alex Ferrara, Matthew MacDonald, Pages: 396, Published: 2002
Microsoft .NET Distributed Applications: Integrating XML Web Services and .NET Remoting Authors: Matthew MacDonald, Pages: 700, Published: 2003

Web:
How to use Dotfuscator with 3rd Party signed DLL? - bytes >Newsgroups: microsoft.public.dotnet.general >Subject: How to use Dotfuscator with 3rd Party signed DLL? >Date: 25 Jan 2004 18:15:47 -0800 ...
Dotnet-Friends.com | Create a Web Service Client with C# .NET 3.0 NET Framework. To consume it, you must compile it as a DLL: ... was trying to use a third party web service in my project and I have run into an issue. ...
COM Events from DotNet (.net) DLL inside a Delphi Application ... Net Framework), that utilizes some third party libraries (also . ... Net DLL. In the past, I have been able to use the COM interop feature of the .net framework ... I have found some fairly good web pages on the topic, ...
build error loading 3rd party .dll: msg#00121 windows.dotnet.nant.user build error loading 3rd p - Find Help in our windows.dotnet.nant.user Forum. ... Web hosts are companies that provide space on a server they own for use by their ... referenced in the project (ActiveReports.dll). The project builds from ...
Dot Net Complete: September 2008 Web Application project. To do so, complete the following steps: .... Thus, multiple projects can reference the same DLL and use the types it contains, ... NET which is a third party. Secondly there are many third party tools which make ...
DotNetZip Library - Home Oct 16, 2008 ... DotNetZip is a small, easy-to-use class library for manipulating .zip files. ... NET, Sharepoint, Web services apps, Powershell scripts, and so on. ... It has no third-party dependencies. It is Medium Trust, so can be used on most hosters. .... Can I distribute the binary DLL with my own project? ...
CodeProject: App.Config for your DLL. Free source code and ... You can wrap calls to the Enterprise Library, or another third party DLL the same way. ... Occupation: Web Developer. Location: United States. Other popular .NET Framework articles:. The 30 Minute Regex Tutorial. Learn how to use regular expressions .... And I have an App project, I put your Class into the project. ...
AccessViolationException in 3rd party dll I'm using a 3rd party dll (pre dotnet) which is working fine in VS 2003 but with 2005 Beta 2 it always throws ... sqlParameterCollection use in C++ · Create setup project with .NET 2005 beta2 & Crystal report XI ... "Add existing item" doesn't work on VS 2003 ASP.NET Web Application ...
microsoft.public.dotnet.framework: Re: .NET dll config file Oct 12, 2004 ... If you use the third party application's configuration file then you will ... A third party application will be invoking my .NET dll ... these will be used ... We are proud to have Web Hosting and Rack Housing from 9 Net ...
Dotnet-News.com Toutes les dernières actus .NET ( ASP.NET, VB.NET ... NET ] Spend 5 days with our innovators, third-party experts, and thousands of ... NET ] This video shows how to use XAML to create WPF applications, ... Key configuration settings when deploying a web application [Source ..... Dotnet.dll ... Probleme avec les msgbo. ... Dotnet-project framewor... Printpreviewdialog. ...




Search This Site:










using login control in vs 2005

adding custom roles

formsauthentication.redirectfromloginpage error!!!

show an explicit message when invalid username

problems adding new sql provider

how to send mail using imap4/ssl mail protocols

signout & page already visited

extending sqlmembershipprovider

server application unavailable !!please help!!

securing an assembly

login setup in ew

how to get membership related data row?

conn to email server or sql to check credentials

loginview not working?

cannot login after deploying application

membership role assignment through createuserwizard

user.identity.name

help here please!

authentication login and logout questions.

signout works only on web server

hmac-md5 encryption

login: redirect on invalid access role

any ideas on membership design?

create random password

keep a user logged in until the browser is closed

getting username login from his pc from web application

a problem with getnumberofuseronline ?

asp config login in visual studio web developer express edition

is aspnetdb.mdf sufficient for creating an application

random generated member id and password

  Privacy | Contact Us
All Times Are GMT