Coder Social home page Coder Social logo

google-gdata's People

Watchers

 avatar  avatar

google-gdata's Issues

gdata Build Event uses incorrect macro

The current build event is:
copy "$(SolutionDir)..\signing\*.*" 
"$(ProjectDir)\obj\$(ConfigurationName)\*.*"

The build event should be:
copy "$(ProjectDir)..\signing\*.*" "$(ProjectDir)\obj\$(ConfigurationName)\"

What is the expected output? What do you see instead?
I reference the gdata project from my own solution. Since my solution is in
a different location to the svn HEAD solution a file not found error occurs:
The system cannot find the path specified.
The gdata project should be using the gdata project location as it's
starting point in the path, not that of the overall solution.

Note there are two changes in the build event above:
1) $(SolutionDir) was replaced with $(ProjectDir)
2) The last *.* is unnecessary.

What version of the product are you using? On what operating system?
svn HEAD on winXP



Original issue reported on code.google.com by [email protected] on 11 Aug 2006 at 11:50

Investigate .NET 2.0 connection issues

Several users reported dropped connections using .NET 2.0 runtimes. The
most promising lead on why is described below:

"
So I got to thinking... what is different about the (Http)WebRequest in
framework version 2... and it turns out that there are some
differences.

http://geekswithblogs.net/denis/archive/2005/08/16/50365.aspx
http://support.microsoft.com/default.aspx?scid=kb;EN-US;915599

Anyway... I suspect that forcing the protocol version to 1.0 or
monkeying with keep alive in request.cs should do it... I'll give it a
whirl soon.
"

Original issue reported on code.google.com by [email protected] on 28 Jul 2006 at 11:04

RecurrenceException is not tested

In general, using a projection=composite feed does not seem to be well
tested, if tested at all. RecurrenceException is done, but needs some testing.

Original issue reported on code.google.com by [email protected] on 28 Jul 2006 at 11:05

VB.Net 2005 client - service.Insert method fails

The below code example would cause the client application to hang (infinit 
loop). Any ideas please??? Thanks a lot.

1. Create VB.Net 2005 Windows application project.
2. Add Reference to gdata assembly.
3. Add command button onto a Form1.

Here goes my code for the button click event handler.


Imports Google.GData.Client
Imports System.Xml
Imports System


Class Form1

    Private Sub Button1_Click(ByVal sender As Object, ByVal e As
System.EventArgs) Handles Button1.Click
        Try
            Dim doc As New XmlDocument
            Dim elt As XmlElement = doc.CreateElement("prefix",
"localName", "namespaceURL")
            elt.InnerText = "SomeText"

            Dim entry As New AtomEntry

            With entry
                .Title.Text = "MyTitleText"
                .ExtensionElements.Add(elt)
            End With

            Dim service As New Service
            Dim insertEntry As AtomEntry = service.Insert(New
Uri("URL"), entry)

        Catch ex As Exception
            Debug.Print(ex.Message)
        End Try

    End Sub

End Class

What is the expected output? What do you see instead?
A: service_NewAtomEntry does not get fired. Application is not responding 
and enters in an infinite loop.

What version of the product are you using? On what operating system?
A: I have tried both 1.0.2.25336 and 1.0.3.23367 versions.

Please provide any additional information below.
A: I suspect the problem is in ParseEntry fuction.

Original issue reported on code.google.com by [email protected] on 28 Jul 2006 at 7:56

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.