Ysgrifennodd Dick Steflik: > Peter, > OK, I've read the documentaion on Mono Assemblies and the GAC and feel > reasonably comfortable with it. One thing it doesn't say is "what an > assembly is" I guess I know that a .dll an be an assembly but are > there other things that are assemblies?
Yeah. Just think of them as being DLLs and EXE files. If you need to get more sophisticated than that, you'll know it! > > When I put the .dll (MtSql.Data.dll in ny application /bin directory, > everything works OK ; but when I remove it and put the reference in > web.config (just like Robert said to the compiler can't find it. You must refer to the correct strong name. Try reading this: http://www.c-sharpcorner.com/Code/2003/March/StrongNamedAssemblies.asp It's windows-centric, so substitute your Linux paths for Windows paths &c Peter _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
