virtualpathprovider Questions

2

Solved

I'm trying to implement a generic approach for providing the possibility for different assemblies in my web solution to use embedded JavaScript and CSS files from embedded resources. This blog post...

0

I have a Virtual Path Provider on a Web site. It does exactly what I want it to do with the simple exception that it hangs the server. This usually only happens if too many requests come in at the ...
Elflock asked 26/7, 2017 at 7:34

5

Solved

I have a virtual path provider. Problem is its caching my files. Whenever I manually edit one of the aspx files it references the VPP doesn't pull in the new file, it continues to reuse the old fil...
Memorable asked 1/10, 2009 at 18:43

3

Solved

I wrote custom VirtualFile and VirtualPathProvider implementations that are successfully obtaining embedded resources that are Partial Views. However, when I attempt to render them it produces thi...

2

Solved

I have written a custom VirtualPathProvider (source here) which will return content from EmbeddedResources, or from the original file if it has been told where to find it (this allows you to edit a...

1

Solved

I'm trying to use the technique described in this blog to add embedded dll resources to my bundles. I have created the custom VirtualPathProvider below. public class EmbeddedVirtualPathProvider :...

2

Solved

I have implemented a VirtualPathProvider. The VirtualPathProvider reads the view from File system. However my problem is the method GetFile(string virtualPath) is not executed every time for every...
Evan asked 19/9, 2010 at 23:12

1

I have a general question concerning C# & Windows API: My task is loading a file from a document management system (DMS) and create a byte array from this file. From the developer of the DMS I...
Calise asked 17/4, 2013 at 7:22

1

We have an application using WebForms .aspx files for just about everything. Latley we have been using precompiled RazorViews as a way of getting nicley packeted functionality by simply dropping a ...
Latterly asked 3/5, 2012 at 8:50

4

I have a composite ASP .NET MVC 3 Razor application using MEF. Everything goes fine if I am to deploy plugins as DLL files and views (CSHTML) under the regular Views folder from the application. Bu...

1

I have a VirtualPathProvider that is loading my aspx file content from a DB. All seems to be well and good except when my aspx file has a reference to a namespace or assembly that is not explicitly...
Dispread asked 6/9, 2010 at 4:54

1

Solved

I'm running IIS 7.5 on Windows 7. My ASP .NET application uses a VirtualPathProvider. Most of the files (aspx pages) are returned and rendered fine by my VirtualPathProvider. Static files (css/imag...
Summer asked 7/8, 2011 at 19:23

1

I am doing some dev work using portable areas so I have an overridden VirtualPathProvider. My public override bool FileExists(string virtualPath) seems to get called only every few minutes, meani...
Trisyllable asked 14/3, 2011 at 20:0

3

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, ...

1

Solved

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 NameSpace.{Area}.Mai...
Anjanette asked 11/12, 2009 at 14:43

2

Solved

Based on this question here and using code found here I'm trying to load views that are embedded resources in a separate DLL project, and the original question's author says he has had success doin...
Outcurve asked 25/10, 2008 at 20:24

1

Solved

We've been working on an application that quite heavily relies on VirtualPathProviders in ASP.NET. We've just come to put the thing on a live server to demonstrate it and it appears that the Virtu...
Hampson asked 15/8, 2008 at 15:41
1

© 2022 - 2024 — McMap. All rights reserved.