Ask a Question related to ASP.NET General, Design and Development.
-
BH #1
How to prevent referenced assemblies from being compiled into the application?
My question may be a bit odd. Right now I can see that all referenced
assemblies in my project are compiled into the application assembly so when
I deploy the application, I don't see those assemblies anymore. Is there a
way to compile the application so that the referenced assemblies are still
necessary when the app is deployed to a different computer? I know this
doesn't make sense most of the time but I'd like to know if there is a way
to do this.
Thanks a lot for any suggestions
BH Guest
-
Assemblies and Application Blocks problem
Hi everybody I do not have Visual Studio. I only use Notepad and WebMatrix. My problems are : 1. I have DotNet Framework installed and it is... -
how to prevent prevent .so-calling routine to crash from segfaults in .so
Hi, Guys I am stuck with a problem and need some help. Platform : Linux(RedHat 7.3) Problem Area : Dynamic Shared Object Libraries, POSIX... -
referenced records
When I do a select on a record, is there a way that I can tell if it is being referenced by another table, and if so, can I tell by what table? -
Application Roots for assemblies
As long as the "facades" virtual directory is configured as an Application that's the way ASP.Net works. You can always remove the Application... -
HTML Compiled Help within ASPX Application
I'm about to embark on building a compiled help (.chm) application for my aspx web application. I wanted to know if anyone who has done this would... -
John Saunders #2
Re: How to prevent referenced assemblies from being compiled into the application?
I've never seen referenced assemblies compiled into another assembly.
--
John Saunders
Internet Engineer
[email]john.saunders@surfcontrol.com[/email]
"BH" <bobatkpmg@yahoo.com> wrote in message
news:Ow4F0OtWDHA.1872@TK2MSFTNGP12.phx.gbl...when> My question may be a bit odd. Right now I can see that all referenced
> assemblies in my project are compiled into the application assembly soa> I deploy the application, I don't see those assemblies anymore. Is there> way to compile the application so that the referenced assemblies are still
> necessary when the app is deployed to a different computer? I know this
> doesn't make sense most of the time but I'd like to know if there is a way
> to do this.
>
> Thanks a lot for any suggestions
>
>
John Saunders Guest
-
Kevin Spencer #3
Re: How to prevent referenced assemblies from being compiled into the application?
They aren't.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
Complex things are made up of
lots of simple things.
"John Saunders" <john.saunders@surfcontrol.com> wrote in message
news:ugQHbUtWDHA.1644@TK2MSFTNGP10.phx.gbl...there> I've never seen referenced assemblies compiled into another assembly.
>
> --
> John Saunders
> Internet Engineer
> [email]john.saunders@surfcontrol.com[/email]
>
>
> "BH" <bobatkpmg@yahoo.com> wrote in message
> news:Ow4F0OtWDHA.1872@TK2MSFTNGP12.phx.gbl...> when> > My question may be a bit odd. Right now I can see that all referenced
> > assemblies in my project are compiled into the application assembly so> > I deploy the application, I don't see those assemblies anymore. Isstill> a> > way to compile the application so that the referenced assemblies areway> > necessary when the app is deployed to a different computer? I know this
> > doesn't make sense most of the time but I'd like to know if there is a>> > to do this.
> >
> > Thanks a lot for any suggestions
> >
> >
>
Kevin Spencer Guest



Reply With Quote

