View Single Post
  #4 (permalink)  
Old May 10th, 2006, 09:47 AM
ojas ojas is offline
Registered User
 
Join Date: May 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Romi,

I received the same error and did some debugging. In my case the error was caused by CassiniWebServer.exe being unable to find Cassini.dll. One way to fix this is run build.bat (described ReadMe.txt) to compile Cassini and CassiniWebServer and adds Cassini.dll to Global Assembly Cache.

If you installed Cassini in the default location, you could also just run:

Code:
gacutil /i c:\cassini\cassini.dll
Hope this helps.

Reply With Quote