Just speculating: security issue? In general, the assemblies work fine in
ASP.NET, at least i know of no reason why they should not, and they do work
for me so far...

Frank Mantek

On 11/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
> Hello guys
>
> I have registered the .net lib dlls on my web server through regasm.exe
> and have copied the dlls to the global assembly cache. When I try to
> instantiate a CalendarService object from an ASP page using the
> following code:
>
> <%
> Dim Obj
> Set Obj = Server.CreateObject("Google.GData.Calendar.CalendarService")
> ' Obj.PostCreate
> Set Obj = nothing
> %>
>
> I get the error:  Server object error 'ASP 0177 : 800401f3' ,
> Server.CreateObject Failed
>
> Is it possible to call the .NET calendar objects from an ASP page or is
> it that my assumption is totally wrong?
>
> Thanks in advance
>
> Jack
>
>
> >
>


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" group.
To post to this group, send email to 
[email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to