Multi-Project templates
Tue, 6 Dec 2005 10:09:02 -0800
I am having problems setting up a new Multi-Project Template in the VS2005
IDE and am looking for some guidance.
Scenario:
The application architecture of our system consist of 5 logical layers (Data
Access, Entity, Domain Rules, UI Controller, and UI). Each logical layer of
an application is derived fro ...
|
Problem with Assert.Equals(obj,obj) with decimal parameters
Tue, 6 Dec 2005 01:26:02 -0800
I've a problem with testing in VS.NET 2005 TS Trial. When using
Assert.Equals(obj,obj) with decimals, the VS doesn't perform the test
correctly.
This coude should fail:
decimal expected = 100;
decimal test = 101;
Assert.Equals(test,expected);
But it does not...
Does anybody have the same problem ...
|
VS2005 VEA - DB Model Diagram on x64 does't run
Mon, 28 Nov 2005 07:44:30 +0100
I installed x64. Everything works fine.
Then I installed Visual Studio 2005 and MS Office Visio for Enterprise
Architects, spec release for VS2005
I can make new visio drawing, can open old one, except Database Model
Diagram! When I trying to open a new one, stencil is open for this type of
drawing and... a ...
|
VB.NET 2005
Sun, 27 Nov 2005 05:18:04 -0800
I am about to start working on a new windows app in VB2005, this app will be
very graphical "lots of animation and images", I would like to come as close
to Flash as possible what direction would you suggest? ...
|
Opening Test View produces loading errors
Mon, 21 Nov 2005 15:57:04 -0800
I'm using the RTM version of Visual Studio 2005 for Software Developers.
Trying to open Test View to manage some unit tests developed under the
Release Candidate of Visual Studio 2005 shows the following in the output
window from Tests:
Error loading localtestrun.testrunconfig: Failed to instantiate type
...
|
Showing indirect connections in Application Designer for VS 2005
Mon, 21 Nov 2005 13:09:10 -0800
I'm trying to model a catalog application using the Application Designer in
the VS 2005 Beta. In my diagram, I've got a WindowsApplication, CatWinApp,
and a WebServiceApplication, CatWebServices. I want to show that CatWinApp
uses two web services, ItemService and VendorService, from CatWebServices.
Nor ...
|
Visual Studio 2005 & SQL Server 2000
Mon, 21 Nov 2005 07:46:03 -0800
Hello,
Can Visual Studio 2005 and SQL Server 2000 co-exist? I need to do some
development against SQL Server 2000 but would like to use the new Visual
Studio 2005. Will I have any complications doing this and if so what do I
need to do to make them work together?
Thank You,
Valentino ...
|
|
|
Resources for ACT
Wed, 16 Nov 2005 14:03:08 -0800
I'm testing an ASP.net app with ACT.
It seems pretty simple to understand. But when I increase the concurrent
number of users to 50 the actual 'R/S' seems to drop. I was wondering if that
points to something.
I would appreciate if some one could point me to a document that would give
brief understandin ...
|
Creating new Application
Fri, 11 Nov 2005 18:14:48 -0800
Hi
Is there a step-by-step guide to create a new Enterprise Library
based Application in either C# or VB, i have not found anything in the
documentation to do so.
Barry
...
|
Problem with using Enterprise Library from GAC
9 Nov 2005 14:56:49 -0800
I'm having a difficult time running Enterprise Library(June 2005)
assemblies from the GAC. I've rebuilt the assemblies with strong
names and I'm referencing the assemblies in my application's
project from the same location from where they were installed into the
GAC. The registration into the GAC went fine a ...
|