I have a Remoting project I am working on with ASP.NET, Framework 1.1
When I test the flash file I receive Object reference not set to an instance
of an object, returned as an error from the service.
When I go to my ASPX page the data displays properly and shows inside the
datagrid without any .NET errors.
Any ideas on what could be causing this?
Ciccio - 24 Jun 2005 12:37 GMT
> I have a Remoting project I am working on with ASP.NET, Framework 1.1
>
[quoted text clipped - 4 lines]
>
> Any ideas on what could be causing this?
When you get *Object reference not set to an
instance of an object.* in Flash NetConnection Debugger, then its time
to check your service (.dll) Usually there is a defined variabel or
class that has not set to an instance. Please check that all
variables/classes that you defines is given an instance with values.