"JIMCO Software" wrote ...
Now you just need to open that dump file in Windbg and do a post-mortem
debug.
Didn't have a lot of luck with the Windbg thing, as above, but when I opened
one of the files in notepad I saw this...
---
--- 1st chance DLL_Load exception ----
---------------------------------------------------------------
Sat Oct 29 22:25:55.302 2005 (GMT+1): System.Exception: An exception
occurred while trying to create an instance of
FrontPageHouseKeeper.FrontPageHouseKeeperBase. The exception was "Object
reference not set to an instance of an object.". --->
System.NullReferenceException: Object reference not set to an instance of an
object.
at System.String.ToCharArray(Int32 startIndex, Int32 length)
at System.ServiceProcess.ServiceController.ValidServi ceName(String
serviceName)
at System.ServiceProcess.ServiceBase.set_ServiceName( String value)
at System.ServiceProcess.ServiceBase..ctor()
at FrontPageHouseKeeper.FrontPageHouseKeeperBase..cto r()
at FrontPageHouseKeeper.ApplicationConfiguration..cto r()
at FrontPageHouseKeeper.FrontPageHouseKeeperBase..cto r()
at FrontPageHouseKeeper.ApplicationConfiguration..cto r()
at FrontPageHouseKeeper.FrontPageHouseKeeperBase..cto r()
at FrontPageHouseKeeper.ApplicationConfiguration..cto r()
at FrontPageHouseKeeper.FrontPageHouseKeeperBase..cto r()
at FrontPageHouseKeeper.ApplicationConfiguration..cto r()
at FrontPageHouseKeeper.FrontPageHouseKeeperBase..cto r()
at FrontPageHouseKeeper.ApplicationConfiguration..cto r()
at FrontPageHouseKeeper.FrontPageHouseKeeperBase..cto r()
at FrontPageHouseKeeper.ApplicationConfiguration..cto r()
at FrontPageHouseKeeper.FrontPageHouseKeeperBase..cto r()
[repeats for a VERY long time]
Not entirely sure where things have gone tits up but at least now, since
deleting the dll's I can open the project to have a look!..
Thanks for your help Jim - appreciated.
Regards
Rob