ForumsSearch



Search results for "Posted by bdjohnson79"
Author Message
bdjohnson79

Posted Dec 23, 2008 in: Outlook Client 0.9.9.1 is Available
Score: 0
Posted by keef:
Your company has been a little proscriptive about its SOE I'm afraid. The Local Settings directory is where application are _meant_ to save local data.

I guess that only thing that I can do to help you out here is make this location configurable in a future release.

I'll see what I can do.



Thanks! Before I disabled CSA, configuring the proxy server was giving me .NET runtime errors trying to access \Windows\Microsoft.Net\Framework\v2.something\config\machine.config, so it's not just the Local Settings directory. Changing file permissions doesn't fix the issue - I can give Everyone Full Control and it'll still get the error - CSA is superseding things.

It appears that there are several issues associated with overzealous CSA configs and .NET issues:

http://social.msdn.microsoft.com/forums/en-US/winformssetup/thread/85b1238e-8de5-4c77-afa0-71589d9ea 5ca/

Basically, CSA doesn't like "self-modifying" code.
bdjohnson79

Posted Dec 19, 2008 in: Outlook Client 0.9.9.1 is Available
Score: 0
Posted by bdjohnson79:
I'm having a problem getting the client to install and get the first sync going on my work PC. When I try to configure the proxy server, I got the following errors (note: I don't have and cannot get admin rights on this PC):



Problem solved. There's an issue with .NET and the Cisco Security Agent program that runs on my machine. Fortunately, I do have enough access to my machine to terminate the service.

After playing around, I've discovered that attempting to configure a proxy makes the sync app try and touch machine.config. Disabling CSA fixes the problem. Once up and running, attempting a sync with CSA enabled will give an error like this (from the syncapp log):

SyncApp.exe Error: 0 : Error during synchronization: Access to the path 'C:\Documents and Settings\username\Local Settings\Application Data\ToodledoSyncApp\syncinfo.xml' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
at System.IO.StreamReader..ctor(String path)
at SynchLib.SyncInfoManager.loadSyncInformation()
at SynchLib.SyncTool.synchronizeTasks()
at SyncApp.frmMain.backgroundWorker1_DoWork(Object sender, DoWorkEventArgs e)

Again, disabling CSA fixes the problem. It'd be great if there were a solve for this such that I don't have to violate company policy to run the application.


This message was edited Dec 19, 2008.
bdjohnson79

Posted Dec 10, 2008 in: Outlook Client 0.9.9.1 is Available
Score: 0
I'm having a problem getting the client to install and get the first sync going on my work PC. When I try to configure the proxy server, I got the following errors (note: I don't have and cannot get admin rights on this PC):

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Configuration.ConfigurationErrorsException: An error occurred loading a configuration file: Access to the path 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\machine.config' is denied. (c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\machine.config) ---> System.UnauthorizedAccessException: Access to the path 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\machine.config' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.Configuration.Internal.InternalConfigHost.StaticOpenStreamForRead(String streamName)
at System.Configuration.Internal.InternalConfigHost.System.Configuration.Internal.IInternalConfigHost.O penStreamForRead(String streamName, Boolean assertPermissions)
at System.Configuration.Internal.DelegatingConfigHost.OpenStreamForRead(String streamName, Boolean assertPermissions)
at System.Configuration.ClientSettingsStore.ClientSettingsConfigurationHost.OpenStreamForRead(String streamName)
at System.Configuration.UpdateConfigHost.OpenStreamForRead(String streamName)
at System.Configuration.BaseConfigurationRecord.InitConfigFromFile()
--- End of inner exception stack trace ---
at System.ComponentModel.ReflectPropertyDescriptor.SetValue(Object component, Object value)
at System.Windows.Forms.RadioButton.PerformAutoUpdates(Boolean tabbedInto)
at System.Windows.Forms.RadioButton.set_Checked(Boolean value)
at System.Windows.Forms.RadioButton.OnClick(EventArgs e)
at System.Windows.Forms.RadioButton.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)