Ask a Question related to ASP.NET General, Design and Development.
-
Woland #1
How to get an object?
Hello,
I'd like to get objects of particular type from AppDomain. Is this possible?
If is this possible, how can I do it?
Thanks in advance,
Woland
Woland Guest
-
Dynamically loading user control into Placeholder gives Object reference not set to an instance of an object
I've created user controls that contain listboxes that are dynamically populated from the database. In the html view of the user control... -
webservice.htc and custom object array. only first object is deserialized in the result.value
Hello I've been using webservice.htc for 6 months or so with great results. recently i came into the following problem that I am not sure how to... -
Strange error from: Dim myState As Object() = CType(savedState, Object())
Every book and every website I've seen that talks about how to save state for child controls in a composite webcontrol says to do something like... -
[WebMethod] System.NullReferenceException: Object reference not set to an instance of an object.
Um, this isn't going to work, generally. Web services, as any web app (especially on Windows server 2003) are heavily sandboxed. The method you... -
Cannot serialize object of type System.Object[,]. Multidimensional arrays are not supported
Hi, I get this on server when trying to retun a 2 dim array. I apprecaite that they are not supported as per... -
Kevin Spencer #2
Re: How to get an object?
Your question doesn't make sense as you stated it. Can you rephrase?
--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
[url]http://www.takempis.com[/url]
Big things are made up
of lots of little things
"Woland" <lsieczkowski@jmk.pl> wrote in message
news:ez3cvKvRDHA.3796@tk2msftngp13.phx.gbl...possible?> Hello,
>
> I'd like to get objects of particular type from AppDomain. Is this> If is this possible, how can I do it?
>
> Thanks in advance,
>
> Woland
>
>
Kevin Spencer Guest
-
Woland #3
Re: How to get an object?
"Kevin Spencer" <kevinDIESPAMMERSDIE@takempis.com> wrote in message
news:OXkqK0vRDHA.1304@TK2MSFTNGP11.phx.gbl...I'm accessing some AppDomain. I need to get a reference to object existing> Your question doesn't make sense as you stated it. Can you rephrase?
>
> --
> HTH,
>
> Kevin Spencer
> .Net Developer
> Microsoft MVP
> [url]http://www.takempis.com[/url]
> Big things are made up
> of lots of little things
>
> "Woland" <lsieczkowski@jmk.pl> wrote in message
> news:ez3cvKvRDHA.3796@tk2msftngp13.phx.gbl...> possible?> > Hello,
> >
> > I'd like to get objects of particular type from AppDomain. Is this>> > If is this possible, how can I do it?
> >
> > Thanks in advance,
> >
> > Woland
> >
> >
>
in that AppDomain. I know the type of that object, and I know that there is
only one object of that type in AppDomain. I think that it's better to get
that object by reference because it can be quite big object.
Woland
Woland Guest
-
Kevin Spencer #4
Re: How to get an object?
I'm still lost. An AppDomain is an isolated environment where applications
execute. If you're attempting to access an object in an AppDomain other than
the current one, you're most probably SOL.
--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
[url]http://www.takempis.com[/url]
Big things are made up
of lots of little things
"Woland" <lsieczkowski@jmk.pl> wrote in message
news:#xsFJz3RDHA.2432@TK2MSFTNGP10.phx.gbl...is> "Kevin Spencer" <kevinDIESPAMMERSDIE@takempis.com> wrote in message
> news:OXkqK0vRDHA.1304@TK2MSFTNGP11.phx.gbl...>> > Your question doesn't make sense as you stated it. Can you rephrase?
> >
> > --
> > HTH,
> >
> > Kevin Spencer
> > .Net Developer
> > Microsoft MVP
> > [url]http://www.takempis.com[/url]
> > Big things are made up
> > of lots of little things
> >
> > "Woland" <lsieczkowski@jmk.pl> wrote in message
> > news:ez3cvKvRDHA.3796@tk2msftngp13.phx.gbl...> > possible?> > > Hello,
> > >
> > > I'd like to get objects of particular type from AppDomain. Is this> >> > > If is this possible, how can I do it?
> > >
> > > Thanks in advance,
> > >
> > > Woland
> > >
> > >
> >
> I'm accessing some AppDomain. I need to get a reference to object existing
> in that AppDomain. I know the type of that object, and I know that there> only one object of that type in AppDomain. I think that it's better to get
> that object by reference because it can be quite big object.
>
> Woland
>
>
Kevin Spencer Guest
-
Woland #5
Re: How to get an object?
"Kevin Spencer" <kevinDIESPAMMERSDIE@takempis.com> wrote in message
news:exbXEkISDHA.2432@TK2MSFTNGP10.phx.gbl...than> I'm still lost. An AppDomain is an isolated environment where applications
> execute. If you're attempting to access an object in an AppDomain other> the current one, you're most probably SOL.
>
> --
> HTH,
>
> Kevin Spencer
> .Net Developer
> Microsoft MVP
> [url]http://www.takempis.com[/url]
> Big things are made up
> of lots of little things
SOL? What is it?
Woland
Woland Guest
-
Kevin Spencer #6
Re: How to get an object?
S.O.L. is an acronym for "s**t out of luck."
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
Big things are made up of
lots of little things.
"Woland" <lsieczkowski@jmk.pl> wrote in message
news:uE8O9JfSDHA.2248@TK2MSFTNGP11.phx.gbl...applications> "Kevin Spencer" <kevinDIESPAMMERSDIE@takempis.com> wrote in message
> news:exbXEkISDHA.2432@TK2MSFTNGP10.phx.gbl...> > I'm still lost. An AppDomain is an isolated environment where> than> > execute. If you're attempting to access an object in an AppDomain other>> > the current one, you're most probably SOL.
> >
> > --
> > HTH,
> >
> > Kevin Spencer
> > .Net Developer
> > Microsoft MVP
> > [url]http://www.takempis.com[/url]
> > Big things are made up
> > of lots of little things
>
> SOL? What is it?
>
> Woland
>
>
Kevin Spencer Guest



Reply With Quote

