Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict of using multiple sites in one application pool #30

Closed
khourshed opened this issue Aug 13, 2018 · 4 comments
Closed

Conflict of using multiple sites in one application pool #30

khourshed opened this issue Aug 13, 2018 · 4 comments

Comments

@khourshed
Copy link

khourshed commented Aug 13, 2018

hi!
I use libsasshost as handler for .scss files. It workes fine until I deployed second website in the same application pool (integrated mode). After 5-10 minutes, or when I change one of the partial .scss file (from "import" section of main .scss file), I get following error:

Object reference not set to an instance of an object.
2018-08-14 2 53 07

When I set second website to different app pool, everything is ok.

I use Custom descendant of VirtualPathProvider for website filesystem.

Architecture of our system assumes of using one app pool for multiple sites.
Is there any solution for our problem?

@Taritsyn
Copy link
Owner

Hello!

Thanks for information! This problem will require serious research.

@Taritsyn
Copy link
Owner

Taritsyn commented Sep 7, 2018

Hello!

Try to upgrade to version 1.2.0 Beta 1.

Taritsyn added a commit that referenced this issue Nov 14, 2018
2. Now the LibSass for Windows requires the Microsoft Visual C++ Redistributable for Visual Studio 2017;
3. From compilation options was removed the `AdditionalImportExtensions` property;
4. Fixed a error #30 “Conflict of using multiple sites in one application pool”.
@Taritsyn
Copy link
Owner

Hello!

In version 1.2.0 fixed this error.

@khourshed
Copy link
Author

Hi! Thank you! It works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants