asp.net Type ' ' is not defined - How to Register DLL File and get PublicKeyToken
12 views
(484 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