473,811 Members | 1,788 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).
0
832
thread by: Dean Slindee | last post Feb 25 '06 by: Dean Slindee
Has anyone written a white paper or a set of guidelines to assist in determining whether a new application should be based on WebForm or WinForm technology? Thanks, Dean Slindee
1
1,453
thread by: Farslayer | last post Feb 25 '06 by: herbert
I'm trying to find a good source for programming sockets with VB.NET. The examples in the MSDN help do not show how to accept incoming connections and add this connection to a local array or something similar. Basically, my application will accept a connection, but the client, after the connection is accepted, must authenticate; if it does...
2
1,520
thread by: johkar | last post Feb 25 '06 by: johkar
I have a rather long unbroke string (a URL) which I would like to break at certain points using XSL. I can't seem to get translate() to work: translate(.,'/',,'&lt;wbr>/&lt;/wbr>') I don't know that the <wbr> tag is valid, but if can stick something within the string I think I can figure out a way for it to wrap.
1
1,481
thread by: Rich S. | last post Feb 25 '06 by: Joerg Jooss
Hello Everyone, I am trying to design my first meaningful .NET application in C#, and I must admit that I am lost without MFC's Document/View architecture to give me a head-start. Can someone recommend some pattern(s) for desktop application design that could get me started? Is there a good resource or book on the subject? Thanks so...
0
1,879
thread by: AJS | last post Feb 25 '06 by: AJS
Hi, Running Win98, whenever I open Plus and play "Spider" I get the following message: Microsoft Visual C++ Runtime Library Runtime error!t abnormal program termination Any suggestions on how to fix this? I have tried to uninstall dot net framework, but it did not do anything. Thanks for any help, AJS
2
1,075
thread by: Vanessa Lee | last post Feb 25 '06 by: Vanessa Lee
Hello, Is it possible to write a script using CONDTS object to read all emails from the SMTP IIS "Drop" folder without changing the username and email address in LogonSMTP? or is there completely another way to do it. Here is what I want exactly the program to do: I just want to have one script that will be able to pickup and read all...
1
1,368
thread by: Rick | last post Feb 25 '06 by: Carl Daniel [VC++ MVP]
Error 42 error LNK2022: metadata operation failed (8013118D) : Inconsistent layout information in duplicated types (mvl_net_info): (0x02000097). MVL_SERV.obj Hi guys, im migrating from VC 6.0 to VS2005, my app actually works under vs2005 but just as native code (no CLR support). I'm trying to add CLR components and i got the linker error...
1
1,012
thread by: cnickl | last post Feb 25 '06 by: Carl Daniel [VC++ MVP]
VS 2005 / C++ __gc program / Converted from VS2003 i have a simple statemant in my program: if(this->txt_MediaDir->Text != "") txt_MediaDir is a standart singe line textbox. For some reason in my code this statemant ALWAYS evaluates to "True". Does anyone have any experance or idea what's could be going on?
0
899
thread by: Skeets | last post Feb 25 '06 by: Skeets
hi all, the following code works perfect (the xml is loacted at the bottom of this post): $doc = new DOMDocument; // We don't want to bother with white spaces $doc->preserveWhiteSpace = false; $doc->Load('/book.xml');
0
1,053
thread by: dsijta | last post Feb 25 '06 by: dsijta
I am trying to load the following XML file into a database table. I receive the file from an external source exactly as follows: <list type='full' level='state' val='CA'> <ac val='714'> <ph val='2011882' /> <ph val='2013327' /> <ph val='2016543' /> <ph val='2017632' /> <ph val='2017656' />
4
1,002
thread by: Cesar Meza | last post Feb 25 '06 by: Cesar Meza
I need to write an application to transfer data from an SQL Server 2000 database and an AS/400 DB2 database. Is required to use the 1.1 framework. What version of VS will provide the components to do this?
4
1,440
thread by: John | last post Feb 25 '06 by: John
Hi What is the late binding equivalent of the below code? Many Thanks Regards Dim O As Outlook.Application
10
3,948
thread by: John Bailo | last post Feb 25 '06 by: John Bailo
I want to pass a SqlCommand object as a input parameter to a method. I want to pass the SqlCommand "by value" so that any updates to the original object are *not* reflected in the object within my method. How can I do this?
6
1,279
thread by: Brandon Furtwangler | last post Feb 25 '06 by: Wim De Cleen
is there a better newsgroup to ask questions about the RSS api? if so, please direct me because i cant find anything more specific than this. My question: How do the events work thought COM interop? I'm trying to 'GetWatcher' on a Feed and I cannot cast this (object) to anything usefull without an exception. Any help would be great. ...
1
1,313
thread by: Egbert Nierop \(MVP for IIS\) | last post Feb 24 '06 by: Carl Daniel [VC++ MVP]
Hi, I have had AtlTrace statements, but for file logging and debugging purposes, I wrote something similar. But when I release the code, the compiler does not 'ignore' the statements just as it does with TRACE or ATLTRACE etc statements. Is there a trick to get this behaviour?
0
856
thread by: Vanessa Lee | last post Feb 24 '06 by: Vanessa Lee
Hello, Is it possible to write a script using CONDTS object to read all emails from the SMTP IIS "Drop" folder without changing the username and email address in LogonSMTP? or is there completely another way to do it. Here is what I want exactly the program to do: I just want to have one script that will be able to pickup and read all...
5
2,459
thread by: RossettoeCioccolato | last post Feb 24 '06 by: William DePalo [MVP VC++]
How do I disable Intellisense in VC2005? Regards, George.
3
1,342
thread by: amitnicks | last post Feb 24 '06 by: AHadiA
Hi, I want to know that is there is a way to identify the Namespace dependency for a particular types method. Like how to know programittacly that SqlClient is in System.Data namespace? Thanks in advance. Nicks
0
1,249
thread by: Reen | last post Feb 24 '06 by: Reen
Hi, I have a C++ project which I upgraded from Visual Studio.net 2003 to 2005. I am compiling it using /clr:oldSyntax. When I try to load this dll in a C# application (in 2005) using Assembly.Load(assemblyName) it gves the following exception: System.IO.FileNotFoundException: The specified module could not be found. (Exception from...
1
1,405
thread by: walter | last post Feb 24 '06 by: Kevin Spencer
Hi there, this might be a easy one for you -- I want to check if the file is opened by other process before I start to write something in it. This question is so traditional that make me feel a bit embarrassing to ask. But I just donot know how to do this in dotnet 1.1 /2 Don't tell me to use try ..catch. Appreciate very much for the...
0
1,032
thread by: vul | last post Feb 24 '06 by: vul
I have a pretty big VB6 project. Every day I'm getting requests from my boss to add some new features or change existing ones. So I do not see any easy way to rewrite an existing project using VB.Net, just because I will have to work with 2 versions simultaneously - for instance I rewrote let's say 5 modules and they work in .Net. A new...
2
1,170
thread by: JV | last post Feb 24 '06 by: JV
I have a client using Oracle exlusively. They want to set up a web farm for our asp.net (1.1) application. I just discovered that it does not support Oracle for storing session state. Does anyone have any recommendations? An existing product that would address this?
1
1,523
thread by: Rob R. Ainscough | last post Feb 24 '06 by: Rob R. Ainscough
In VS 2005, I have a core solution that contains several projects that compile to DLLs -- some of the projects have a My Project reference while others don't -- I can't figure out why some of my projects don't have a My Project reference listed under the project in my solution? Any info? Rob
0
899
thread by: XML newbie: Urgent pls help! | last post Feb 24 '06 by: XML newbie: Urgent pls help!
I want to query the database located on the remote server(not on my network) based on the time frame and tables selected by the user in the GUI.I have created a reference to it's webservices. The results should be displayed on the browser in a My first question, how should I do this. In the webservice, the function is defined as: Public...
0
1,208
thread by: XML newbie: Urgent pls help! | last post Feb 24 '06 by: XML newbie: Urgent pls help!
I want to query the database located on the remote server(not on my network) based on the time frame and tables selected by the user in the GUI.I have created a reference to it's webservices. The results should be displayed on the browser in a My first question, how should I do this. In the webservice, the function is defined as: Public...

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.