divyang4481 / ncron

Automatically exported from code.google.com/p/ncron
Apache License 2.0
0 stars 0 forks source link

"The system cannot find the reference specified" when adding NCron.dll to VS 2008 Project #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new Console Application (using VB.NET)
2. Add nCron.dll as reference to the Project
3. Version shown in references is 0.0.0.0 and the above error appears in the 
references list

I am following the intro tutorial: 
https://code.google.com/p/ncron/wiki/Introduction

What is the expected output? What do you see instead?
I expect to see the DLL loaded, be able to browse its namespaces and members in 
the Object Browser, and reference in code, but I cannot.

What version of the product are you using? On what operating system?
Using NCron 2.2 on Windows 2008 R2 SP1

Please provide any additional information below.

Original issue reported on code.google.com by jimer...@gmail.com on 28 Sep 2013 at 6:19

GoogleCodeExporter commented 9 years ago
FYI, my project is targeting .NET Framework 3.5

Original comment by jimer...@gmail.com on 28 Sep 2013 at 6:22