Template studio error

Posts   
 
    
Ren
User
Posts: 42
Joined: 01-Jul-2005
# Posted on: 09-Jan-2006 19:54:44   

I downloaded the template studio and extracted it into C:\Program Files\Solutions Design\LLBLGen Pro\ per the readme.txt

When I double click the TemplateStudio.exe I get the following error:

Message Could not find a part of the path "C:\Program Files\Solutions Design\LLBLGen Pro\LanguageDefinitions\SD.Logic.CSharp.xml". (The file exists)

Stack Trace -----[Core exception]-------------------- at System.IO.__Error.WinIOError(Int32 errorCode, String str) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at ActiproSoftware.SyntaxEditor.SyntaxLanguage.LoadFromXml(String path, Int32 encryptionKey) at SD.LLBLGen.Pro.Tools.TemplateEditor.MainForm.LoadLanguages() at SD.LLBLGen.Pro.Tools.TemplateEditor.MainForm..ctor() at SD.LLBLGen.Pro.Tools.TemplateEditor.Startup.Main()

Source: mscorlib

It's probably me.. Let me know if I need to read something I am missing.

Thanks, Ren

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39590
Joined: 17-Aug-2003
# Posted on: 09-Jan-2006 20:55:08   

You're using 1.0.2005.1 ?

edit: is the file readonly?

Frans Bouma | Lead developer LLBLGen Pro
Ren
User
Posts: 42
Joined: 01-Jul-2005
# Posted on: 09-Jan-2006 21:59:49   

Yes I have LLBL version 1.0.2005.1 (final dec 20, 2005).

No, the file is not read only.

bclubb
User
Posts: 934
Joined: 12-Feb-2004
# Posted on: 10-Jan-2006 02:20:56   

Is C:\Program Files\Solutions Design\LLBLGen Pro\ where you have LLBLGen installed?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39590
Joined: 17-Aug-2003
# Posted on: 10-Jan-2006 12:16:09   

I can't reproduce it. I unpacked the templatestudio archive in the installation folder, works.

Frans Bouma | Lead developer LLBLGen Pro
Ren
User
Posts: 42
Joined: 01-Jul-2005
# Posted on: 10-Jan-2006 18:48:04   

Yes I have LLBL installed in: C:\Program Files\Solutions Design\LLBLGen Pro

I unpacked the zip into that location. I click the studio exe and get that error.

I'll try rebooting the machine and see what happens. confused

Ren
User
Posts: 42
Joined: 01-Jul-2005
# Posted on: 10-Jan-2006 19:00:33   

Figured it out. When extracting the zip 'Use Folder Names' was unchecked. Extracted with that and everything worked.

User error... flushed

Thanks for your help, Ren