typed dataset
Sun, 20 Apr 2008 19:53:05 +0200
Hi all,
I need to make a typed dataset cause i import a dataset from foxpro
I use this code
Dim oDbcommand As New SqlDataAdapter(Sql, Conn_SqlServer)
oDbcommand.MissingSchemaAction = MissingSchemaAction.AddWithKey
oDbcommand.Fill(Me.DataSet, Me.TableName)
My Problem is vs 2005 or Framework 2.0 don"t re ...
|
Create cgi web service
Fri, 18 Apr 2008 11:43:54 -0700
Using Visual Studio 2008 can someone point me to an example to create a cgi
web service in C# ?
Thanks.
...
|
Re: system administrator
Fri, 18 Apr 2008 07:17:01 -0700
"John Saunders [MVP]" wrote:
> "bambi1" <bambi1@discussions.microsoft.com> wrote in message
> news:D42A1A3E-A935-42A4-8EC8-CCD88AC06AEA@microsoft.com...
> > Whenever I try to click on the control panel or add or remove programs I
> > get
> > a message that reads "this action has been cancelled because o ...
|
RE: system administrator
Fri, 18 Apr 2008 07:16:01 -0700
"bambi1" wrote:
> Whenever I try to click on the control panel or add or remove programs I get
> a message that reads "this action has been cancelled because of restrictions
> on this computer.Contact system administrator." What do I do to correct this? ...
|
C# web method can't see cookies?
Thu, 17 Apr 2008 12:12:09 -0700 (PDT)
Hi everyone.
My web application wants to take advantage of an encrypted
authentication cookie that's provided by another application on the
same server. The cookie is visible on the client side, but when I
invoke a method on my web service no cookies are visible.
For example, here is the relevant code in an ...
|
Maintaining WS issues
Thu, 17 Apr 2008 14:07:27 -0500
Just some common issues with WS:
Using custom objects: When objects change, seems you are always fixing some
issue. Update references, which sometimes does not work.
Deployment:
Weird errors which take a while to fix because the error stink:
Forget to set ASP.NET 2.0="Parser Error Message: Coul ...
|
Invoking Web Service from WinForm App VERY slow first
cal
Wed, 16 Apr 2008 20:14:39 -0700
hello i have also this problem, its worst than you think it keeps me 27s waiting. I have a pda application calling the webservice on II6.0 using also VS 2005 on vb, I have already two servers deployed on this the same situation. I also try the application pool settings but my web maintenance did improve on turning o ...
|
|
|
standalone web server
Wed, 16 Apr 2008 10:58:32 -0500
Can anyone direct me to the best standalone web server? I'm wanting to
package it with a web app which will need to run on the client machine which
will have IIS turned off.
Thanks
...
|
GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist?
Tue, 15 Apr 2008 14:04:10 -0700
GC.Collect() not cleaning memory, how to find out what references to lots of
memory still exist?
When all my processign is done i set everything to null and then:
GC.Collect();
and then
GC.WaitForPendingFinalizers();
but it still shows that my process takes 400 MB of memory. Is there any easy
way to see w ...
|
Features of IIS 7.0
Mon, 14 Apr 2008 21:59:00 -0700
Difference between iis.0 and 7.0, features of iis7.0 ...
|