StrataFrame Forum

Possible issue when creating a new SF Web Project

http://forum.strataframe.net/Topic24079.aspx

By Milton Abe - 8/3/2009

Hello! When I create a brand new SF Web Project, my project is not building. The error is:



...Default.aspx: ASP.NET runtime error: Could not load file or assembly 'MicroFour StrataFrame Base, Version=1.6.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7' or one of its dependencies. The system cannot find the file specified. (...\web.config line 23)   ...\Default.aspx   1   1   NewTestWebApp



I thought that after upgrading to the SF 1.7, all the new projects would reference automatically the version 1.7.0.0.



Of course that after changing this, everything works fine.



This could be a possible issue of this new SF install or am I missing something?
By Trent L. Taylor - 8/3/2009

It is, and I actually found and tested this before the release. But you template did not get updated during the installation for whatever reason. I will double check the template again to make sure it did not get overwritten.



The error that you are referring to is in the web.config which should show the 1.7.0 where it is showing the 1.6.0.
By Trent L. Taylor - 8/3/2009

Apparently the template DID get overwritten during a build process. So just change the 1.6.0 to 1.7.0 and you should be good to go.