Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug in VS 2013?
Message
From
02/05/2014 16:56:01
 
General information
Forum:
ASP.NET
Category:
Troubleshooting
Title:
Environment versions
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01599384
Message ID:
01599465
Views:
24
Is this eventually a web app? If so, winforms or MVC?


>It is a public class in another project
>
>
>   public class MiddlewareMain : MiddlewareBase
>   {
>      private delegate String InvokeMethod(Dictionary<String, String> parameters);
>      private Dictionary<String, InvokeMethod> invokeMethods;
>      private Sales _sales;
>      private Data _data;
>      private Retail _retail;
>      private Bookings _bookings;
>      private Validation _validation;
>      private Boolean _bShouldRollback             = false;
>      private Boolean _bShouldRollbackGlobalInvoke = false;
>
>...
>
>
>In the Test class used as a base for other test classes I see the following code:
>
>
> public abstract class UnitTestBase
>   {
>      public static IniFile iniFile, systemIniFile;
>      public static MiddlewareMain middlewareMain;
>      public static Boolean isClassInitialized = false;
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform