I'm trying to figure out how they created the .dll for their MB.TheBeerHouse.CustomEvents reference. I've tried opening it in everything and haven't been able to. Is there a program that I can use to open it or a program that I can use to create one. I've
tried VB, C++ and C# programs.
A.dll can be created by adding a reference to a class library. In this case, the web site has a reference to the TBHCustomEvents class library. Whenever you first build that class library, MB.TheBeerHouse.CustomEvents.dll is added to the bin folder. On subsequent
builds of the library, the .dll is updated to reflect the any changes in the library.
If you want to create dll you need VS standard edition (minimum) Create web application not web site and when you build it it will create .dll for you.
nbrglobalinc
Member
25 Points
98 Posts
Creating the .dll similar to the MB.TheBeerHouse.CustomEvents
Jan 09, 2009 03:45 PM|LINK
I'm trying to figure out how they created the .dll for their MB.TheBeerHouse.CustomEvents reference. I've tried opening it in everything and haven't been able to. Is there a program that I can use to open it or a program that I can use to create one. I've tried VB, C++ and C# programs.
Lee Dumond
Contributor
6404 Points
1173 Posts
Re: Creating the .dll similar to the MB.TheBeerHouse.CustomEvents
Jan 09, 2009 04:01 PM|LINK
A.dll can be created by adding a reference to a class library. In this case, the web site has a reference to the TBHCustomEvents class library. Whenever you first build that class library, MB.TheBeerHouse.CustomEvents.dll is added to the bin folder. On subsequent builds of the library, the .dll is updated to reflect the any changes in the library.
Follow Me on Twitter
TOMCIO
Contributor
3638 Points
833 Posts
Re: Creating the .dll similar to the MB.TheBeerHouse.CustomEvents
Jan 09, 2009 04:06 PM|LINK
If you want to create dll you need VS standard edition (minimum) Create web application not web site and when you build it it will create .dll for you.
Web: Chicago Website Design
r@zorC - Open Source ASP.net CMS for WebMatrix
Lee Dumond
Contributor
6404 Points
1173 Posts
Re: Creating the .dll similar to the MB.TheBeerHouse.CustomEvents
Jan 09, 2009 04:30 PM|LINK
You don't need to use a web application to add a reference to a class library.
Follow Me on Twitter
TOMCIO
Contributor
3638 Points
833 Posts
Re: Creating the .dll similar to the MB.TheBeerHouse.CustomEvents
Jan 09, 2009 06:32 PM|LINK
you are right, i said that if he wants to create his own dll he should create web app. and build it.
Web: Chicago Website Design
r@zorC - Open Source ASP.net CMS for WebMatrix
dotnetruler
Contributor
4230 Points
753 Posts
Re: Creating the .dll similar to the MB.TheBeerHouse.CustomEvents
Jan 09, 2009 06:34 PM|LINK
Yahoo IM : dotnetruler
I am trying to keep Frequently Asked Questions in my blog
RaeKC
Member
101 Points
366 Posts
Re: Creating the .dll similar to the MB.TheBeerHouse.CustomEvents
Jan 12, 2009 01:00 PM|LINK
If you didn't get this resolved, I can tell you the steps that I took.
I had a real problem with this too. I finally got it to work right tho ( with Lee's help [:D]).
Rachel
Thedoors
Member
4 Points
2 Posts
Re: Creating the .dll similar to the MB.TheBeerHouse.CustomEvents
Jan 22, 2009 07:14 PM|LINK
Hi Rachel,
I have been stuck on this same issue now for ages, and I just came upon your posting.
Can you please help me and share the steps you took?
Thanks
Deon
Thedoors
Member
4 Points
2 Posts
Re: Creating the .dll similar to the MB.TheBeerHouse.CustomEvents
Jan 22, 2009 07:58 PM|LINK
Hi Rachel,
Don't worry about replying anymore, I managed to figure it out. It turned out to be actually quite simle and easy...Feel a bit like a nutter now
Cheers
RaeKC
Member
101 Points
366 Posts
Re: Creating the .dll similar to the MB.TheBeerHouse.CustomEvents
Jan 24, 2009 04:38 AM|LINK
Hi:
Just saw this. Glad you got it worked out. I feel like a nutter all the time with all this.
[:)]
Rachel