Author Topic: Loading .NET .dll In Startup Suite??  (Read 5729 times)

0 Members and 1 Guest are viewing this topic.

wannabe

  • Guest
Re: Loading .NET .dll In Startup Suite??
« Reply #15 on: June 02, 2009, 04:03:27 PM »
I've got it working at home....first time.

The setup at work is a bit obfuscating with all the customisation folders and the recent migration to a new I.T setup. I'll talk to the guys higher up and see what I can come up with.

So cheers for all the help. On my way now, cheers. :-)

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Loading .NET .dll In Startup Suite??
« Reply #16 on: June 03, 2009, 03:23:03 AM »
wannabe ,
just a thought .. are you netloading from a local drive or from a Network ??
I know your sample is from C:\\ .. BUT you posted that from home, yes ??
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

wannabe

  • Guest
Re: Loading .NET .dll In Startup Suite??
« Reply #17 on: June 03, 2009, 05:54:58 AM »
It's been a local drive on each location.

I think the errors may have occured due to the fact we have the ACAD2008 and ACADDOC2008 as-well-as another ACAD.LSP and ACADDOC.LSP in our customisations folder.

I reset the latter 2 the original files, and just updated the ACAD2008.LSP as per the load in Sinc's last post that specified the .dll on a local drive.

When I get chance I'll add your original code to this file and see what the return is.

Cheers all.


sinc

  • Guest
Re: Loading .NET .dll In Startup Suite??
« Reply #18 on: June 03, 2009, 10:13:58 AM »
You shouldn't modify ACAD2008.lsp or ACADDOC2008.lsp.  Those should be left untouched, and you should always use the default files, because Autodesk may make important changes to those files in service pack updates.

wannabe

  • Guest
Re: Loading .NET .dll In Startup Suite??
« Reply #19 on: June 03, 2009, 11:14:25 AM »
Thanks. Lesson learnt and error rectified.