Tagged Questions
The precompiled tag has no wiki summary.
14
votes
4answers
337 views
How to compile a resource into a binary in Haskell?
Say I have a dictionary.txt file, I need to read it into a map and use it in my program, how can I make this dictionary.txt file contained in the compiled exe file?
8
votes
2answers
6k views
6
votes
1answer
6k views
What is the purpose of precompiledApp.config?
If you precompile a web site and keep it updatable, the ASP.NET parser can see from the Page directive that there is no codefile or codebehind and where to find the base class (inherits attribute).
...
5
votes
1answer
430 views
RoR Precompiling Assets fail while rake assets:precompile - on basically empty application.js
Running:
bundle exec rake assets:precompile RAILS_ENV=production --trace
** Execute assets:precompile:primary
rake aborted!
TypeError: Object doesn't support this property or method
(in ...
5
votes
3answers
647 views
How to precompile a Web Application project?
I've heard recently that you can precompile Web Application projects. My question is how?
Right now, when I do a publish for my web application and select only files needed to run this application I ...
5
votes
3answers
1k views
Web Deployment Project: Publish without Precompilation
The Question
Is it possible to publish a web application project using a web deployment project without precompilation?
Notes
In order to split out web controls and pages into a separate assembly, ...
5
votes
3answers
3k views
LINQ-to-SQL CompiledQuery.Compile() with Update, Delete, Insert?
All,
So I've got all my select queries in LINQ-to-SQL converted to using CompiledQueries to speed things up. Works great so far for select statements, but I haven't been able to figure out how to ...
4
votes
2answers
182 views
What is a JavaScript pre-compiled library?
I'm learning how to use Magento e-commerce system, I'm reading its documentation but I don't understand some term, a "pre-compiled JavaScript library", what do they mean by that?, how can JavaScript ...
4
votes
1answer
404 views
Boost precompiled headers problem
I try to precompile Boost headers.
First experiment - with std:: headers. I create file std.hpp:
#include <vector>
#include <iostream>
// And other std:: headers
After that:
g++ ...
4
votes
2answers
6k views
Precompiled ASP.NET web application: error “System.Web.HttpException file filename.aspx has not been pre-compiled, and cannot be requested.”
I've created a web deployment project using the template for Visual Studio 2008 for a ASP.NET 3.5 web application (not web site).
I compiled the project which created the files needed for deployment. ...
3
votes
1answer
368 views
Javascript template engine which would come with a precompilation script?
I am searching for the javascript template engine which ships with the precompilation script + watcher. How would I see it:
You write the files as the typical html layouts and store in let's say the ...
3
votes
5answers
367 views
What order do I include header files in?
I'm new to programming and the topic of header files is sort of bogging me down after I started using a lot of them. In addition to that I'm trying to use precompiled headers. I'm also using the SFML ...
3
votes
1answer
189 views
WPF precompiled resources in WinForm application?
I am working on an application that started out as a WinForm but it is now utilizing WPF windows with UI. The interaction is all working beautifully but when the WPF windows are first shown it takes ...
3
votes
4answers
2k views
Decompile Precompiled Source Code ASP.NET
we have an application in production and the code is in Pre-Compiled form. The developer who developed that application left the company and we don't have any backup of source code. the only access we ...
3
votes
1answer
771 views
Linq compiled queries without passing the context
Consider this compiled linq-to-sql query:
private static Func<LINQDBDataContext, string, IQueryable<Pet>>
QueryFindByName =
CompiledQuery.Compile((
MyLinqDataContext context, ...
2
votes
1answer
67 views
C# Precompile affects line numbers?
I'm trying to debug a problem in prod from a reported stack trace, but the line numbers aren't lining up? Do precompiles affect line numbers, and does the code in the "else" (as it were) count toward ...
2
votes
1answer
57 views
.NET Random Slow Site Load Time
I have a .NET application running on an IIS7 server. A service provider has a polling utility that pings the server every hour to ensure it is running properly. Sporadically, maybe 3-4 times a day, ...
2
votes
3answers
107 views
asp.net web application performance issue at initial load
i have one web application. index.aspx is my default page.
so my problem is when my app starts for the first time it take 15sec to load the page. in my index.aspx has just simple static menu. when i ...
2
votes
1answer
73 views
Is there a setting in SQL Server to always recompile views on each run?
Having once again been bitten by SQL Server not updating all views properly when you add a field to an underlying table (whaaaaaat!), I am wondering if there is a setting in SQL Server that forces it ...
2
votes
4answers
209 views
Using precompiled headers, header file changes arent picked up, expected?
Visual Studio C++ lib project
Project is set to use precompiled headers
stdafx.cpp is set to create precompiled header
I have a header file, MyClass.h
If I build, then make a change to MyClass.h that ...
2
votes
3answers
151 views
Can I use precompile symbol to determine which code fragment would be compiled when I switching target framework in Visual Studio
We can switch to different .NET Framework target in Visual Studio after 2008.
I have a project, and I want to build 2 different target Frameworks assembly of it.
If my target Framework is 2.0, I want ...
2
votes
1answer
635 views
Running a custom VirtualPathProvider with a PreCompiled website
currently I have a custom VirtualPathProvider in a Asp.net MVC web application.
This VirtualPathProvider checks the Area from the route "/{Area}/{Controller}/..." and uses the ...
1
vote
1answer
54 views
Import library to a precompiled ASP.NET website
I'm working on a C# updatable ASP.NET 2.0 precompiled website. Since the code-behind cannot be altered (source code is not available), I'm adding code directly inside the aspx files (inside the script ...
1
vote
3answers
361 views
Precompiled CSS not found in Rails 3.1 production mode
When I start up rails in production mode, it precompiles all the assets but is unable to serve the application.css asset. I looked in public/assets and the precompiled application.css exists.
...
1
vote
2answers
35 views
Can I pre-compile a single modified page to an already preCompiled .Net Web Site?
I have many usercontrols that i reuse in different projects. They are all in the web site project. Upon making extension for a new customer, I am precompiling the complete web site and deploy it (with ...
1
vote
3answers
99 views
VS 2010 pre-compile web sites with build process?
VS 2010; TFS 2010; ASP.Net 4.0; Web Deployment Projects 2010;
I am using the build process templates in order to do one-click deploys (for dev and QA only). I want my sites to be pre-compiled. I can ...
1
vote
1answer
212 views
.NET Sites/Applications slow to load when not accessed for a while. Is it compiling? Or due to Idle Time-out setting in IIS?
This isn't a huge problem, but ideally i'd like to sort it out if possible. I'm assuming it's just the site compiling.
My sites are running under Server 2008 on IIS7.
I have some areas setup that ...
1
vote
2answers
204 views
Adding a stand alone ASPX page to an existing web application (.Net 3.5)
I downloaded the file discussed in this article and tried "dropping it into" a production web site, but got the following error when I tried to access it through my Web browser:
[HttpException ...
1
vote
1answer
128 views
Compiled expressions run much slower than interpreted versions
I have a rules engine, which supports two modes of operations:
Compilation into a C# program and linked into the engine
Parsing into a reverse-polish stack-based instructions and interpreted
The ...
1
vote
2answers
164 views
Adding library code to your project, or use precompiled binaries?
I need some advice on my project. I am going to use various C++ libraries to accomplish different tasks. I am using Visual Studio 2008. To me, it seems to get a little out of hand when I add the ...
1
vote
2answers
1k views
How to precompile ASP.NET 4.0 to a Single DLL with VS 2010
I recently upgraded from VS 2003 where I was working on a ASP.NET 2.0 website to VS 2010 where I have migrated to ASP.NET 4.0. So far it has been a big headache to get my site compiling with the new ...
1
vote
1answer
1k views
CMake, Qt, gcc and precompiled headers
I'm (once again) struggling with the creation of precompiled headers in conjunction with gcc and Qt on the Apple platform.
When now creating my precompiled header I use a code section (based on good ...
1
vote
2answers
581 views
missing .cs files in precompiled website with c# in asp.net
I need to change the code of some asp.net application but the application is missing its .cs files, there are only .aspx files. As I read in google, I understand that the application is a precompiled ...
1
vote
2answers
2k views
Why do I get errors installing precompiled versions of LAPACK on Windows?
I am trying to use the Armadillo matrix library to do matrix calcualtions and it needs BLAS and LAPACK. The Armadillo documentation recommended getting the precompiled versions from ...
1
vote
3answers
267 views
Pre-compile specific directories in ASP.NET website project
I have an ASP.NET website project which has a mixture of updateable pages and pages that do not change.
Is it possible for me to pre-compile certain directories that contain pages/controls that will ...
1
vote
3answers
524 views
Adding “On The Fly” page to precompiled ASP.Net Site
If a site is a precompiled ASP.net site, is it possible to add a .aspx and .aspx.cs or aspx.vb file to the site in a new directory and have those pages work/compile on the fly?
Or do these files need ...
1
vote
2answers
4k views
How do I deploy a pre-compiled ASP.NET web application?
I have a web service implemented in ASP.NET 2.0 and have pre-compiled it using the aspnet_compiler.
I have no clue now how to deploy it to IIS, can someone point me in the right direction? I am using ...
0
votes
2answers
58 views
Preventing Heroku from using precompiled assets in development mode
Currently it seems Heroku is determined to pre-compile assets when I push my code up to my instances.
This is great for production servers, however for my "RAILS_ENV=development" server, this causes ...
0
votes
2answers
34 views
creating a program that will run before and after compilation in eclipse (Jav
I am currently working on a small program that should comment out some code used for testing.
I want it to auto run before the compiler while compiling the release version and another program that ...
0
votes
2answers
107 views
Rails assets precompile mysterious error
I have a really nasty and persistent problem in assets precompile which I seem not to be able to solve by myself. The compilation always fails in some file that does not have an error. For example the ...
0
votes
3answers
116 views
Precompiling uploaded assets
I have a rails 3.1 application where users upload pictures. I am storing them in /assets/images since that is the path image_tag looks for instead of public/images.
Everything works fine in ...
0
votes
1answer
224 views
application.js isn't precompiled
I'm not sure why, but whenever I run rake assets:precompile, application.js doesn't get compiled. I get a "application.js isn't precompiled" error in production mode.
Here is my Gemfile if it means ...
0
votes
1answer
254 views
'WebForm_PostBackOptions' is undefined Error on ASP.Net website
My precompiled ASP.Net 4 website has just developed a JavaScript error on a button click event that is supposed to postback to another page.
I have never seen this error before and the site was ...
0
votes
1answer
34 views
How to add extra functionality to a compiled and hosted website in ASP.NET?
I have an ASP.NET 2.0 legacy website with me, in which I have to fix two bugs in the website.
The problem is that we ( me and client ) do not have the source code for this website.
All we have is ...
0
votes
1answer
142 views
Ruby on rails assets:precompile owner
I've recently been playing around with the Ruby on Rails application which my site runs on - and found that after making changes to application.css, my application likes me to run:
rake ...
0
votes
1answer
61 views
VirtualPathProvider Not Working on Hosting Environment
My .Net project works fine on Local IIS7 (Windows 7 IIS7 x86). But it does not work on hosting environment (W2008 Server x64 IIS7). I can fully control hosting environment. But I could not locate the ...
0
votes
1answer
267 views
WCF service in a precompiled web application - Could not load file or assembly
I have a solution which contains multiple WAPs (Web Application projects).
Every WAP has it's own Web Deploy project in order to be able to precompile these sites.
On one of the web app we are created ...
0
votes
1answer
142 views
Oracle 9 ProC precompiler segfault while reading pcsus.msb
I'm trying to compile an old piece of software which includes the use of the ProC pre-compiler for Oracle.
This software runs using Oracle 9 under Solaris 10, and uses the proc tool to convert .proc ...
0
votes
1answer
154 views
Check if ASP.NET page exists with precompiled pages
I would like to check if an ASPX file exists before I open it because it is loadded dynamically. That should be quite easy by using the following code:
string directoryPath = ...
0
votes
0answers
133 views
IIS 7 throws 404 on precompiled .NET 3.5 application
My own desktop is Win7 with IIS 7 and web applications runs fine on my desktop.
However, when I moved the precompiled applications to the Windows 2008 server with IIS 7, the page (login.aspx) throws ...