I have a project where I have a main assembly and a bunch of support sub-assemblies. Each sub-assembly has exactly the same member functions (each is designed to work with a different data source)....
According to Yahoo, they support CalDav for application access to a yahoo calendar. Has anybody done this? I would love a c# wrapper class but have not been able to find one anywhere.
I have an app which runs fine and performs as it should, except that it is very slow when accessing other users Outlook calendars (located on remote Exchange servers).
It's not in a database... it's a collection of custom objects, contained in a List<>. If it was contained in a SQL database that's a great idea, but it isn't.
I am using Xml serialization to serialize a class to an XML file. This works fine, except that instances of this class are derived from another class, and I need the base class variables to be...
I'm moving an app from XP to Vista... should work without changes, right? Uh uh. My app writes to the Windows Application event log.. now under Vista I get security exceptions.
No, that's not the issue. It compiles and runs fine on machines that have Outlook installed on them. But it won't run on machines without Outlook even if the user isn't trying to access any Outlook...
I have a class which allows me to read and write Outlook appointments either locally or on an Exchange server. This class uses COM Interop to drive the Outlook object model.
AFAIK you can't just dump XAML into a web browser and expect it to create the window that way, unless the browser would (on its own) load the WPF rendering engine inside itself and compile the XAML...
I am trying to get ClickOnce to add 4 .xml files that my app uses for configuration data, to the application's folder when installed. The intent is to install skeleton versions of these 4 files once...
Next question- I have two .xml files I need to store there, however I need to allow the users to copy their own custom .xml files to this location. Is it...
I'd second the recommendation to go with WPF. Since you have to learn C# anyway, might as well learn what's on the cutting edge. I don't write any Winforms apps anymore. Everything (including...
Is there a C# function to get a filepath to this folder (since it can't be known until installation). And if so, how does it work during development/debugging since the app isn't installed in its...