473,799 Members | 2,868 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).
2
1,602
thread by: Nicolas | last post Feb 24 '06 by: Nicolas
Hi everybody... In Xerces 2.7.0 it is explicitly stated that, no matter how one removes an attribute (attList->removeNamedItem, attList->removeNamedItemNS, domElement->removeAttributeNode, domElement->removeAttribute, domElement->removeAttributeNS), if that attribute has a default value it is immediately replaced. However I cannot obtain...
1
14,461
thread by: Andy | last post Feb 24 '06 by: Andy
Hi, I created a sample web service and tried calling it from my VBScript. Here it is: ---------------------------------------------------------------------------- --------------- '-- Declare variables dim fs
1
1,750
thread by: Sin Jeong-hun | last post Feb 24 '06 by: Jeroen Vandezande
I ran an executable written in C# and compiled for 'any CPU' on Windows XP x64 edition. It didn't run as a 32bit application. (You know, if it did, there's a *32 suffix at the Task manager". The file also ran on 32bit Windows XP. A few minuits ago, I compiled it for 'x64' and it didn't run on 32bit Windows XP. If an excutable compiled for...
0
1,113
thread by: Tom | last post Feb 24 '06 by: Tom
Hello, I try download a stream with DIMEATTACHMENT, and it works I have this error with a file 25 MB.. <<WSE352: The size of the record uuid: .... exceed its limit.>> I have insert in a config file of the Web Service
1
1,640
thread by: sush | last post Feb 24 '06 by: Martin Honnen
Hi All, I want to validate xml file against DTD file. I had installed ruby version of expat module. But there is no documantation available regarding how to use expat for parsing. could you tell me how can i start this. If you know any documents which explains how to use expat API please inform me. Thanks & Regards, Sushma
0
918
thread by: Madmo2991 | last post Feb 24 '06 by: Madmo2991
i've created my webservice, changed the namespace so that it is not tempuri.org. It runs fine on my machine, i copy it onto my laptop set it up, it runs fine on my laptop (windows xp pro) i put it on one of our servers (windows 2000 server) it complains that i'm using tempuri as the namespace tell me to change it. on my machine it is...
2
1,200
thread by: gauss | last post Feb 24 '06 by: gauss
Hi, I am using VS2003.NET. When /clr option is activated, /MT(d) is automatically chosen (just as said in the doc). Can I changed that to /MD(d)? Knowing that in VS2005 /MD is chosen by default. And not forgetting the non-deterministic Mixed DLL problem under VS2003.Net The situation is the following: I have a native dll, a mixed dll and...
7
1,940
thread by: Jeff Lynn | last post Feb 24 '06 by: Bruno van Dooren
Help! I recently upgraded my VS V6 to VS 2005 and was unable to build projects that were perfectly ok under VS V6. Where VS 2005 fails was in the linker resolving external DLLs, which are Open Source DLLs like "log4Cxx" and "Xerces C++" DLL libraries. VS 2005 converted my projects without any problem. Even the proper lib includes and...
0
1,180
thread by: James Buffington | last post Feb 24 '06 by: James Buffington
For some reason, my laptop has quit recognizing the GPS receiver. I have reinstalled the software, scanned for the received - everything that is called for, with no results. To insure that the receiver is working properly, I connected it to my desktop computer - it works fine. Can someone please make a suggestion that might correct this...
0
1,408
thread by: Scott F K Hooper | last post Feb 24 '06 by: Scott F K Hooper
I get this error on compile of my vb/asp.net app: Could not load file or assembly 'WebChart, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417) In fact I get this error no matter what 3rd party dll I try to add to my projects....
0
896
thread by: Olga | last post Feb 24 '06 by: Olga
Hi to all, please help me to find a code(preferable in VB) for searching a word in different document files(word,excel,pdf,etc.) that are placed in a specific directory on the hard disc.The searched word will be defined by the user. Thanks for all ideas in advance.
0
1,133
thread by: Mike N | last post Feb 24 '06 by: Mike N
Using the Gridview control in ASP.NET i developed a a web form which displays general user information using simple databinding ad databound columns direct to a dataset. I wanted to hide my ID columns but use them to activate commands from the gridview. But when I try retrieve the values the id values disappear if theID column is hidden. It...
0
1,305
thread by: i676373 | last post Feb 24 '06 by: i676373
From: i676...@gmail.com - view profile Date: Fri, Feb 24 2006 2:50 pm Email: i676...@gmail.com Groups: microsoft.public.dotnet.languages.csharp Not yet rated Rating: show options Reply | Reply to Author | Forward | Print | Individual Message | Show original | Remove | Report Abuse | Find messages by this author
1
8,934
thread by: Pieter | last post Feb 24 '06 by: guy
Hi, I have my own custom BindingList, that inherits from BindingList, and implements IComponent. I would like to implement a Find-method, that will allow me to search for a property of my Items. So basicly: If my Items in the List have a property Name, I would like to be able to return with this method all the items that have Name =...
2
2,669
thread by: dermot | last post Feb 24 '06 by: Nick Hounsome
hi, I'm opening a file dialog in a vb.net form. I want to show only files modified after a certain date. Is there anyway to filter for this? Thanks
2
3,016
thread by: MR | last post Feb 24 '06 by: Nick Hounsome
i am looking into how to pass information between two applications. one is a java app (not java.net) and the other is dotNet based v1.1 (c#). both apps will probably run on the same machine. i don't know very much about java or its capabilities. normally i would use queues or even windows messages, but because the other app is java none of...
0
1,231
thread by: Punit | last post Feb 24 '06 by: Punit
Hello, I have an unmanaged VC7 app (ActiveX control implemented using MFC) calling a C# dotnet service. I'm using the VS2003 generated proxy class derived from CSoapSocketClientT. The activeX control works fine but when used through a proxy that requires authentication I end up getting 407 error. I tried using authentication schemes as...
0
840
thread by: Kash | last post Feb 24 '06 by: Kash
Hi everybody: I've developed a web application running on a 2003 server of a small firm's extranet environment (less than 10 users) by using Office Primary Interop Assemblies (PIAs). WebDav services is also installed and is activated on both server and clients machines. I'm creating wordapp, and then worddoc and inserting a few rows into and...
1
978
thread by: balmerch | last post Feb 24 '06 by: Kevin Yu [MSFT]
I am getting this exception when running my code: {"There is already an open DataReader associated with this Command which must be closed first."} This is my code: private Guid CreateCode( string Code ) { Guid toReturn = Guid.Empty; this.scCreateCode.Parameters.Size = Code.Length;
10
1,480
thread by: John Swan | last post Feb 24 '06 by: Og
Please, I have just created this site and am wondering what your opinion is from both professionals and amatures or the curious alike. Any opinions? www.integrated-dev-sol.co.uk Remove 123 from email address to reply. Anti spam and virus measure.
17
57,399
thread by: gokul | last post Feb 24 '06 by: Rekha
Hi, Iam a newbie to dotnet and I experience problems in using the Browser control in VB .net. Though Iam able to use it with its basic features, I need to customise it. http://www.codeproject.com/books/0764549146_8.asp The above link shows where what I want is achived in C#, but I need t oa cjhive the same in VB .net. Someone help and...
2
1,347
thread by: tlemcenvisit | last post Feb 24 '06 by: tlemcenvisit
hi, I'd like to have the color of the screen's pixel which I point with the mouse cursor Please, help me Thanks in advance
6
1,710
thread by: CSUIDL PROGRAMMEr | last post Feb 24 '06 by: Daniel Parker
Folks I am new to XSL and XSLT. I have xml file. I want to transform it in a text file. IS there any way or example that i can learn and see. thanks
2
899
thread by: Ernesto Díaz | last post Feb 24 '06 by: Carl Daniel [VC++ MVP]
Hi I need to instance a class at runtime, at runtime a can get the name in a string, i would like to know if its possible to instance the class at runtime with the name in a string. Thanks for your assistance. Ernesto Díaz
1
1,454
thread by: Jon Gabel | last post Feb 24 '06 by: Brendan Green
OK, I know your're not supposed to do this. But it would be very handy to be able to edit Windows Form Designer generated code when generating lots of similar objects. In Visual Studio 2005, I duplicated several ToolStripMenuItems by editing code. This entails adding code in several places. I can build the project ok but the window doesn't...

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.