microsoft.public.dotnet.framework
  Home FAQ Contact Sign in
microsoft.public.dotnet.framework only
 
Advanced search
June 2008
motuwethfrsasuw
      1 22
2345678 23
9101112131415 24
16171819202122 25
23242526272829 26
30       27
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
microsoft ... framework Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  wordpad for windows vista         


Author: jnail
Date: Jul 6, 2008 11:01

when i try to open a document from any website or email attachment wordpad
opens up and it's all jibberish-boxes,charectors, etc. so how do i configure
wordpad for windows vista, please help me???
thanks
1 Comment
  Dot Net Viewers         


Author: anitha
Date: Jul 6, 2008 01:16

no comments
  iis         


Author: Anonymous
Date: Jul 5, 2008 07:55

How do I (programatically) list the websites in IIS?
1 Comment
  Re: app.config & FileSystemWatcher         


Author: Jeff Winn
Date: Jul 5, 2008 07:26

Are you sure the FileSystemWatcher instance you're using is raising the
event as expected? I've used them for this same scenario in the past for
services I've written, and found that the events I expected to be raised
depended upon which application was editing the config file. IE: Notepad
fires the Changed event when editing the file, while Visual Studio uses a
temporary file and then deletes and recreates the file when saved which
won't fire the Changed event.

You might want to start looking at adding event handlers for all the events,
and test them individually to see which events are being raised and which
ones aren't. More than likely that's the problem you're having.

"Jeff Mason" comcast.net> wrote in message
news:ihhs6490pvraea377lj6rvf5sq19ar5ims@4ax.com...
> I'm trying to write some code that will detect changes in a Windows
> Service app's
> .config...
Show full article (1.87Kb)
1 Comment
  gears of war pc problem, please help!!         


Author: qwerty12
Date: Jul 4, 2008 11:38

I bought gears of war for the pc about 3 weeks ago. and everything was going
fine. Until today.... i loaded the game today,a nd all of my saved info was
gone. i couldnt continue a campaign, couldnt load previous chapters, and all
of my cogtags were gone. basically, somehow, all of my information was gone,
but i still had the achievements i had earned earlier. does anyone know how
this could have happened? it was normal the night before, but now all the
saved game data is gone. does anyone know how i can recover all of this?
please help!
1 Comment
  Detecting changes to app.config?         


Author: Jeff Mason
Date: Jul 4, 2008 10:11

I'm trying to write some code that will detect changes in a Windows Service app's
.config file and reflect the modified appSetting entry in my code.

We have a windows Service we've written and every once in a while we need to modify a
setting in its .config file. Right now we restart the service whenever the config
entry changes.

We'd like to have the .config update be recognized automatically.

It's easy enough to hang a FileSystemWatcher off the application's .config file to
detect a change. In the event handler I am executing:

ConfigurationManager.RefreshSection("appSettings")

but this seems to have no effect. The value returned by subsequently referencing
ConfigurationManager.AppSettings() is the original value, not the one just
changed. Obviously, the value has been cached.

The help for RefreshSection claims:

"Refreshes the named section so the next time it is retrieved it will be re-read from
disk." but this doesn't appear to work.

I must not be understanding this correctly; what am I doing wrong?

Thanks for any help.

-- Jeff
1 Comment
  assembly doesn' permit partially trustets call's         


Author: DENTONE
Date: Jul 4, 2008 09:12

Dear Newsgroup,

I have transer my project (Visual Studio .net 2005 Windows Form) in to a
share in my network.
Now when i try to debug i receiv an error in this class:
Partial Friend Class MyApplication

_

Public Sub New()

MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)

Me.IsSingleInstance = false

Me.EnableVisualStyles = true

Me.SaveMySettingsOnExit = true

Me.ShutDownStyle =
Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses

End Sub

_

Protected Overrides Sub OnCreateMainForm()

Me.MainForm = Global.HACPACK_PTS.LOGIN

End Sub

The error is that the assembly doesn't permit partially trustets call's.
4 Comments
  Dotnet Viewers         


Author: anitha
Date: Jul 4, 2008 05:59

no comments
  Cannot Authenticate using TcpClientChannel to a workgroup Server         


Author: dgcooper
Date: Jul 3, 2008 10:50

I am able to connect to a remote TcpServerChannel from a Workgroup PC to a
Domain Server using the domain name in the credientials. However, I cannot
connect a Domain PC to a Workgroup Server. I used the Workgroup Server's
name as the domain name but it does not work.

What should I use as the domain name for a Domain TcpClientChannel
connecting to a TcpServerChannel in a Workgroup?
2 Comments
  C# App Decompiling question         


Author: Barry
Date: Jul 3, 2008 06:10

Hi

Is it possible to decompile a C# developed .exe file (release version)

Note: i am not interested in decompiling any app, but want to know if this
can be done, cause i often send my app in debug versions, to clients who
have not yet paid for the job, need to know the possibilities.

TIA
Barry
8 Comments
1 2 3