asp.net Type ' ' is not defined - How to Register DLL File and get PublicKeyToken
12 views (483 Site Views) ~ Last Updated on February 09, 2018

In this lesson, we are going to look at the error
Type 'ID3TagLibrary.MP3File' is not defined.
We have to do some administration work, but you should be OK, as long as you are an Admin on your system.

Codes that are needed.

%windir%\microsoft.net\framework\v2.0.50727\regasm G:\PATH\YOURSITE\Bin\ID3TagLibrary.dll /codebase

gacutil -i G:\PATH\YOURSITE\Bin\ID3TagLibrary.dll
gacutil -l ID3TagLibrary

This goes in your web.config file.
(Brackets removed for YouTube editor)

add assembly="ID3TagLibrary, Version=0.2.0.0, Culture=neutral, PublicKeyToken=YOURTOKEN, processorArchitecture=MSIL"


Thank You
Wayne Barron
Dark Effects Production
https://www.facebook.com/darkeffectstv ( Like Us On Facebook )
Spotlight on Dark Effects
http://www.youtube.com/DESpotlight
Follow us on Twitter
https://twitter.com/DarkEffectsTV
http://www.darkeffects.net
http://www.darkeffects.com
http://www.cffspotlight.com/Dark_Effects_Production

Purchase Wayne's first published book at:
https://www.waynebarron.com


Tags
asp.net,visual studio,register dll,how to register dll file,PublicKeyToken,how to get PublicKeyToken,public key token,ID3TagLibrary.dl,Newtonsoft,Newtonsoft.Json,Type ' ' is not defined,asp.net Type ' ' is not defined,How to Register DLL File and get PublicKeyToken
Visual studio 2010 - vb.net Lesson #1 Call textfield value to display message
28,986 views
390 Site Views
Visual studio 2010 - vb.net Lesson #2 - Call textfield value if else statement
10,809 views
430 Site Views
Visual studio 2010 - vb.net Lesson #3 - Create Cookie, Read and Write to Cookie
11,511 views
505 Site Views
Visual studio 2010 - vb.net Lesson #4 - Insert data into Access Database
45,563 views
508 Site Views
Visual studio 2010 - vb.net Lesson #5 - Insert data into SQL Server Database
55,246 views
367 Site Views
Visual studio 2010 - vb.net Lesson #6 - Insert data into Access Database
9,503 views
452 Site Views
Visual studio 2010 - vb.net Lesson #7 - Read data from a SQL Server Database
10,109 views
466 Site Views
Visual studio 2010 - vb.net Lesson #8 - Read data and Update Records from Access Database
7,590 views
385 Site Views
Visual studio 2010 - vb.net Lesson #9 - Read data and Update Records from SQL Server Database
7,864 views
440 Site Views
Visual studio 2010 - vb.net Lesson #10 Upload files and enter data to SQL and Access Database
20,984 views
441 Site Views
Visual studio 2010 - vb.net Lesson #11 How to change the Upload file limit to server
2,224 views
511 Site Views
vb.net Lesson #12 Uploadify into Access and SQL Server Database and Personal Folder
2,109 views
469 Site Views
Visual Studio 2012 Lesson #14 - How To Show Line Numbers @visualstudi
105 views
473 Site Views
Visual studio 2012 Lesson #13 - Upload ONLY Certain File Types @visualstudio #vbnet
1,368 views
481 Site Views
Microsoft Visual Studio vb.net Lesson 14 - How to debug your code, and get it working
516 views
457 Site Views
Microsoft Visual Studio 2015 Community Edition Installation and Registration
296 views
542 Site Views
asp.net Type ' ' is not defined - How to Register DLL File and get PublicKeyToken
12 views
483 Site Views