Groups | Blog | Home
all groups > visual studio .net debugging > august 2005 >

visual studio .net debugging : Debugging with C# and VBNET



ItsMe
8/11/2005 6:16:15 AM
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.


ItsMe
8/11/2005 8:45:43 AM
No problem, if figured it out.
--
Everything .NET


[quoted text, click to view]
AddThis Social Bookmark Button