473,544 Members | 1,732 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET Framework Forum

Microsoft . NET Framework - Ask questions about Windows Communication Foundation(WCF), Windows Workflow Foundation(WF), applications (web, server, smart clients, console and database).
1
9,838
thread by: Paul | last post Feb 14 '06 by: martin
Hi, I have a web service application that uses AXIS at the server side and C# at the client side. the C# client code was generated using wsdl.exe. When AXIS raised an exception, it sends the soap exception back to client with HTTP 500 internal server error: HTTP/1.1 500 Internal Server Error Date: Wed, 14 Dec 2005 00:18:16 GMT
1
1,880
thread by: sp | last post Feb 14 '06 by: Andy Dingley
i have an xml file (an rss file) <?xml version="1.0" ?> <rss version="2.0"> <channel> <title>CodeGuru.com</title> <link>http://www.codeguru.com/</link> <description>The number one developer site!</description> <language>en-us</language> <lastBuildDate>Mon, 13 Feb 2006 09:52:05 EST</lastBuildDate>
0
864
thread by: Sidanalism | last post Feb 14 '06 by: Sidanalism
I have made a simple test for the datagrid by using an inherited DataGridTextBoxColumn named "DataGridTextBoxColumnEx". In the class I override the Paint() method and inserted the code to count the number of calls. For a 5 x 5 cells DataGrid it calls my Paint() method exactly 25 times on every action I done to the grid. That includes moving...
2
1,967
thread by: Nathan Sokalski | last post Feb 14 '06 by: Hans Kesting
I have a page which reads the the first line of every *.txt file in a certain directory of mine to use as the Text property of a HyperLink Control. However, in one of my recently added text files in the directory it is using all but the ellipsis character (this is the last character in the line, but it does the same thing when I place the...
0
1,254
thread by: Jurgen Oerlemans | last post Feb 14 '06 by: Jurgen Oerlemans
Hello, Being new to vb dotnet I have the following problem: I want to manage printjobs by an dotnet application. For this I use the ActiveDS reference. Using this reference, how can I: * find the printerstatus (not the job status) * Change the destination of the printjobs? So change it from: \\domain\server\printer1 to...
7
1,127
thread by: Dean | last post Feb 14 '06 by: R. MacDonald
Hi, I am using Vb.net and I want to know how to put the Time, Date which ticks?? Please reply as soon as possible Dean PS: Please make the answer simple because I am only 11 Yrs old and New to VB
1
2,056
thread by: Neal | last post Feb 14 '06 by: Bruno van Dooren
I need to create many labels to fit on a windows forms and instead of using the designer to create a large number of text labels I just wanted to make an array of them and then loop through them to set their properties. when trying this code Label labelArray = new Label; I get an error of invalid type for __gc array element what would be...
1
2,367
thread by: quat | last post Feb 14 '06 by: Bruno van Dooren
I have two unmanaged pointer in a managed form class: IDirect3D9* d3dObject; IDirect3DDevice9* d3dDevice; In a member function of the form, I call: d3dObject->CreateDevice( D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL,
3
4,590
thread by: Incorrect filenames in download link. | last post Feb 14 '06 by: Christopher Reed
Hello: I use a W2000+ASP.NET , and I want to execute an external command from a .NET DLL, the line is something like this: psftp.exe root172.168.0.108 -pw root -b bat.txt psftp is a secure ftp console program, and the bat.txt file contains all the necessary commands to get a file from the server and quit the session. If I execute this...
1
1,192
thread by: msdnuser | last post Feb 14 '06 by: Yuan Ren[MSFT]
Hi all, I have .net 2.0 , visual studio 2005, sql server 2005 etc installed in my system. Now I also need .net 1.1. Can I use .net 1.1 CD (or just the 1.1 redistributable??) and install this side by side to 2.0? If so what are the precautions I should take ? will anything break after doing so? I am using windows XP operating system. ...
7
2,099
thread by: Boni | last post Feb 14 '06 by: Carl Daniel [VC++ MVP]
Dear all, I have a global variable in the native code. I was assuming that I create a IJW CLI wrapper class and create an instance of this class in other appdomain, then the global variables will not be shared between to. But it is apparently not the case. Any ideas how I could separate the globals, when 2 instanes of native code must run in...
0
900
thread by: pope | last post Feb 14 '06 by: pope
I use a CImageList to draw icons on the SDI view: ... myImageList.Create(48,48, ILC_COLOR16,1,1); ... But the icon drew on the SDI view is of black background,why? the icon is of greenish backcolor. how to draw the icon on the SDI view without black backcolor? Thank you.
2
2,553
thread by: DJohnson | last post Feb 14 '06 by: Lloyd Dupont
Hello everyone, Please forgive me for my ignorance or lack of understanding on the following technology, as I am by no means an expert in serial IO. I am writing an application that communicates to a custom hardware device that requires a 4 byte message to be sent every 500ms to keep it alive. I have used VB6 to create a prototype...
11
3,983
thread by: ME | last post Feb 14 '06 by: Jay B. Harlow [MVP - Outlook]
In C# the following code generates a compiler error ("A constant value is expected"): public void Test(string value) { switch (value) { case SimpleEnum.One.ToString(): MessageBox.Show("Test 1"); break;
11
3,135
thread by: ME | last post Feb 14 '06 by: Jay B. Harlow [MVP - Outlook]
In C# the following code generates a compiler error ("A constant value is expected"): public void Test(string value) { switch (value) { case SimpleEnum.One.ToString(): MessageBox.Show("Test 1"); break;
0
1,129
thread by: Shane Liesegang | last post Feb 14 '06 by: Shane Liesegang
I made a tiff file in Photoshop that contains multiple layers. When I read it back in to Photoshop, the layers show up all fine and happy, I'm trying to write a program that parses these layers in different ways, though, and having some trouble. The following code: Image image = Image.FromFile(filename); int temp =...
1
1,306
thread by: Sathyaish | last post Feb 14 '06 by: Martin Kulov
I've written a Web Service that has main service class. Let's call the main class that exposes the service interface as Service1. So, we have: public class Service1: System.Web.Services.WebService { //code }
1
320
thread by: JC | last post Feb 14 '06 by: David Barkol
I am looking for a way to manage windows user profiles via vb.net (ASP.net). I am looking for a way to delete a users profile off a server or a number of servers. This is a TS environment. The utilities that exist are limited in functionality (single server) as far as we need. We need the ability to select 1 or more servers and look to see...
11
7,390
thread by: Kirk | last post Feb 14 '06 by: Kirk
The following C# web service works fine until you uncomment the lines setting UserName and Password. Then the process starts as the specified user, but hangs in a suspended state. In fact, any executable will exhibit this problem; it is not specific to whoami.exe. This is with .NET 2.0, of course (1.1 does not support running a process as a...
0
1,732
thread by: Michael.Suarez | last post Feb 13 '06 by: Michael.Suarez
So we develop and maintain several applications used by several people in the same company, on the same intranet. There are several applications written in VB6, but going forward all of the new development will be done in .NET 2.0, including eventual rewrites of all the VB6 apps. The VB6 executables are all stored in a network folder, and...
1
1,117
thread by: Jon Shemitz | last post Feb 13 '06 by: Jon Shemitz
Theoretically, my long-delayed .NET 2.0 book (<http://www.midnightbeach.com/dotnet>) will be DONE and handed off to the copy editor by Jan 31. My shoulder's giving me trouble and I might miss that date by a day or three, but it's finally nearly done. In any event, as part of the "book tour", I'll be giving a talk at eBig, in Pleasanton, CA...
0
882
thread by: Geoff Evans | last post Feb 13 '06 by: Geoff Evans
In vs2005 aximp.exe doesn't appear to take activeX dlls to wrap anymore (it only takes .ocx files). What is the proper workflow for generating a framework assembly from a .dll activex control?
1
1,239
thread by: prefersgolfing | last post Feb 13 '06 by: Brad Wood
I have a doc that that I am entering an incorrect value in a node that expects an restricted enumeration yet I can't get the ValidationEventHandler to fire. Shouldn't it fire if it finds an enumeration that's not listed in the schema? I've also misspelled node tags and it still won't fire. Am I missing something? Thanks. Public Shared...
2
1,591
thread by: minorguy | last post Feb 13 '06 by: minorguy
I have a general question about MSBuild (which I know little about so far) and I hope this is the right newsgroup. I can read the reference documentation about MSBuild, but it's not really telling me what I want to know. Perhaps someone can point me in the right direction. We have several projects, mostly C++, that we develop with Visual...
8
4,834
thread by: Pieter | last post Feb 13 '06 by: Josh Einstein
Hi, I'm having some weird problem using the BackGroundWorker in an Outlook (2003) Add-In, with VB.NET 2005: I'm using the BackGroundWorker to get the info of some mailitems, and after each item I want to raise the ProgressChanged-event to update the DataGridView. It works fine when only one Progresschanged is fired, but at the second,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.