473,811 Members | 2,771 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
1,847
thread by: satelite | last post Feb 27 '06 by: Luke Zhang [MSFT]
Hello, I am writing an exe that is intended to be run via a scheduled task. However, I also need the flexibility to have users run the scheduled task manually (right click task and select run). In the event a user runs the task manually I need to verify their identity for logging purposes. So I have two questions: 1. Is there a way to...
0
926
thread by: Vince Varallo | last post Feb 27 '06 by: Vince Varallo
Is it possible to determine that a user clicked on the menu image rather than the menu link when using the new .NET menu control? Thanks, Vince
1
1,015
thread by: Bruce Cartland | last post Feb 27 '06 by: Bruce Cartland
Have got IIS webapp (virtual directory) on localhost with a csproj file in it. It does NOT use wwwroot (somewhere in the MS doco is says it's not recommended practice to use C:\Inetpub\Wwwroot and I don't like to anyway). In the the solution I try 'Add Existing project from web'. It opens the virtual directory. I select the csproj file and...
2
980
thread by: Boni | last post Feb 27 '06 by: Boni
Dear all, ist it possible to have a template class or func as friend of other class: Folowing returns syntax errors template< typename T> class test{}; template< typename T> int func (Ta); class A{ friend class test;
3
4,596
thread by: g66g08d14 | last post Feb 26 '06 by: Alexander Gnauck
Hi. We have a Jabber-esque client server package that uses XMPP for communication over network sockets. Using .NET 2.0, I need to read a full stanza (i.e. balanced xml) as soon as available and return it as a string. So, I've taken my NetworkStream and wrapped an XmlTextReader around it. At first I tried using ReadOuterXml() to grab...
1
1,065
thread by: ravi.velamuri | last post Feb 26 '06 by: Crutcher Dunnavant
Hi, 1. My source XML will almost look like attached "Source.XML" 2. I have to transform that into Destination XML almost look like attached"Dest.xml" Here, my destination XML should be always in the same sequence of elements as it is in sample shown whatever way the Source XML comes...OR XSL transforms it...
3
7,776
thread by: cnickl | last post Feb 26 '06 by: cnickl
VS 2005 / C++ / __gc program (converted from VS 2003) i have this code in my program: int found; String *temp; this->ofdOpen->ShowDialog(); the last line produces the folloing unhandleld exeption:
0
1,017
thread by: XML newbie: Urgent pls help! | last post Feb 26 '06 by: XML newbie: Urgent pls help!
I am working on VB.Net application. I have a GUI where the user logs on and gets SessionId. Once, the connection is successful, the user is redirected to another screen where he choses which table and the starttime and end time to select the data from the database on the remote server. I create a reference to the remote web service. How do I...
2
2,153
thread by: kenc | last post Feb 26 '06 by: kenc
Please help with this bug, probably due to CRT not starting up. To recreate: In VS2005 create a new C++ "Windows Form Application" Add the line #include <atlbase.h> in stdafx.h (or anywhere else) I get the following error: --------------------------- Microsoft Visual C++ Debug Library ---------------------------
0
839
thread by: Seok Bee | last post Feb 26 '06 by: Seok Bee
Dear Experts, I am having 1 listbox control in my web form and trying to retrieve the items and load into it. I want to list out those uploaded files into the database and list out in the listbox control. My code is as follow: ------------------------------------------- Protected Sub btnUpload_Click(ByVal sender As Object, ByVal e As...
0
944
thread by: Peter Schmitz | last post Feb 26 '06 by: Peter Schmitz
Hi, does anyone know a good book about the new features of VS2005, like .net 2.0, PGO, TS, etc.? (I'm familiar with older versions of the studio). -Peter
2
1,689
thread by: Allen Maki | last post Feb 26 '06 by: Allen Maki
Hi Everybody, I am new to VC.NET and I need your help. I would like the array to print characters as '.'s (dots) instead of 0s as in (see below in front of //------>>>>>. I tried to use casting like this:
0
838
thread by: gad | last post Feb 26 '06 by: gad
How do i add a question in the installation wizard to the user if to make a shortcut to the desktop and how do i get the answer?
0
854
thread by: rony_16 | last post Feb 26 '06 by: rony_16
hi, i want to create an service in C# that will catch an events from outlook contacts and calendar , and to each event he will add\update the data in my database . can any one have an example code , how to manage the outlook events out side the outlook ? or an article ?
0
2,441
thread by: Silver Oak | last post Feb 26 '06 by: Silver Oak
Hi, I'm experimenting with FileSystemWatcher but it doesn't seem like it fires when a new file is created. Everytime I create a new file, it fires Changed event i.e. Case WatcherChangeTypes.Created never fires. Please point out my mistake. Thanks. Michael
0
1,198
thread by: Bob Harrison | last post Feb 26 '06 by: Bob Harrison
After installing the Media SDK and looking at the vb sample I was able to create a control that includes the media player plus other form controls. I want to add multiple instances of this control to a windows form. I was able to get this to work...almost. The problem I have is that after adding mutiple instances of the control by pressing a...
13
3,249
thread by: David Thielen | last post Feb 25 '06 by: David Thielen
XPathNavigator nav = MyCreateNav(); // InnerXml == "software" nav.SelectSingleNode"."); The select returns an exception: + $exception {"'.' has an invalid token."} System.Exception {System.Xml.XPath.XPathException} Any idea why? --
6
1,388
thread by: acs974 | last post Feb 25 '06 by: Andy
Hi, I apologize if I am posting this in the wrong forum. I am creating a .net 2.0 website using vb.net. I have an XML file with the following general format: <LearningObjectives> <lo number = '1'> <Title>First Learning Objective. Click for more details</Title> <details>These are the details for LO 1</details> </lo> <lo number = '2'>
1
1,085
thread by: alegon | last post Feb 25 '06 by: Yury
How to catch the windows exception that shows a window with the name of the executable program and a messege saying : " has encounterd a problem and needs to close. We are sorry for the inconvenience", and three buttons, "Debug", "Send Error Report" and "Don't Send", in a dotnet applicacion, if its posible, of course...
1
1,138
thread by: Arne Garvander | last post Feb 25 '06 by: Scott M.
How do I call an ASP.net web services from Classis ASP? -- Arne Certified Geek But failed my Nerd exam
1
1,097
thread by: Sathyaish | last post Feb 25 '06 by: William Stacey [MVP]
The BinaryFormatter class is generally not appropriate when data is meant to be passed through a firewall. Why?
10
1,681
thread by: Maulik Thaker | last post Feb 25 '06 by: Aalap
Hi ppl, I have a querry based on ID. Suppose if i have got two primary keys (ID) and one foreign key (IDREF) in the same attribute, is there a way to use them. For example :
1
7,746
thread by: ibiza | last post Feb 25 '06 by: Jon Skeet [C# MVP]
Hi all, I have this class: Public Class KanaConverter Private Shared kana As ArrayList Private Shared romanji As ArrayList Shared Sub New() kana = New ArrayList
3
4,287
thread by: martins | last post Feb 25 '06 by: Jon Skeet [C# MVP]
hi, I'm looking for some code to encode and decode strings in MIME BASE 64 on vb.net or basic Is there something that I can use ? thank you
3
2,539
thread by: Tran Hong Quang | last post Feb 25 '06 by: Bruno van Dooren
Hi, I am new to C. How to generate an fixed-length string containing an random digits? for example string of 5 characters, the value can be 03234 or 23423 or 02343 Thanks Tran Hong Quang

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.