Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008


all groups > dotnet general > september 2006 > threads for friday september 22

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

ASP.NET Debugging
Posted by Muhammad Nasir at 9/22/2006 6:19:13 PM
Hai, I am trying to develop a project using "HMC-3.5 Consolidated Server = Deployment." I downloaded the Sample solution and now want to debug it. = But it is giving me following ERROR; error while trying to run project: Unable to start debugging on the web = server.Access is denied. Anybody h...more >>

TCPClient comm with Telco Switch
Posted by pickedaname at 9/22/2006 6:10:02 PM
I work for a telecom company. We need to get data from our 5ESS switches to be consumed by a .NET app. The data I am getting back is incomplete. For example, the beginning of the first line recvd from the device should read: SWT5 5e16(2) 02.00 Instead I get a bunch of gibberis...more >>

I've been thinking... (.NET 1.1 and .NET2.0)
Posted by ChrisM at 9/22/2006 4:13:42 PM
I've got a medium sized project written in C# for .NET1.1 the project is live, but still under constant development. There seems to be a lot of new stuff in .NET2.0 that I'm missing out on, and now they're starting to talk about .NET3.0, I don't want to get left too far behind. What are the m...more >>

bin folder in VS 2005 web project
Posted by esha at 9/22/2006 4:12:21 PM
In VS 2003 when you build web project, dll is created and saved in bin folder. I cannot find either bin or dll for my projects created in VS 2005. Does VS 2005 use a different way to work. Does it create dll for the WEB at all? My projects created in VS 2003 did not work on production server ...more >>

ASP.NET VB Question
Posted by joelranck NO[at]SPAM gmail.com at 9/22/2006 2:38:14 PM
This is a stupid question but.. how do you goto a url in vb.net? I've got a form page where I want to go back to the main page after clicking the OK button but I can't use the postbackurl function because it's a form and the information/functions won't be run. ...more >>

HttpWebRequest request time out vs operation time out
Posted by Eric Cadwell at 9/22/2006 1:50:33 PM
Are there two distinct timeouts on HttpWebRequest.GetResponse()? If I recall correctly, I've seen an "operation timed out" that was not the same as request time out. Thanks, Eric ...more >>

dll Release or Debug?
Posted by Brent at 9/22/2006 1:49:47 PM
Is there any way to tell if a dll that was built was built in debug or release mode? We are having a problem with one of our production processes and we think it might be because this dll was build incorrect. Is there any good way to check this if the dll hasn't been obsficated (or however you...more >>

ASP.NET 2.0 won't let me put my user controls in the same directory as Web.config
Posted by Nathan Sokalski at 9/22/2006 12:00:50 PM
When I put my *.ascx files in the same directory as Web.config and my user controls are registered in Web.config it gives me an error. Putting my *.ascx files in another directory is not hard, but it can cause another annoyance: relative directories. For example, that means that I need to wr...more >>



White strip showing up between two imagemaps
Posted by Nathan Sokalski at 9/22/2006 11:42:47 AM
I have two asp:ImageMaps in a table cell as follows: <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="center"> <asp:ImageMap ID="mapBanner" runat="server" BorderWidth="0px" Height="82px" ImageUrl="../images/top_banner.jpg" Width="1000px" ...more >>

String Comparision
Posted by Kb at 9/22/2006 10:13:09 AM
Hello There, How do i compare string such that A < B<... <Y<Z<BA<BB... <CA... <ZZ Thanks KB...more >>

bin and obj folders
Posted by cashdeskmac at 9/22/2006 8:39:02 AM
Can anyone please explain what the bin and obj folders are for? They are created automatically in C# applications but I have no real idea about the obj folder. The bin folder is the same relative path to the executable as the application folder once it is deployed, but apart from that I ha...more >>

Is there any way to do this?
Posted by Paul at 9/22/2006 7:55:15 AM
Example: I have a ASP.NET project called TestApp written in c#. It has WebForm1.aspx/WebForm1.aspx.cs. There is a button click event for Button 1. It updates a label on the form. The code for the Button1_Click is: private void Button1_Click(object sender, System.EventArgs e) { this....more >>

Send keystrokes to runing process
Posted by Joey at 9/22/2006 7:36:01 AM
I am using the below code to run a dos based program. While it is running you can hit ctrl-c to cancel the process. Does anyone know how I can send the same keystroke to the already runing process after the below code is executed? Dim process As New Process() Dim FileName...more >>

Temporary SMTP Server
Posted by Joey at 9/22/2006 7:33:02 AM
I have a program that runs a second program with the following code: Dim process As New Process() Dim FileName As String = "externalprog.exe" Dim Arguments As String Arguments = "/c" process.StartInfo.UseShellExecute = False process.StartInfo...more >>

Visual Studio Express and SDK
Posted by olrt at 9/22/2006 7:09:28 AM
Hello, is the .NET Framework SDK installed along with Visual Studio Express ? If no, can I install .NET Framework SDK after Visual Studio Express installation ? Thanks. Olivier. ...more >>

Imlementing Business Process Workflows in .NET
Posted by C at 9/22/2006 3:48:01 AM
Hi, Does Microsoft have a product that integrates with Visual Studio .NET that can be used to develop Web based Workflows for Business Process scenarios? Thanks....more >>

convert html to pdf
Posted by suji at 9/22/2006 3:05:33 AM
Hai, Are there any 3rd party controls who provide free libraries to convert my html form to pdf in c#? I need to have a button on my form, that should convert my page to pdf format. Can any one help me to write code for that in c# with libraries? regards, Suji. ...more >>

SetWindowsHookEx C# trap key combinations
Posted by Mike Carlisle at 9/22/2006 1:53:02 AM
Hi, Can't seem to find any sensible C# examples of this, struggling to work out the correct way to trap key combinations using SetWindowsHookEx with WH_KEYBOARD_LL, such as ALT-ESC. private int InterpretKey(int nCode, IntPtr wParam, IntPtr lParam) { ..... hookStruct = (KeyboardHookS...more >>

Hi Russia Developer
Posted by Darwin at 9/22/2006 12:45:59 AM
õ ÍÅÎÑ ÈÒÏÍÁÅÔ ÁÎÇÌÉÊÓËÉÊ, ÎÏ Ñ ÏÞÅÎØ ÈÏÔÅÌ ÂÙ ÏÂÝÁÔØÓÑ ÎÁ ÔÅÍÕ C # . ðÒÅÄÌÏÇÁÀ ÏÔËÒÙÔØ ÎÏ×ÕÀ ÔÅÍÕ ÐÏ ó # ÎÁ ÒÕÓÓËÏÍ ÑÚÙËÅ. äÌÑ ÎÁÛÉÈ ÂÕÒÖÕÊÓËÉÈ ÄÒÕÚÅÊ. Excuse, that I write on ÒÕÓÓËÉ simply do not know your language and it is difficult for me to communicate. And so it would be desirable....more >>

No symbols loaded
Posted by Aleksey Tkachenko at 9/22/2006 12:00:00 AM
Hi All, I use the CompileAssemblyFromSource the same way to make two assemblies A and B and can debug the A but get the "No symbols loaded" message in output for B. The B is created after A and A is referenced from B. I really want to be able to dubug both of them. How can I force the loading ...more >>


DevelopmentNow Blog