Mono Works!

August 3rd, 2005

I had some errors with running the web services which came with the Mono environment for ASP.NET. It is actually a common problem. I simply copied the test directory to a place of my own choosing and configured Apache and mod_mono to run the ASP.NET samples. I learned that the Mono installation actually placed a copy of those test files into another location along with binaries in the associated bin directory. That is why my initial setup was failing. It could not load classes held in those missing assemblies.

I pointed it to the proper location and now the web services are working as they should. You can find them here.

Comments are closed.