microsoft.public.dotnet.framework
  Home FAQ Contact Sign in
microsoft.public.dotnet.framework only
 
Advanced search
July 2008
motuwethfrsasuw
 123456 27
78910111213 28
14151617181920 29
21222324252627 30
28293031    31
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
  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