Writing my first GTFS Realtime app in .net..  I had some issues getting out 
of our proxy but now I'm stuck because the protobuf is looking for a file 
called TypeModel.cs  and can't find it.  I've searched and haven't found 
anyone else with this issue.  The error occurs when I try and serialize the 
request (last line).
Can anyone point me in the right direction


WebRequest req = HttpWebRequest.Create(
"https://gtfsrt.api.translink.com.au/Feed/SEQ";);

IWebProxy proxy = req.Proxy;

proxy.Credentials = System.Net.CredentialCache.DefaultCredentials;

FeedMessage feed = Serializer.Deserialize<FeedMessage
>(req.GetResponse().GetResponseStream());



Erick Treetops

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to