Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Djaved

Pages: [1]
1
Hi Simon,

FYI:
Using EA Lite, I'm getting a exception, but it creates a folder with html files and styles. Clicking the index.htm shows me a empty report.

2
Thanks for suggestion.
I already did a google search, but found nothing relevant.
Also i want to be 100% sure whether i can use EA Lite or not.

3
Dear All,

I'm very new to EA and want to experiment with the c# API.
I'm using EA Lite and want to generate html reports from my eap files.
When calling :

project.RunHTMLReport(repository.ProjectGUID,
                                          "C:\\test",
                                          "NONE",
                                          "myEnterpriseArchitectStyle",
                                          ".html");

Im getting the error: Exception from HRESULT: 0xE06D7363

My question is why im getting this error and how to solve this?
Also, can i make .html reports with EA lite? and as you can see in my code, i'm using a custom style 'myEnterpriseArchitectStyle'.
Can this be the cause of my problem? And where exactly to put the custom style files? i cannot configure it using EA Lite.

I hope to get some help with this.

Thanks in advance.

Pages: [1]