473,699 Members | 2,811 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
784
thread by: Ludwig Wittgenstein | last post Feb 22 '06 by: Ludwig Wittgenstein
Hello all, I'm a college students working on porting a known language to .NET for my senior capston project. Does microsoft have any program that deals with student .net projects? Like seminars? trade shows? conferences? journals? Thanks;
0
881
thread by: James Jenkins | last post Feb 22 '06 by: James Jenkins
Hi - This auction will end in a very short time... Please take a look. It contains some very usefull .NET 2 code I have been working on a Bandwidth Monitoring program for 3 months now but am forced to sell. Please take a look if you are interested please goto my auction, website or email me. This is a complete program and source code sale....
4
4,230
thread by: kellyhughes777 | last post Feb 22 '06 by: kellyhughes777
I need a working example of code to do this or some specific pointers with the code below. I can provide more of the surrounding code block if necessary. I need my Application to be able to create a full page image of a given web page. This will be used to perform a fax. I have located several articles about this giving sample code using...
0
842
thread by: Miriam | last post Feb 22 '06 by: Miriam
Hello, I want to create a vb.net application, which will be able to send a fax and get a email notification to confirm if the fax is successfully sent out. Thanks a lot for any help.
2
2,187
thread by: XML newbie: Urgent pls help! | last post Feb 22 '06 by: XML newbie: Urgent pls help!
Hi, I am getting the error: Value of type 'String' cannot be converted to '1-dimensional array of Long'. in the following line for TextBox2.Text field : doc.LoadXml(EDP.ExportPositions(TextBox1.Text, cmbStartDateandTime.SelectedText, cmbEndDateandTime.SelectedText, TextBox2.Text)))
3
984
thread by: asnowfall | last post Feb 22 '06 by: Tamas Demjen
I am calling a function with a reference parameter. Inside the function (GetXMLRecord) I am changing the input parameter. When the function returns, input parameter is not reflecting the change. This would have worked in C++, but not here What I am doing wrong? Pls help. ref class ImageFileData
2
3,209
thread by: XML newbie: Urgent pls help! | last post Feb 22 '06 by: XML newbie: Urgent pls help!
If I get SessionID in 1 function how do I carry that SessionID(value of this SessionID) to another function or another form within the same project
1
1,368
thread by: Julio Delgado | last post Feb 22 '06 by: Josh Twist
Hi, I am new to web services but I need to creating a VB.NET Client from a SOAP::LITE server the only information that I have is the http://servername/namespace and port number. How can I add a reference to the web service to the application I don't think they have a WSDL document. Thanks Julio
6
1,087
thread by: zs | last post Feb 22 '06 by: Marcus Kwok
Hi! I have a question about converting from native c++ to c++/cli. How to convert/rewrite c++ code that looks like this to cli: //MyC.h namespace MyNS { MyClass
10
1,556
thread by: ibiza | last post Feb 22 '06 by: ibiza
Hi, I have a class which will be used as a utility class (all its functions shared, no need to instantiate it, let's say just to calculate things) It needs a constant dictionary(of char, string) with 46 entries in it, that is used in all its shared functions. How can I instantiate it automatically only once, instead of creating it at each...
9
3,242
thread by: lostnewmexico | last post Feb 22 '06 by: lostnewmexico
This one has me at whit's end. In order for this to make sense, I will have to lay out the "facts" to get a hypothesis. There is no easy way to explain this. Environment: VC2005. MFC Application. Native only. I compile and link the App. If I hit CTRL-F5....results 700 ms. (does not recompile or relink)
2
2,224
thread by: Jeff Calico | last post Feb 22 '06 by: Joseph Kesselman
Hello all. I am implementing a SAX filter to strip a bunch of unneeded elements out of a large XML file. I found a book "Java & XML" by Brett McLaughlin, and an interesting article by him wich address my issues: http://www-128.ibm.com/developerworks/xml/library/x-tipbigdoc3.html However, doing it in that specified way does not seem to work...
12
4,830
thread by: Peteroid | last post Feb 22 '06 by: Marcus Kwok
I was creating my application just fine for the last 3 weeks or so. Then, starting this morning, IntelliSense seems to be having problems. It goes into a locked 'Updating IntelliSense..." mode. When this happens its time to close VS C++.NET, which can only be done via the Windows Task Manager. I tried repairing C++. It did seem to help, but...
3
1,106
thread by: Bevo | last post Feb 22 '06 by: Michael Nemtsev
We'd like our new site to be able to provide other sites with news through RSS feeds. In our software architecture plan, where do we logically describe this 'subsystem'? Is the RSS feature to be seen as a Service and as such to be exposed by the Service Interfaces layer?
1
1,053
thread by: Raymond | last post Feb 22 '06 by: Vadym Stetsyak
Hello folks, I am new to add-in, I am now stucked by the debugging. My VS.NET is newly installed. I created a new add-in using the template, I added only one line to this add-in, simply pop up a message saying it's running. The add-in will show up at the first time. However, when I made some code changes and tried to debug it, it is...
7
1,499
thread by: Des | last post Feb 22 '06 by: vinu
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
1,433
thread by: Me | last post Feb 22 '06 by: Me
I am writing a web application and I want to catch and rethrow every unhandled exception to the Application_Error. However, the line number indicated in the stack trace is from the Throw line, rather than the line where the error actually occurred. This seems counter intuitive. Try Throw New IndexOutOfRangeException Catch ex As Exception...
4
1,179
thread by: blackstaronline.net | last post Feb 22 '06 by: blackstaronline.net
Here is my working code to pull Yahoo business news RSS feed. Can anyone show me how to only return the top 3 or 4 news articles? <%@ Import Namespace="System.Xml" %> <script language="VB" runat="server"> Public Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) If Cache("RSS1") Is Nothing then Dim dt as DataTable =...
1
878
thread by: Des | last post Feb 22 '06 by: Lajos
When I used asp I would use the line rsCustomers("<field name>") which is easy. I have to write sDescription = DataSet.Tables("ITEM").Rows(0)("Description") sName = DataSet.Tables("ITEM").Rows(0)("Name") dCost = DataSet.Tables("ITEM").Rows(0)("Cost") instead of
0
908
thread by: Goldwind | last post Feb 22 '06 by: Goldwind
Hi, I created a very simple web service with a method that gets string and return a string. I, also, created a very simple vb.net app which uses that web service. I get a security exception and cant figure out why? System.security.SecurityException: Request for the permission of type system.net.WebPermission, system,...
0
1,349
thread by: lambertb | last post Feb 22 '06 by: lambertb
Hi folks, I have an extremely complicated program consisting of 2 lines of codes : Imports System.Text.Encoding Module Module1 Sub Main() Console.OutputEncoding = Unicode Console.Write(ChrW(System.Convert.ToInt32("4040", 16)))
2
1,151
thread by: steve_marjoribanks | last post Feb 22 '06 by: steve_marjoribanks
I have a section of a schema below and I've got a problem I can'y figure out. I'm not having a good day though so it's probably just me being stupid!! ;-) I need the shearStrength element to have an xink:href attribute as shown below but I also need it to have something like: <extension base="float"> <attributeGroup ref="ags:UoMGroup" />...
2
1,064
thread by: amitnicks | last post Feb 22 '06 by: David Anton
I just want to use Help.showHelp, but I didn't know which import statement to use. So is there a way to programitally identitify which namespace to import.
3
1,953
thread by: Nicolas | last post Feb 22 '06 by: Joseph Kesselman
Hi everybody, I'm stuck for a couple of days now to the following issue, concerning fixed/default attributes and multiple namespaces. Any help would be greatly appreciated... I'm using Xerces C++ 2.7.0. Here are two XML Schemas:
2
1,606
thread by: Dave | last post Feb 22 '06 by: Dave
How can you pass an entire XML Document to a webservice (do you do this with a SOAP envelope body?). Say a supplier sends or posts the entire updated product & price list to your webservice. Also, how to access or "grab" the Document within the webmethod? Is it just a parameter? I'm also concerned with the size limitations for the XML...

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.