StrataFrame Forum

StrataFrame Web Form Template does not appear

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

By Scott - 11/30/2005

I am trying to follow the help file and an a new web page but do not see the StrataFrame Web Form listed.  What should I do?
By StrataFrame Team - 12/1/2005

Well,



1) Open Windows Explorer and go to the Visual Studio folder (usually c:\Program Files\Visual Studio 8\).

2) Go to the Common7\IDE\ProjectTemplates\Web\CSharp\1033\ folder.

3) Copy the attached zip file to this folder. Copy the zip file exactly (DO NOT copy the extracted files, just the raw zip file). If there is already one there, then replace it.

4) Open a command prompt (cmd.exe) and navigate to the folder containing devenv.exe (usually C:\Program Files\Visual Studio 8\Common7\IDE\)

5) From this folder, execute "devenv.exe /setup" (you need to have all instances of Visual Studio closed to make this happen).

6) The "StrataFrame ASP.NET Application" template should be available.


By Scott - 12/1/2005

I followed the instruction and I am still missing the "StrataFrame Web Form".  I have the StrataFrame Web Application option.
By StrataFrame Team - 12/1/2005

Well, I completely misread your question this morning (must have been before my coffee Wink)



Yes, the StrataFrame Web Form template appearently had an error and just wasn't showing up.



So, similar instructions as before, just with a different templates path



1) Open Windows Explorer and go to the Visual Studio folder (usually c:\Program Files\Visual Studio 8\).

2) Go to the Common7\IDE\ItemTemplates\Web\CSharp\1033 folder.

3) Copy the attached zip file to this folder. Copy the zip file exactly (DO NOT copy the extracted files, just the raw zip file). If there is already one there, then replace it.

4) Open a command prompt (cmd.exe) and navigate to the folder containing devenv.exe (usually C:\Program Files\Visual Studio 8\Common7\IDE\)

5) From this folder, execute "devenv.exe /setup" (you need to have all instances of Visual Studio closed to make this happen).

6) The "StrataFrame Web Form" template should be available in a C# web application.



Should get you fixed.
By Scott - 12/1/2005

That worked perfectly.  Thanks