Program written in beta 2 version of Framework 2.0... Help!!!
I downloaded the DataStructures20.msi file from MSDN pages ( http://msdn2.microsoft.com/en-us/lib...74(VS.80).aspx ) which has some OK examples of data structure (I`m interested only in graph alorithm though) use in C# 2.0 and I`m getting the
"Error 1 The type or namespace name 'Collection' could not be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\Dani\My Documents\MSDN\DataStructures20\skmDataStructures2\NodeList.cs 15 32 skmDataStructures2"
"Warning 2 Reference to type 'System.Collections.Generic.Collection`1' claims it is defined in 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll', but it could not be found c:\Documents and Settings\Dani\My Documents\MSDN\DataStructures20\skmDataStructures2\bin\Release\skmDataStructures2.dll GraphTester"
and a few similar errors when building it.
I have C# 2005 Express and .NET framework 2.0 that comes bundled with it through the internet installation.
I`ve found out by contacting the author that the code was written using beta 2 version of Framework 2.0 and hence the errors.
He could not help me though, but I hope you can.
Is there a possibility of conversion? Some code changes?
What are your experiences with similar issues. Is it doable?
Re: Program written in beta 2 version of Framework 2.0... Help!!!
If you have to sourcecode of the related library you should open it within the Visual Studio. Then remove the references and add the references again. Finally recompile the project and it should work.
After that you remove the library reference inside of your application and add the reference again for the new compiled one.
Re: Program written in beta 2 version of Framework 2.0... Help!!!
This is long shot but since the msdn download link is not working, I wanted to know if you still have the archive of the datastructures msi file.
Let me know.
Thanks,
Re: Program written in beta 2 version of Framework 2.0... Help!!!
It works for me. Did you click on the link or try to copy the visible text into a browser? The visible link text isn't complete so that won't work, but clicking on the link should. The full url is
Re: Program written in beta 2 version of Framework 2.0... Help!!!
Originally Posted by Arjay
It works for me. Did you click on the link or try to copy the visible text into a browser? The visible link text isn't complete so that won't work, but clicking on the link should. The full url is
If that still doesn't work, search Msdn for "An Extensive Examination of Data Structures Using C# 2.0".
Arjay - thanks for the prompt replies. The msdn article link works and that is not the problem. The issue was with link in the msdn article for download zip that was not work.
Re: Program written in beta 2 version of Framework 2.0... Help!!!
Arjay - The link to DataStructures20.msi is what i have tried in different browsers and multiple times. The link times out and does not download anything for me.
Are you able to download the msi file? If so, please do me a favor and share the msi with me.
Bookmarks