| Thread | Last Post | Replies |
|
| Windows Service Stream issue | 22 Dec 2005 18:39 GMT | 1 |
I have some code that uses HttpWebRequest to request data from an Internet site, performaing a "screen-scraping" of an html page textual data. I then use the HttpWebResponse.GetResponseStream() to retrieve the data as a stream.
|
| Launching command line compiler | 22 Dec 2005 18:28 GMT | 3 |
I am trying to automatically compile all my projects but I am stuck on something silly: launching csc with the right arguments. Here is my code private void CompileProject(string RSPFile)
|
| Unable to read from my App.config | 22 Dec 2005 18:22 GMT | 3 |
I have a windows app in a virtual folder which works great on my test server. However, when I move the application to a production server I get the following error : An unhandled error has occured in your application. Object not set to an
|
| String object to unmanged char *? | 22 Dec 2005 17:47 GMT | 7 |
I have a string object that I need to convert into an unmanged char * to be used by several unmnaged 3rd party functions. I have tried to use: (Marshal::StringToHGlobalAuto (Profname)) This would get me an IntPtr value, but I could not find the correct way to
|
| Connecting to a SQL server | 22 Dec 2005 15:07 GMT | 6 |
Good morning, all. First I want to apologize for the cross-posting, but this is a major part of the project and I would use an advice fastly. I am trying to design a Web app using C# to attach to a SQL server.
|
| Is the form open or hidden | 22 Dec 2005 13:26 GMT | 2 |
This is a very basic question. Is it possible to determine if a form is Shown or Hidden by inspecting one or more of the form parameters? I can't seem to find such a parameter. Thanks in advance,
|
| Notify clients? | 22 Dec 2005 09:54 GMT | 4 |
Part of a c# WinForms system I'm developing allows department managers to log tasks for their employees. The task information is saved to SQL Server db, and appears in a 'tasks' pane when users load the system. What is the best way to update a users tasks pane if a task is logged ...
|
| How to save a DLL created by the AssemblyBuilder to a specific directory | 22 Dec 2005 09:36 GMT | 3 |
I'm using some sample code from the msdn sample project: http://download.microsoft.com/download/4/7/B/47B2164C-E780-4B10-8DE4-2CB5B886E0A 6/Technologies/Reflection/ReflectionEmit.zip.exe I'm using the 'AssemblyBuilder.Save' method, however, it takes a file name as a parameter and I ...
|
| QueryInterface for interface xxx.yyy failed - 2003 Server | 22 Dec 2005 08:00 GMT | 1 |
I got a ASP.NET application that uses a com dll. The application runs fine on XP and windows 2000 OS, but throws this exception on 2003 server: QueryInterface for interface xxx.yyy failed. Any ideas?
|
| Need Help : ASP.NET Strange behaviour with time consuming processes | 22 Dec 2005 07:04 GMT | 1 |
We use ASP.NET framework v1.1.4322, ADO.NET and Oracle 9i Database. This problem is with only with method which takes long time executing a proc in database. In a ASP.NET page_load method we call a database proc which executes
|
| Partial Class for a Form | 22 Dec 2005 04:56 GMT | 1 |
I have a form named frmDetails which host numerous tab controls. There’s bunch of code written to make each tab perform specific task. With the amount of code sitting behind, isolating code into Regions is not making it better. How can I isolation code into various Partial ...
|
| Refactor menu missing in VB.net projects | 22 Dec 2005 02:44 GMT | 1 |
Why does the refactor menu not show up in vb.net project while it shows up in c# projects? Thanks ~PJ
|
| Tab Control | 22 Dec 2005 00:49 GMT | 7 |
I'm trying to solve a doubt, does the default TabControl provided with the .Net framework (ver 1.1) support to disable a tabPage? somehow?? Thanks
|
| Dynamic Creation of Javascript Code | 21 Dec 2005 22:24 GMT | 1 |
Good Day Folks, I'm trying to dynamically create some Javascript code. The simplest form of my asp.net code is shown below. Seems the compiler doesn't like the string constant "</script>".
|
| Where to go with Windows Installer 3.0 problems in VS 2005? | 21 Dec 2005 21:54 GMT | 1 |
I'm having several issues with Windows Setup Projects in VS 2005 and need to find a resource that might be able to help me work around some of the short comings of Windows Setup Projects (Windows Installer 3.0). My specific issues:
|