re:
There is no BIN folder or DLL file.
After downloading/saving SampleAccessProviders.vsi, when I double-clicked
the file, it created /bin and /obj directories with the following files :
bin\Debug\ASPNetDB.mdb
bin\Debug\SampleAccessProviders.dll
bin\Debug\SampleAccessProviders.pdb
obj\Debug\ResolveAssemblyReference.cache
obj\Debug\SampleAccessProviders.dll
obj\Debug\SampleAccessProviders.pdb
A /samples directory was also created with a bunch of .cs source files and, of course,
in the root directory, the VS 2005 project files and a few other files were created,
including a web.config with sample entries, the solution files, a vs template and a EULA.
Double-clicking the Access.sln file opened the project in VS 2005.
After you make any changes you want, you'll need to recompile the project.
Are you sure you downloaded the correct file ?
You need to go to :
http://msdn.microsoft.com/vstudio/eula.aspx?id=96713a8e-b8d4-4d6e-bb8f-027e6c8e15d8
and accept the EULA ( at the bottom, the "I accept" link ).
Then you can download SampleAccessProviders.vsi
After you've downloaded it, double click the file and
accept the default installation to the directory of your choice.
Juan T. Llibre, asp.net MVP
aspnetfaq.com :
http://www.aspnetfaq.com/
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en español :
http://asp.net.do/foros/
===================================
Hi Juan,
I donwloaded the SampleAccessProviders and extracted it to a folder.
There is no BIN folder or DLL file.
I tried to build the solution but my VS2005 is giving errors on
converting and building.
Could you please tell me where could I get the necessary compiled files
so that I could place in my project and start using it?
I have been trying to make this work since yesterday.
It seems many people have the same problem.
Thanks,
Miguel