s7loves / pesta

Automatically exported from code.google.com/p/pesta
0 stars 0 forks source link

Error Building Pesta.NET #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I am having error when building the pesta project. After adding the necessary 
DLL back (jayrock.dll and pesta.Data), i am having the error of 
'Pesta.DataAccess.Azure.AzureRayaDataContext' does not contain a constructor 
that takes 0 arguments  ..\Source\pesta\DataAccess\AzureDbFetcher.cs    47  29  pesta

I could not really fix it.

What steps will reproduce the problem?
1. Get source from svn
2. Build the jayrock.dll and pesta.Data.dll (download source from Downloads tab 
and build the dll manually)
3. Add the both dll onto the pesta solution
4. Build the solution and gets the above mentioned error.

What is the expected output? What do you see instead?
Expected to build successfully. Getting error instead.

What version of the product are you using? On what operating system?
Windows Server 2008 64bit

Please provide any additional information below.
I had installed Azure SDK and Azure Addins for Visual Studio. Using Visual 
Studio 2010.

Hope to get help

Original issue reported on code.google.com by elwist.w...@gmail.com on 20 Oct 2010 at 2:14

GoogleCodeExporter commented 8 years ago
At the moment, Pesta does not build with the latest Azure SDK. You will need to 
build using "Release" instead of "Release_Azure".

Original comment by seanlinmt on 20 Oct 2010 at 6:40