The EntitySpaces Community

Share and learn about the EntitySpaces Architecture.
Welcome to The EntitySpaces Community Sign in | Join | Help
in
Home Forums Photos

ASPX Templates in Vista

Last post 10-26-2007, 8:13 PM by chuckdfoster. 7 replies.
Sort Posts: Previous Next
  •  06-28-2007, 11:38 AM 3432

    ASPX Templates in Vista

    Are there any issues with the ASPX generator in Windows Vista? I just installed the ASPX generator and it seemed to install correctly, but I get an error in MyGeneration when I try to run the command.

    Does anyone have any ideas how to fix this?

    Thanks.


    King Wilder
    http://www.kingwilder.com
  •  06-29-2007, 9:23 AM 3454 in reply to 3432

    Re: ASPX Templates in Vista

    Hello!  ECHO Echo echo...

    Doesn't anyone have an answer for this?

    thanks. 


    King Wilder
    http://www.kingwilder.com
  •  06-29-2007, 11:00 AM 3460 in reply to 3454

    Re: ASPX Templates in Vista

    Do other templates execute OK?
    David Neal Parsons
    www.entityspaces.net
  •  06-29-2007, 11:45 AM 3463 in reply to 3460

    Re: ASPX Templates in Vista

    David.Parsons:
    Do other templates execute OK?

    Ok, I think I found something out.  Other templates do execute (generating Custom or Generated classes), but I don't see the changes made in my code files.  I even close MyGeneration and then opened with "Run As Administrator" and I still don't see the class changes.  The dates on the class headers are from 6/3/2007 still.

    When I try to build an ASPX Template page "As Administrator" it works!

    I still don't know why the code doesn't reflect the change/update.  Any ideas about this?

    Thanks.
     


    King Wilder
    http://www.kingwilder.com
  •  06-29-2007, 3:05 PM 3466 in reply to 3463

    Re: ASPX Templates in Vista

    If you are running the EntitySpaces Custom Master, it is set to not over-write files, so you do not accidentally wipe out your custom code. If you are running the EntitySpaces Generated Master, double check the Output Path specified in MyGeneration Default Settings, and the Output Path specified when you execute the template. Are you looking at the files you generated, or something in a different folder?

    Maybe it's a UAC issue?

    http://technet.microsoft.com/en-us/windowsvista/aa905073.aspx

    http://www.jimmah.com/vista/security/uac.aspx


    David Neal Parsons
    www.entityspaces.net
  •  06-29-2007, 4:31 PM 3469 in reply to 3466

    Re: ASPX Templates in Vista

    You got it!  I was just trying to update a Custom class.  It worked for Generated classes.  My bad.  I didn't know you had that feature to not over-write the Custom classes.  Nice!

    So I'm back in business, thanks.

    And thanks for the links.  Windows Vista is a bit daunting when you start diving deep into it's innards.  But so far it's been great.

    Thanks again.


    King Wilder
    http://www.kingwilder.com
  •  06-29-2007, 4:49 PM 3470 in reply to 3469

    Re: ASPX Templates in Vista

    Great work guys

    EntitySpaces | Twitter | BLOG | Please honor our Software License
  •  10-26-2007, 8:13 PM 6109 in reply to 3470

    Re: ASPX Templates in Vista

    Another FYI for the Vista users... 

    I was having the same problems as above and then ran into more problems (Can't Find C:\Program Files\Microsoft.NET\Primary Interop Assemblies\adodb.dll) using the Admin Templates. Here's how I fixed my problem.  If you have the 64-bit version of Vista and installed in the Program Files (x86) directory, you will need to make the following change to your EntitySpaces_C#_ASPX.csgen(.vbgen) file on Line 2695:

     

    Code:
    <%#DEBUG%><%#REFERENCE C:\Program Files (x86)\Microsoft.NET\Primary Interop Assemblies\adodb.dll %><%#NAMESPACE ADODB %><%  

    chuck foster
    .net/sql server developer
    Filed under:
View as RSS news feed in XML