Questions tagged [xsp2]

11 questions
7
votes
1 answer

Getting "could not load file or assembly 'xsp2'" with Mono 2.10.8

I copied these files to C:\MonoWebServer. xsp2.exe xsp2.exe.mdb Mono.WebServer2.dll Mono.Security.dll I registered Mono.WebServer2.dll & Mono.Security.dll in the GAC. When I go to run xsp2.exe I get. What am I doing wrong! Windows 7 - 64bit
Donny V.
  • 22,248
  • 13
  • 65
  • 79
4
votes
4 answers

Firefox browser does not reload the update CSS/JS files

I'm having a problem in the firefox browser, because everytime I update my CSS or JS files, I need to clear the cache of my firefox browser to get the updated files. I'm using XSP2 server because I developed my webapp using C# and asp.net in…
domlao
  • 15,663
  • 34
  • 95
  • 134
3
votes
4 answers

How to port a Mono GTK# app to other platforms?

I am working on a Mono GTK# desktop app written in C#. I have developed my app using the MonoDevelop IDE (v2.4.2) on a Mac (OS X v10.6.7). My app depends on the GTK# library (obviously) as well as the Mono.WebServer2 library for running a local…
Sebastian Brandes
  • 726
  • 1
  • 6
  • 15
2
votes
1 answer

Dblinq reference in ASP.NET Web Service on MonoDevelop causes xsp2 to fault

I am trying to try DBLinq with the sqlite provider inside a simple ASP.NET web service. I am also using MonoDevelop 2.4 and Mono 2.6.7, The project in monodevelop references the DbLinq.dll which by default is set to be Local Copy. I can…
ell
  • 21
  • 3
1
vote
2 answers

Porting C# Windows GUI to C# web app : how to get it work out-of-the-box for Win, Mac & Linux?

I would like to rewrite an application that currently works as a Windows GUI in C#. The problem is, it works well on Windows, but is not adapted for Mac and Linux because of GUI issues with Mono. So my idea, was to continue with C# (needed because…
OlivierB
  • 455
  • 2
  • 6
  • 18
1
vote
1 answer

xsp2/mod_mono: Server error 500: xsp2 trys to load a dll which is not required for the current request

xsp2 shows a server error "Could not load file or assembly 'cammWM' or one of its dependencies. The system cannot find the file specified. File name: 'cammWM' at System.AppDomain.Load (...." What I'm doing: I'm trying to access a test.aspx file…
Jochen
  • 380
  • 1
  • 3
  • 9
1
vote
3 answers

Does the XSP2 web server always uses Mono?

I am not sure if XSP2 is using mono or .NET in my Windows box. How can I be sure?
Jader Dias
  • 88,211
  • 155
  • 421
  • 625
1
vote
2 answers

XSP2 crashes serving static images

Requesting a simple HTML page with a jpg image makes XSP2 crash. If I remove the image from the HTML then the page is served OK all the time. The version is XSP2 2.0 mono 2.6.1. the version 2.4.2.2 in the same machine works fine. I have tested it…
Santiago Corredoira
  • 47,267
  • 10
  • 52
  • 56
0
votes
3 answers

how to get mono develop xsp2 accessible from my lan?

I am writing an asp.net mvc project on my ubuntu laptop. I want to be able to see how the website looks on my mac and winndows boxes. How can I get monodevelop to start xsp2 so that it listens on an external IP? My ufw firewall is off. I have looked…
simon
  • 1,840
  • 2
  • 18
  • 34
0
votes
1 answer

Xsp2 and multiple applications - can't get working

I try to setup xsp2 webserver to serve multiple applications. Created the configuration file sites.webapp app1 domain1.com 8080 /
harabchuk
  • 11
  • 4
0
votes
1 answer

xsp2 server start with error

I using linux I have installed mono, when I run the command xsp2 get the following error: Exception caught during reading the configuration file: System.NullReferenceException: Object reference not set to an instance of an object at…