Ebeo / google-api-for-dotnet

Automatically exported from code.google.com/p/google-api-for-dotnet
0 stars 0 forks source link

System.IO.FileNotFoundException was unhandled by user code #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
public partial class Default: System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {
        Label1.Text = "asd";
        string a = Google.API.Translate.Translator.Translate(
            "hi",
            Google.API.Language.English,
            Google.API.Language.Chinese_Simplified);
    }
}

When i tried deploying it, it gives me this error :
System.IO.FileNotFoundException was unhandled by user code

I'm running on visual studio 2005, windows XP, framework 3.5

Original issue reported on code.google.com by tucky...@gmail.com on 8 Aug 2008 at 11:03

GoogleCodeExporter commented 9 years ago
How the visual studio 2005 drive your fx 3.5?

This is a strange exception, I will try it.

Happy Olympics!

Original comment by iron9li...@gmail.com on 8 Aug 2008 at 11:49

GoogleCodeExporter commented 9 years ago
Hi iron9light,

apparently i think the error lies with Newtonsoft.Json.dll
Saw some exception from the DLL while debugging.

Original comment by tucky...@gmail.com on 10 Aug 2008 at 4:40

GoogleCodeExporter commented 9 years ago
install .NET 3.5

Original comment by iron9li...@gmail.com on 26 Aug 2008 at 2:20