S
shapper
Hello,
I have the following:
using System;
using Google;
using Google.Analytics;
using Google.GData.Analytics;
using Google.GData.Client;
using Google.GData.Extensions;
namespace FOP.Net.Google.Analytics {
public class AnalyticsService {
public AnalyticsService() {
Google.GData.Analytics.AnalyticsService service = new
Google.GData.Analytics.AnalyticsService("xjksj");
}
}
}
In the code line Google.GData.Analytics. ... Google is considered as
FOP.Net.Google.Analytics and not the namespace I have.
Is there any way to solve this without changing my namespace?
Thanks,
Miguel
I have the following:
using System;
using Google;
using Google.Analytics;
using Google.GData.Analytics;
using Google.GData.Client;
using Google.GData.Extensions;
namespace FOP.Net.Google.Analytics {
public class AnalyticsService {
public AnalyticsService() {
Google.GData.Analytics.AnalyticsService service = new
Google.GData.Analytics.AnalyticsService("xjksj");
}
}
}
In the code line Google.GData.Analytics. ... Google is considered as
FOP.Net.Google.Analytics and not the namespace I have.
Is there any way to solve this without changing my namespace?
Thanks,
Miguel