| Thread | Last Post | Replies |
|
| Visio reverse engineering and class diagram | 19 Apr 2004 20:39 GMT | 1 |
I have a question about Visio's reverse engineering. From the visual studio 2003, we reverse engineered our project(C#) into Visio, however we only got the UML model tree, we are expecting sort of class diagram to be generated automatically. I am not sure
|
| Visio and Enterprise | 19 Apr 2004 20:37 GMT | 1 |
I am having a hard time finidng out how you use Visio in conjunction with Visual Studio .net. I have created the a greate entity relationihip digram in Visio for example but I can't find how that information
|
| Visio 2003 gets stuck in UML modeller, Visio can't exit | 19 Apr 2004 20:32 GMT | 1 |
After doing something (not sure what) in a sequence or static class diagram, binary associations stop responding (you can't open their property window) and if you try to exit visio a dialog pops up "You cannot quit Visio because a program is handling an event from Visio. If VBA is ...
|
| Visio Enterprise Architect, UML and code generation | 19 Apr 2004 20:26 GMT | 1 |
I'm just wondering if there's a way to add to the built-in macros for code formatting. I want to add the ability to specify the initial value for an attribute on a class Thanks Mike
|
| EIF - Any Event Notification Available when EnterpriseInstrumentation.Config file changes? | 16 Apr 2004 23:17 GMT | 4 |
All: Is there any public file-change event that EIF makes available to notify event subscribers when the configuration file contents (e.g. EnterpriseInstrumentation.Config) has changed? I realize that internally
|
| Again: Can't install EIF-based assemblies using an MSI | 13 Apr 2004 23:28 GMT | 10 |
We have an EIF-based application and we create a setup project to package this app and create the setup.exe. When trying to install the app, the setup program fails at the end of the installation with the error message "Aborting install. Errors were found during
|
| Logging AB Questions (custome event log) | 12 Apr 2004 16:06 GMT | 6 |
How do I get the Logging AB to write LogEventSink stuff to a Custom Event Log (i.e. My Event Log)? The default ResourceTable.EventlogLogName is "application". I couldn't sort out what <parameter> might map to EventlogLogName (or other that affects chage to default).
|
| strong name signing for web apps | 07 Apr 2004 08:31 GMT | 1 |
I'm trying to write a web app that must access data on another PC across the network. When I try to access the folder it always fails I think this is due to the fact that my web app is not set as fulltrust. To change this I think I have to compile it with a strong name Firstly, am ...
|
| Help with store page | 03 Apr 2004 23:04 GMT | 1 |
I'm looking for ways to write code for a product page... There are five objects on the page, priced $65, $55, $45, $35, & $25.... there is an "add to cart" button under each item... The code needs to total the items in a textbox labeled
|
| Uninstaller too ambitious? | 01 Apr 2004 22:11 GMT | 2 |
I have developed a .NET Winform application (VB). I have created an installable .msi package to facilitate distribution. As we pass from final development through final testing, there are occasions for uninstalling the software. During one of these installs, a file was ...
|
| cannot access file - EIF text file custom event sink | 01 Apr 2004 17:48 GMT | 1 |
I'm reposting this since I never got a response before... I wrote a custom event sink to write to a text file. I am using a StreamWriter to do this. The problem is that as soon as the application starts, EIF (I assume) is holding onto this file. Any time I try to view the ...
|
| TraceLogReader.ReadLogFile | 01 Apr 2004 17:46 GMT | 1 |
After calling the TraceLogReader.ReadLogFile method an "EventReadCallback(EventContainer container)" method is called for each event. In this method i do the following EventEntrySerializer serializer = new EventEntrySerializer() container.Evaluate(serializer) entry = ...
|