| Thread | Last Post | Replies |
|
| Uninstalling Framework | 23 Jan 2007 11:46 GMT | 4 |
I had Framework 1.1 installed and assumed that installing 2.0 would overwrite it. So ended up with both installed. I have uninstalled some of 1.1 so when I now try in uninstall it, it says it is not installed.
|
| How to know when a component is draged on a form? | 23 Jan 2007 11:09 GMT | 4 |
I'm trying to build a component which takes advantage of other components. So, when this new component is draged to the form, I would like to insert other components on the designer and relate them. But only the first time the component is inserted! to avoid inserting components ...
|
| How would you enumerate top level browser windows? | 23 Jan 2007 10:05 GMT | 1 |
As part of a little utility I'm writing, I'd like to be able to enumerate the top-level instances of InternetExplorer and find out what URL they are currently visiting. Ideally, I'd get firefox as well as sub-tabs within IE7 and Firefox.
|
| Getting a response from a WebRequest with an exception? | 23 Jan 2007 09:08 GMT | 4 |
Hi, I have a web site that returns a 401 (access denied) if the login details are incorrect. WebRequest.GetResponse correctly throws this exception and I handle it, so no problems there. However, the web site also provides additional information with the 401 (e.g. "another
|
| Random Number Generator Problem | 23 Jan 2007 09:02 GMT | 6 |
I cannot seem to solve this problem: I am attempting to generate a unique filename with the help of the Random Number Generator (RND.Next.ToString). All seems to work fine except that one third of the time, I get duplicate file names; this poses a critical problem for my
|
| URI class - real newbie here | 23 Jan 2007 08:16 GMT | 1 |
The URI class seems to be able to load a file on local machine where the path is absolute i.e. like D://abc.xml. The funny part is that if i make a WebRequest to request this uri, i do get a response? (I wonder how).
|
| Logging In Enterprise Library | 23 Jan 2007 06:54 GMT | 5 |
Didn't know which group to post this in. I am using Enterprise Library to (amongst other things) log XML messages i receive through a Web Service. I recently had an error in my config file declaring a Category with an incorrect name
|
| InstallUtil fails to install service; throws BadImageFormatException | 22 Jan 2007 23:08 GMT | 2 |
I'm trying to use InstallUtil to install a Windows Service, but it keeps failing with a BadImageFormatException. I don't understand what it wrong with it; all the code has been generated by Visual Studio. I started a new Windows Service C# project, added an installer in the ...
|
| OutOfMemoryException with Framework 2.0, while app works fine with 1.1 | 22 Jan 2007 21:03 GMT | 1 |
I am using a windows serivce that allocates large data arrays. The service already functions fine for years with framework 1.1. With 1.1, the service is using about 1.1 to 1.3 GB of physical memory, and task manager reports 1.3 to 1.6 GB of virtual memory (I know so
|
| VisualStudio Orcas and older.NET Framework versions | 22 Jan 2007 18:38 GMT | 4 |
Our dev team is trying to evaluate VisualStudio Orcas. We support apps built on the .NET Framework 1.1 using VS2003, and .NET Framework 2.0 apps using VS2005. Is it possible in VisualStudio Orcas, to open a solution and compile/debug/run code targetting older versions of the
|
| MSMQ group? | 22 Jan 2007 14:03 GMT | 2 |
What's the best group to post Message Queueing questions in?
|
| Quickbooks horror with Netframe 1.1 | 22 Jan 2007 12:04 GMT | 2 |
I never catch a break with Intuit products. I d/l and tried to install 2007 quickstart Quickbooks. During the install it wants to install Service PAck 1 for 1.1 - and I get an error: fatal Execution Engine Error (0x7926e63b). Intuit says uninstall &
|
| Install com from .msi or... | 22 Jan 2007 07:52 GMT | 11 |
We have a .NET assembly with COM controls inside. We need to register this control in Internet Explorer. We have a html page to use this control: <html> <body>
|
| Uninstall ReportViewer | 21 Jan 2007 12:31 GMT | 1 |
During the installation process of my program I install ReportViewer in silent mode (Parameter: /q:a /c:"install.exe /q") How do I uninstall it again? - If possible again in silent mode. Thank you for any hints!
|
| XmlSerializer and bloated formatted XML | 21 Jan 2007 09:17 GMT | 2 |
I'm using the XmlSerializer to serialize an object to an xml file. When I look at the file I see that the xml produced is nicely formatted for a human eye. It has line breaks and indentations (as series of white spaces). Unfortunately all these formatting niceties aren't free. An
|