| When you build the project |
| Peter Bromberg replied on Saturday, June 03, 2006 11:36 AM |
|
a DLL assembly is automatically created. Is this a trick question, or you just weren't aware how it all works?
if you create a project with a single usercontrol, that's the dll that will be created.
You can put that in the /bin folder of any project and set a reference to it to use the control. If it is a web project, you need to have the .ASCX file present to use it. |
| Reply Reply Using Power Editor |
| Peter Bromberg is a C# MVP, MCP, and .NET expert who has worked in banking, financial and telephony for over 20 years. Pete focuses exclusively on the .NET Platform, and currently develops SOA and other .NET applications for a Fortune 500 clientele. Peter enjoys producing digital photo collage with Maya,playing jazz flute, the beach, and fine wines. You can view Peter's UnBlog and IttyUrl sites. Please post questions at forums, not via email! |  |
|
| |
Rank |
Winnings |
Points |
| November |
0 |
$0.00 |
0 |
| October |
0 |
$0.00 |
0 |
|
|
|
|
|
|
| If you are looking for the dll and can not |
| erik little replied on Saturday, June 03, 2006 11:45 AM |
|
find it you can use this tool to create a .dll for your WEB prject.
http://msdn.microsoft.com/asp.net/reference/infrastructure/wdp/default.aspx |
| Reply Reply Using Power Editor |
| Have worked in the building industry for 23+ years. My day to day job role is: CEO of AFCC Inc., Custom Home Builder, .Net Developer, Sql Server Developer afccinc.com
Storefront Doors
There’s my side and there’s your opinion |
| |
Rank |
Winnings |
Points |
| November |
0 |
$0.00 |
0 |
| October |
0 |
$0.00 |
0 |
|
|
|
|
|
|
| When i build my project |
| GAUTAM SHAH replied on Saturday, June 03, 2006 3:04 PM |
|
hi,
When i build my project in the bin/debug folder there is an .exe file which as per by information is the assembly for the project.Correct me if i am wrong and please tell me where is dll assembly created(give the path).
Regards |
| Reply Reply Using Power Editor |
| |
| |
Rank |
Winnings |
Points |
| November |
0 |
$0.00 |
0 |
| October |
0 |
$0.00 |
0 |
|
|
|
|
|
|
| If you see an EXE file in the bin |
| Peter Bromberg replied on Saturday, June 03, 2006 5:01 PM |
|
folder, then your project is not a Class Library project -- it is either a Windows Forms app, or a Console app, or a Windows Service.
Change the project output type first. |
| Reply Reply Using Power Editor |
| Peter Bromberg is a C# MVP, MCP, and .NET expert who has worked in banking, financial and telephony for over 20 years. Pete focuses exclusively on the .NET Platform, and currently develops SOA and other .NET applications for a Fortune 500 clientele. Peter enjoys producing digital photo collage with Maya,playing jazz flute, the beach, and fine wines. You can view Peter's UnBlog and IttyUrl sites. Please post questions at forums, not via email! |  |
|
| |
Rank |
Winnings |
Points |
| November |
0 |
$0.00 |
0 |
| October |
0 |
$0.00 |
0 |
|
|
|
|
|
|
|
|
|