Question

This is a .net website that uses Subsonic 2.2, I can run it locally and it runs ok. Once put it live I get compilation errors:

The type or namespace name 'XXXX' does not exist in the namespace 'YYYY' (are you missing an assembly reference?)

YYYY is the dynamically generated namespace that Subsonic creates, this is created on the fly and is not a referenced DLL.

This is also a website, not a web application so there's no compiled DLLs to upload. Subsonic is using the .abp file method of generating the namepsace, so my suspicion is that it's not connecting to the DB, but the connection string is fine and works so I'm unsure.

Anyone got any ideas?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top