473,750 Members | 2,182 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
2,074
thread by: David Douglass | last post Feb 23 '06 by: Vadym Stetsyak
I've been trying to get my hands around the version of SOS that ships with framework 2.0. I wrote a sample app to create the classic deadlock situation. When I run syncblk, I get told which locks a threads is holding, but nothing about which lock they're waiting on. The help for syncblk says unassemble some code to determine which lock is...
1
4,093
thread by: Patrick.O.Ige | last post Feb 23 '06 by: Dimitre Novatchev
I have a xml file and i want to format it using XSL My XSL file and XML below I needed to do a distinct which is ok on the first node "Code" For the "programDescription" i did below which gets the Count of the nodes and i get the programDescription node but it duplicates for the selected "Code" Node. So if the Count is 3 its shows values...
1
992
thread by: Nik Coughlin | last post Feb 23 '06 by: Cor Ligthert [MVP]
What .net grid components are people using, what do you recommend? I quite like the look of http://www.10tec.com/Products/dotNET/iGrid.net/index.aspx, has anyone used it? If there is a better group to ask this in, please let me know, thanks!
0
863
thread by: Maik Albrecht | last post Feb 23 '06 by: Maik Albrecht
Hello NG, i use the VS 2005 TeamSystem Edition. When i try to watch the data on properties from a generic type with quickWatch there is no data shown. Instead there is something like : The generic type 'MyType`2' was used with the wrong number of generic arguments Have anyone a idear whats going wrong ?
1
2,382
thread by: davesmith | last post Feb 23 '06 by: Steven Cheng[MSFT]
I have a need for a very simple web server that can authenticate clients using integrated windows authentication. I have been asked to propose a solution that doesn't use IIS. I know that HttpListener is a good option, but I need support for Win2K. I tried putting together a simple server that uses NegotiateStream, but when I try to access it...
1
2,092
thread by: Daniel | last post Feb 23 '06 by: Dimitre Novatchev
how to parse <?xml version="1.0" encoding="UTF-8"?> with xpath? is it possible?
1
1,611
thread by: Daniel | last post Feb 23 '06 by: Dimitre Novatchev
how to parse xsl:output ... with xpath? "./xsl:output" does not work. is there other notation for this?
3
1,704
thread by: Gerhard | last post Feb 23 '06 by: Gerhard
Is it possible to embed a .pdf file inside <asp:Content></asp:Content>? I have a page that has a master page with navigation, etc., and I want the content to be what is in a .pdf file. Is this possible? If so, how can I do it? Thanks.
7
10,519
thread by: Jeronimo Bertran | last post Feb 23 '06 by: Peter Huang [MSFT]
Hello , I am trying to read a resource in my .net app using a stream. I found the GetMainfestResourceStream but I am having trouble using it with the resources I edit with the resource editor. I added an icon named Devices.ico which I need to read as a stream.... I am able to load the resource using the ResourceManager as follows:
0
293
thread by: Daniel | last post Feb 23 '06 by: Daniel
how to parse xsl:output ... with xpath? "./xsl:output" does not work. is there other notation for this?
0
960
thread by: Scott F K Hooper | last post Feb 23 '06 by: Scott F K Hooper
I'm going nuts! I'm using VS2005 with dotNet 2. I have had the following problem with three seperate third party dlls, any of which I would like to implement into my VB/asp.net project. At compile time I get the following error: "Could not load file or assembly 'Manco.Chart, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null' or one of its...
1
1,326
thread by: Greg | last post Feb 23 '06 by: Greg
Referring to Managed: why do templates require an explicit copy constructor to be defined in order to use gcnew whereas simply declaring an object as a local (still uses managed heap of course) does not require the template to have a default constructor defined? -- Greg McPherran www.McPherran.com
0
764
thread by: ben135 | last post Feb 23 '06 by: ben135
If new code is created using CodeDom, then executed at runtime with reflection, how can it be debugged? Are there any nice solutions to this problem?
1
4,924
thread by: James Pose | last post Feb 23 '06 by: John Bailo
Convert.Int32 fails for "0" but works fine for all other numbers. This does not work on one machine when "0" it works fine on other machines Convert.ToInt32(“0”); gives exception {"Input string was not in a correct format."} If I specify base 10 this works on all machines Convert.ToInt32(“0”,10); So I have 3 related questions.
2
2,619
thread by: Fredrik G | last post Feb 23 '06 by: Kaypee
Whenever i hit F5, my project builds, but then i get an error "The operation could not be completed" Then i have to launch task manager, and end the "myproject.vshost.exe" process manually. Now, the next time i build it, it will start. But next time i start debugging, i have to do the same procedure again. It was working fine earlier, but...
0
1,002
thread by: MAF | last post Feb 23 '06 by: MAF
I have a collection setup as a queque collection and when I attempt to deque the collection I get two objects off of the collection instead of one. This usually happens the first time I attempt to deque the collection here is a sample of my object that inherits from the System.Collection.Queue public...
1
379
thread by: Des | last post Feb 23 '06 by: Adam May
I am new to .NET so this code will not be the best. I need to read fields from a single record and place them into individual variables. What I have is this and the error is BC30311: Value of type 'System.Data.DataColumn' cannot be converted to 'String'. <%@ Import namespace="System.Data" %> <%@ Import namespace="System.Data.SqlClient"...
0
11,288
thread by: Raja B | last post Feb 22 '06 by: Raja B
I start getting this exception when I moved my windows service to a Windows 2003 (32 bit running on AMD Opteron processors) server with ..NET framework 2.0 . The EventLog says Event Type: Error Event Source: .NET Runtime 2.0 Error Reporting Event Category: None Event ID: 5000
3
1,180
thread by: Anil | last post Feb 22 '06 by: Adam May
How same functionality can be given to mulitiple forms in a VB.Net project? e.g. Suppose on each form, toolbar is present. If we click on New button then Add, Edit button gets disabled and Save, Cancel button is enabled. If we click on Save button, records gets saved. In short how the generelized code can be written?
0
740
thread by: UT-BadBoy | last post Feb 22 '06 by: UT-BadBoy
I have a question regarding the "Updateable" compile mode for the new ..NET 2.0 framework. As I understand, with this deployment mode, the compiler still creates the ASP_WEB_XXX assemblies for the codebehind files along with the precompiled pages for the aspx, ascx files. This is stored within the bin directory. It also leaves the aspx pages...
1
2,301
thread by: jwinn | last post Feb 22 '06 by: jwinn
Is there any way to change the sensitivity level of a message by modifying the MailMessage.Headers collection? We're using an Exchange server here and I would rather not use VSTO at all since the application doing the mailing is a Windows Service. Also, I'm using VS2003 and 2005 at the moment. Thanks!
0
963
thread by: MPulse | last post Feb 22 '06 by: MPulse
We are in the final stages of developing a client for our web service on the Pocket PC/Windows Mobile platform. We are running into a problem with how our sales/distributors can demonstrate this new client. We use web conferencing almost exclusively to demonstrate our products. I need an emulator for the Pocket PC that does NOT require...
6
1,345
thread by: academic | last post Feb 22 '06 by: academic
What is the convention for Command Window arguments? If I write a program called QQQ that takes one argument should I expect a user to type: QQQ arg QQQ -arg QQQ /arg or what?
2
1,298
thread by: Andre Nogueira | last post Feb 22 '06 by: Andre Nogueira
Hi guys, Since you helped me out the last time I needed - let me thank you for that if I haven't already ;-) - I decided to call for your help yet again. I'd like to be able to open a FolderBrowser instance from within a thread I lauched, but I don't seem to be able to. It gives me this exception Current thread must be set to single...
0
1,098
thread by: Colin Desmond | last post Feb 22 '06 by: Colin Desmond
I am trying to use VCBuild to automate our overnight build process. We have a collection of C++/CLI projects in a solution. There are "Reference" based dependencies between some of these, but despite that information being the various .vcproj files, VCBuild does not seem to recognise it. Neither does it recognise System being included in a...

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.