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 - rajarajeswaran

Pages: [1]
1
General Board / Re: Referencing .NET classes for ASP.NET
« on: August 10, 2004, 02:00:01 am »
Quote
I am new to EA. Almost all my projects are ASP.NET. I would like to document a BasePage that inherits from the ASP.NET Page class. I don't see it as aspx page as a stereo type when I create a class element on a diagram.

How do I go about getting the classes from the .NET framework (in general) available for referencing in all of my projects?


2
Hi,
With EA I had created the static classes under the logical model. In this I had Package, say for eg., PacakageA. Under PackageA I had created a Sub packageAB. I created a class 'PackageAClass.cs' under PackageA. I create a class  'PackageABClass.cs' under PackageAB. I had changed the default language as C#.

I have created a empty solotion file EAMDGTEST.sln using VS.NET. Then I had created a project 'PackageA' C# Class library. Kept the VS.Net open.

Then using EA-->MDGLINK I created a connection to the project PackageA in VS.Net.
Then I chosed the 'mergewith visual studio' from Add-In. Here I had selected all the class files which under the PackageA and started the merging process.

In VS.Net I found that both the classes were created under the Project 'PackageA', which is not what I expected. I am under impression that MDG LINK will create a subfolder PackageAB and create the class 'PackageABClass.cs'  under this package.
I need some help on this....

But this works when I import c# projects in to EA model which has sub packages. In this process folders are created under the PacakageA in EA Logical view.

Thanks,
Raja

Pages: [1]