No problem, if figured it out.
--
Everything .NET
[quoted text, click to view] "ItsMe" wrote:
> Good morning,
>
> I have a solution setup that has a C# and VBNET based project. I'm able to
> reference classes from both projects successfully, compile them successfully.
>
> The C# project is dependent on code from the Cassini webserver and works
> fine until the following line of code is executed:
>
> _host = (Host)ApplicationHost.CreateApplicationHost(typeof(Host),
> _virtualPath, _physicalPath);
>
> The error thrown is:
>
> message
>
> "File or assembly name CassiniLib, or one of its dependencies, was not found."
>
> exception message string
>
> "8\0nLoad\0mscorlib, Version=1.0.5000.0, Culture=neutral,
> PublicKeyToken=b77a5c561934e089\0System.Reflection.Assembly\0System.Reflection.Assembly
> nLoad(System.Reflection.AssemblyName, System.String, Boolean,
> System.Security.Policy.Evidence, Boolean, System.Reflection.Assembly,
> System.Threading.StackCrawlMark ByRef)"
>
> Thank you.
>
>