¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

vs2008 not creating a .clz file


 

Greetings all.

So I'm creating a quickie S+/S# module to sort a list alphabetically. I need this module to run on 3 series as the DMPS3 is still with us.

It's been a few years, so I dusted off my copy of vs2008, created the C# code and built it. Builds OK. But it creates? the .dll but not the .clz file.

The project type was set to "SIMPL # Library" and all the properties look the same as an example solution from back in the day, but alas, no .clz.

Does anyone have any ideas?

Thanks in advance all!

Mark


 

If you look in the build output window, do you see any issues reported there? ?The clz is part of the post build and anything like a sandbox violation will prevent the clz step from completing. ?There should be info about that in the output though.


Failing that, have you tried restarting VS2008? ?It¡¯s generally reliable, but occasionally we see ¡°odd¡± errors like this.


 

Sorry to resurrect an old thread but I'm in the same situation. Just dusted off vs2008 but it won't create the .clz file. Were you able to find a solution?