473,811 Members | 3,298 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
945
thread by: mapctyblazer | last post Mar 14 '06 by: Daniel O'Connell [C# MVP]
Is there any competing model at all? I've read a few articles about Assemblies and it seems great conceptually. Is it widely used in the real-world software development? Are there any known problems before I jump into it? Thx! C.
2
2,608
thread by: Michael D. Reed | last post Mar 14 '06 by: Doug Forster
Why do I get the following errors: Error 1 error C2143: syntax error : missing ';' before '*' Error 2 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int Error 3 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int I am assuming the Error 2&3 follow because of Error...
0
419
thread by: Filippo Bettinaglio | last post Mar 13 '06 by: Filippo Bettinaglio
Hi, VS2005, C# I have developed a UserControl embedded in a HTML web page. And I can access to the DOM with the following code: HTML page: ……..
0
282
thread by: Filippo Bettinaglio | last post Mar 13 '06 by: Filippo Bettinaglio
Hi all, In the past 3 days I have done some research about Microsoft.mshtml component within .NET 2 framework. I need some clarification/comfermation about the Microsoft.mshtml componet and microsoft stargey. In specific: Microsoft.mshtml within the .net 2 framework
2
2,813
thread by: Guy_B | last post Mar 13 '06 by: John Timney \( MVP \)
Hi I am using the filesystem watcher to pick up files as they are dropped into a folder - the files are output file from another system and I have no control over that. When 'watcher raises the event that a new file has appeared then sometimes I can read the file even tho it is still being written but it is incomplete. Other time a file...
81
4,459
thread by: Don Kim | last post Mar 13 '06 by: Willy Denoyette [MVP]
I've been looking for a new IT position, and so far, the majority of work with respect to the Windows platform is C#/.Net, with some vb.net requests every so often. Even many of the C++/MFC/ATL position are ones in which the companies are looking to migrate this to C# and .Net. I have NOT even seen one position requesting C++/CLI, let alone...
0
346
thread by: chandrika.tripathy | last post Mar 13 '06 by: chandrika.tripathy
I am new to XML. I have the following question. I have data stored in a relational database. I want to use XPATH to query it. I have a schema defined which represents the data in the database. Is there some tool/APIs available which would convert the Xpath query to SQL ? Or do I need to parse the Xpath query and convert it into a sql query ?
0
247
thread by: Boni | last post Mar 13 '06 by: Boni
Dear all, I think to use sockets for IPC. My question is about port number. How do I ensure that the port is free on any machine? Thanks a lot, Boni
0
882
thread by: John Bailo | last post Mar 13 '06 by: John Bailo
Here's a little profilers I just found on the c# corner... Source available and GNU licensed. http://dotnet.jku.at/projects/Prof-It/Default.aspx
8
1,130
thread by: John Bailo | last post Mar 13 '06 by: John Bailo
I wrote a console app that reads some fields from a database, does some string parsing and writes the fields to a text file. The slow step in loop is the string parsing. I ran my code on 4 different machines, 1 with single proc, 1 with dual, and 2 with quad. There were different memory sizes available from 0.5G to 4G. Here's the...
2
3,317
thread by: Kurt Häusler | last post Mar 13 '06 by: cribe
Hi. I have am using c# and the outlook object model to access the outlook address book, but once you have more than a 100 or so contacts in the folder it takes far too long to iterate through them. When theres 3000 contacts in there it takes a whole minute to iterate through them. My Code is at the end of the post. You can see I have...
1
2,622
thread by: Steve | last post Mar 13 '06 by: Alex Krawarik[MSFT]
Using VB.NET 2.0 I have a simple routine that attempts transforms an XmlDocument with an XSLT stylesheet into HTML. Under the old 1.1 framework with XslTransform, everything worked fine. Now using XslCompiledTransform, the Transform method hangs. My code: Function TransformXML(ByRef FacXML As Xml.XmlDocument, ByVal XslFile As String) As...
1
3,219
thread by: Logger | last post Mar 13 '06 by: John Bailo
Can someone tell me why my query is not working the way I think/need it to. I build a #tmp table with columns Company AccountNo, ContactName, Title, etc in it. There can be many records with the same company name, different contacts. Example: Company ABC 123 John Smith CEO Company ABC 345 Mary Adams CFO Company DEF 222 Tony Curtis ...
0
1,162
thread by: WebMatrix | last post Mar 13 '06 by: WebMatrix
Hello, I am noticing that text data comming from Web Service to client comes back with chr(10) /n only, rather than chr(10) + chr(13) /n/r. I checked through a breakpoint in web service text data does have /n/r, but on a client side, it comes out as /n. It causes formatting issues in older VB6 clients’ textboxes and on some reports. ...
1
2,471
thread by: Jason J. Hedges | last post Mar 13 '06 by: randyh
I posted this in dotnet.framework.windowsforms and haven't received a reply. Hopefully someone here can help. I have a windows form (.Net 1.1) with a text box and some combo boxes on it. The comboboxes auto drop down when they receive focus. Here's the problem: When you start typing in the text box the cursor disappears (this appears to be...
0
1,165
thread by: Jerry T. | last post Mar 13 '06 by: Jerry T.
I have the following code (using VB.NET 2003 with Framework 1.1): Protected Shared Sub RetrieveURLData() Dim HttpReq As WinHttp.WinHttpRequest Dim strText As String Try ' Create the WinHTTPRequest ActiveX Object. HttpReq = New WinHttp.WinHttpRequest
2
5,044
thread by: Alejandro Aleman | last post Mar 13 '06 by: Jochen Kalmbach [MVP]
Hello! i know this may be a newbie question, but i need to convert a string from System::String^ to char*, in the msdn page tells how, but i need to set to /clr:oldSyntax and i dont want it because in further editions of .net this will be deprecated or so on.. . so, please, anybody can tellme how to convert from System::String::^ to...
2
1,716
thread by: Scott | last post Mar 13 '06 by: Huihong
THis may not be the right forum for market questions, I'm looking for an active set of .Net / C# folks to help us locate the right information. We're considering .Net for a client and need to be able to rely on Windows existing penetratino of .Net I'm looking for the following, : - % of Windows clients that have .Net 1.1 or later installed...
1
911
thread by: Scott McChesney | last post Mar 13 '06 by: Cor Ligthert [MVP]
Folks - I'm going to be starting a new VB.NET WinForms project for my company. This new project will be done in VS 2005. I've been programming in the 1.x versions of .NET for about three years now, but I've done nothing with 2.0, and I haven't even really kept up with the info on it. I know that there are a number of upgrades/updates to...
6
1,104
thread by: VK | last post Mar 13 '06 by: VK
Hello: Having some issues with HttpWebRequest and HttpWebResponse. 1. We migrated from ASP to ASP.Net 2. We have a third party company, a credit processing company which integrates with our web site. Working fine with ASP, since CC company requires "name-value" pairs in form which is POST method only. 3. Trying the same with ASP.Net but...
0
798
thread by: Jason Mondanaro | last post Mar 13 '06 by: Jason Mondanaro
I have a situation where I am testing the security and delegation of a dashboard machine to various web services. So I have a client machine with IE6 that surfs to a page on the Test Server and the asp.net app on the server calls several webservices machines to make sure that the user is delegated to each serving application. Now the problem I...
2
2,356
thread by: gregory_may | last post Mar 13 '06 by: gregory_may
I am looking for a publish/subscribe mechanism for .Net/Atlas. Does this exist? I need to make web service callbacks to clients when specific events happen. It almost sounds like RSS, but I am not sure if there is a better fit?
0
941
thread by: Jim Garrison | last post Mar 13 '06 by: Jim Garrison
First, a big thank you to Evan Lenz for the O'Reilly XSLT 1.0 Pocket Reference. This is an amazing feat of distilling all you really need to know about XSL into 170 pocket-sized pages. What's more amazing is that an experienced developer with little prior XML/XSL experience can actually learn enough from this little gem to write competent...
2
942
thread by: Seok Bee | last post Mar 13 '06 by: clintonG
Dear Experts, I would like to find out, how can I pass the value entered in the webform to another webform and carry on to another web form. Example, I have 3 webforms (Form1, Form2, Form3). All values are entered in Form1 and then move on the Form2 with a button click and from Form2 with a button click to Form3. I need the values from...
0
1,300
thread by: Eagle | last post Mar 13 '06 by: Eagle
Hi all. I want to known if it is possible to pass the Credentials (user and pass basicly) from one user I has validated in my intranet to another aplication (for example to an object who can accept credentials objects, like a Proxy object). Take care, the user isnt the same than the windows user, it is one validated (with windows...

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.