Browse by Tags

Related Posts

  • compile with same dll names

    I'm getting quite annoyed with the names of my dll's changing everytime I compile my site. I generally upload my entire site as I have many pages referencing the same dll's, this is quite time consuming... Is there any way to fix the names of any dll's that are created during the compilation...
    Posted to Visual Studio 2008 (Forum) by asp_ninja on 05-09-2009, 12:00 AM
    Filed under: compilation
  • Web Site Compile Deployment

    Hi. I was wondering when I create my web site project and test it via Run (F5), and it runs successfully, how do I move my files to the webserver. I am on a team of developers so I guess I cant use Publish Web Site since it will erase the destination directory during a Publish. I just want to "compile"...
    Posted to Getting Started (Forum) by snowball129 on 05-04-2009, 12:00 AM
    Filed under: newbie, Publish, compilation
  • compilation problems

    Hi, I'm using Visual Web Developer 2008 Express, with .NET version 3.5. I have several codebehind files I'd like to compile. Express doesn't seem to be able to build pages. I didn't bother to put all my files into a solution, what's the benefit of this if I can't compile anyway...
    Posted to Getting Started (Forum) by vthomas on 04-15-2009, 12:00 AM
    Filed under: Visual Web Developer 2008 Express Edition, compilation
  • Re: design on 32bit deploy to 64 bit or vice versa

    You have a pages .aspx for show the form and web controls and the styles for the desing in the files CSS. Your code "C# or Vb" is compiled in assemblies and ever page aspx have referent a their assemblie. Only need compile this assembliesin Any CPU if you server is diferent mode 32 or 64 bits...
    Posted to Configuration and Deployment (Forum) by Marckys on 02-13-2009, 12:00 AM
    Filed under: compilation
  • Page was not Pre-Compiled and cannot be requested

    hello. I have a ASP.NET project running on the server. I want to add a new .aspx page without recompiling the project. Is it possible? I tried it, and when tried to request the added page, website displaied the error: Page was not Pre-Compiled and cannot be requested. My aspx file has all c# code inside...
    Posted to Configuration and Deployment (Forum) by killboy on 02-12-2009, 12:00 AM
    Filed under: asp.net 2.0, deploment, compilation
  • Circular dependency on codeSubDirectories. Any soloution?

    I believe i have a circular dependency issue with my project setup:- < codeSubDirectories > < add directoryName= "CS_Code" /> < add directoryName= "VB_Code" /> </ codeSubDirectories > Class1.cs in CS_Code is using Class1.vb in VB_Code and Class1.vb in VB_Code...
    Posted to Configuration and Deployment (Forum) by moopa on 12-11-2008, 12:00 AM
    Filed under: codeSubDirectories, compilation, web.config
  • Help in Managing Dev Compile Time

    Hi, I have an ASP.Net website that is beginning to get out of hand, it started out small and we were putting code in the App_code directory quite easily and the compile time wasn't too bad. it got bad a while ago and i reduced the average time by using the compilation/codeSubDirectories trick to...
    Posted to Architecture (Forum) by timhentsridge on 10-20-2008, 12:00 AM
    Filed under: compilation, Dataset
  • switching to web application project in vs 2008

    a page with a line like <asp:Label ID="foo" runat="server"></asp:Label> and a line in the code behind like foo.Text (foo does not exist in the current context). We still just have the pages and the code behinds I did not generate the designers for this as I am trying to...
    Posted to Web Forms (Forum) by mikegb on 09-29-2008, 12:00 AM
    Filed under: Compilation
  • Stopping Visual Studio 2008 from including dlls in bin directory in project

    During compilation, Visual Studio 2008 SP1 includes the dlls in the bin directory as part of its project. Its an ASP.NET project, btw. I never had an issue like this before w/ Visual Studio 2005 or 2003. Its causing problems now because during compilations because the project is automatically checked...
    Posted to Visual Studio 2008 (Forum) by audreyhomer@hotmail.com on 09-10-2008, 12:00 AM
    Filed under: Visual Studio 2008, asp.net, Bin, compilation
  • Re: The working process (w3wp.exe) doesn't recomile the page or doesn't load the newer version into the AppDomain.

    > Wat made you to think that its not recycling? I'm not simply thinking so. It's a fact, that the compiler (csc.exe) is not accessed by the ASP.NET working process (w3wp.exe) when I request the page second time (and all next times) - checked with the SysInternals Process Monitor . If all were...
    Posted to Configuration and Deployment (Forum) by Victor Amelkin on 07-17-2008, 12:00 AM
    Filed under: w3wp.exe, compilation, csc.exe, IIS
Page 1 of 5 (44 items) 1 2 3 4 5 Next >