MudassarRasool / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

CciModuleCache not resolving with Gallio.Common.Reflection.Impl namespace directive #852

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1.) I downloaded the latest release of Gallio.  
http://www.gallio.org/Downloads.aspx ==> 
http://mb-unit.googlecode.com/files/GallioBundle-3.2.750.0.zip 

2.) I extracted the zip file
3.) I pulled the Gallio.dll file and referenced it in a brand new project in 
Visual Studio
4.) I created a new ASP.NET project using C#.NET
5.) In the Page_Load code, I instantiated an object from the class 
CciModuleCache, but I get the red underlines saying that the class could not be 
resolved, even with this code at the very top of my C#.NET custom class file: 
"using Gallio.Common.Reflection.Impl;"

What is the expected output? What do you see instead?
I expected this class to resolve and the intellisense to find it.  It didn't 
find it

Please use labels and text to provide additional information.
Code ==> CciModuleCache cacheObj = new CciModuleCache(new FileSystem(), 
assemblyPath);

Original issue reported on code.google.com by keithwa...@gmail.com on 28 Jul 2011 at 12:02

GoogleCodeExporter commented 8 years ago
That's probably because CciModuleClass is declared as an "internal" class. I 
just turned it to "public" instead so you can try out with the next daily v3.3 
build (http://ccnet.gallio.org/Distributables)

Original comment by Yann.Tre...@gmail.com on 28 Jul 2011 at 6:00

GoogleCodeExporter commented 8 years ago
Please use v3.3.409 or later.

Original comment by Yann.Tre...@gmail.com on 28 Jul 2011 at 7:38