Click here to Skip to main content
15,879,474 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
In my application i have 4 forms(Home,About us,sitemap,Contact us). I want to create .dll file for single form(Contact Us)..
It is possible r not...
THANKS
Posted

1 solution

Yes it is possible. I am not sure if there are any other ways, I did it by publishing my website:

To publish your website, like build you need to select publish web site under build tab or you can simply right cilick on project name and select publish web site option to publish wesite from solution explorer.

Now, you will see a popup window. You can change path to precompiled website other wise it will be created at the default location.

You can select other options for your precompiled website by check boxes.

1. Allow this precompiled site to updatable.

2. Use fixed naming and single page assemblies. [Selecting this option will create single page dll's]

3. Enable strongf naming on precompiled assemblies.

Simply click ok to publish your website.

Hope this helps you. If you are getting any error again so tell me about error in detail.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900