473,811 Members | 2,911 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
966
thread by: ExDelphi | last post Mar 3 '06 by: Kevin Spencer
Hi How can I display a list of all the tables created in a database (.mdb Access 2003) using VB.Net 2003
1
1,000
thread by: Kent Boogaart | last post Mar 3 '06 by: Kevin Spencer
Hi, Can anyone recommend any articles / books that comprehensively cover the new features of .NET 2.0 configuration / settings? So much is changed I'm a bit confused whether to use a settings file, config file for DLL, config file for EXE . . . Thanks, Kent
1
1,268
thread by: keith.halligan | last post Mar 3 '06 by: Oleg Starodumov
Hi, I've tried converting the current project I'm working on into Release Mode. It keeps crashing on the vftable() throwing an memory exception. The function stack looks like: App!ClassName::`vftable'() 0x1 I have the application in a multi-threaded DLL and optimizations have been turned off.
2
2,199
thread by: Josef Brunner | last post Mar 3 '06 by: Josef Brunner
Hi everybody, my VB.NET (Framework 2.0) client application has to do a HttpWebRequest (for reading web-pages and downloading files) on a web server. The server uses a self-signed certifiacte and the client application should also use a self-signed certificate (of course, signed by the same self-made CA) so we would have an authentication of...
2
7,061
thread by: Groenie | last post Mar 3 '06 by: Groenie
Hi I am getting a blue screen when booting the pc up with error: "Beginning dump of physical memory". When I reboot the error is goes away only to appear again next time when booting up. Can anyone tell me how to fix this?
2
1,627
thread by: Ñ©ÔÆÓ¥ | last post Mar 3 '06 by: Mihajlo Cvetanoviæ
Hi,I have met a trouble,has anyone can help me? error detail: Linking... ListTest.obj : error LNK2019: unresolved external symbol "public: __thiscall com::LinearList<int>::LinearList<int>(int)" (??0?$LinearList@H@com@@QAE@H@Z) referenced in function _main D:\Project\CPPTest\Debug\CPPTest.exe : fatal error LNK1120: 1 unresolved externals
7
1,920
thread by: Martin Pritchard | last post Mar 3 '06 by: Martin Pritchard
Hi, Sorry for my ignorance, but I'm a bit new to C++. I've been handed over a C++ app written in VS2002 which I have to convert to VS2005. Apparently it's been written in a C style, but cannot comment myself! Following the conversion I have numerous errors, which following some digging around turns out to be because _export is...
3
1,231
thread by: iwdu15 | last post Mar 3 '06 by: Bruno van Dooren
hi, this might b getting a bit too...low level but how can i check to see if a certain memory address holds a charge? -- -iwdu15
4
2,583
thread by: Tedmond | last post Mar 3 '06 by: Cor Ligthert [MVP]
Dear all, How to code a Web Service function that returns either a DataTable or DataReader to the clients? Or I should use other alternative? Thanks for any help! Tedmond
3
1,129
thread by: R.Kaiser | last post Mar 3 '06 by: Jochen Kalmbach [MVP]
In a VS2005 Windows Forms Application I have an ordinary class like class C{ int x; public: C(int x_):x(x_) { } void display() { // Here I want to access a TextBox Form member // Form???->textBox1->Text=(x).ToString();
0
904
thread by: murali | last post Mar 3 '06 by: murali
Hi, I'm new to dotnet xml. I want to embed my part of xml to existing xml data using xmldocument. I think there is an option but i'm not getting exactly. eg: DocumentElement.InsertAfter is used to insert the node but reference is problem ie how can i give ?
3
1,526
thread by: Asaf | last post Mar 3 '06 by: Steven Cheng[MSFT]
Hi, I have a MSSQL 2005 test DB with two tables: Table "T1Customers": T1CustomersRowEnum (PK, int, Not Null) T1CustomersFullName (nvarchar(50) null) Table "T2Details":
9
9,331
thread by: ka1cqd | last post Mar 3 '06 by: William DePalo [MVP VC++]
I have been looking all over the place for a method to take command line arguments and convert them to a string or wstring so i can process the data and then covert the resulting strings to LPCWSTRs. I have tryed several methods and none work. They include: the convert utilities A2W but that does not compile because of unknow variables...
1
2,191
thread by: Tedmond | last post Mar 3 '06 by: Jon Shemitz
Dear all, How can I convert a list of items from ArrayList into an array of non system type objects? e.g. The following codes have error: public class myClass { int i;
0
987
thread by: Scott Nonnenberg [MSFT] | last post Mar 3 '06 by: Scott Nonnenberg [MSFT]
Lots of very cool thing are happening with C# 3.0 - show up to talk about them, or show up to get more in-depth knowledge about C# 2.0. Or just come and hang out with us! Scott Nonnenberg Program Manager Visual C# Team The C# Language
3
7,468
thread by: Alan | last post Mar 3 '06 by: Tom Sweet
Hi, I'm converting a database application from Access 97 to C#/SQL Server. Old database contains some images in OLE fields. I've figured out that there's OLE header preceeding actual image data and dealt with some of the images which were in standard BMP format but most of the images are in some other format which is displayed ok in access...
2
956
thread by: Justin Naidl | last post Mar 3 '06 by: Scott M.
I'm using C# and building a basic windows application, but I can't for the life of me figure out how to get an integer/long value from a text box. I have written a function which converts a string to an int/long but I feel like there should be an easier way of doing this. Either via a built in string to int conversion or just using the...
3
1,919
thread by: Eric Marthinsen | last post Mar 3 '06 by: Eric Marthinsen
Hello- I'm trying to create a console app that will accept an incoming HTTP request and output the information of the request to the console. The code is pretty simple - here's what it looks like: TcpListener listenter = new TcpListener(IPAddress.Any, 8000); listenter.Start();
7
2,260
thread by: GS | last post Mar 2 '06 by: EvilAbD
Hi! I am getting an "Invalid Xml" exception when I try to load an xsl file using XslTransform.Load(string url). The Xsl file is valid and works fine if I just rename the file. There are some postings with this problem, but none of them have a solution as yet. If anyone has any ideas on how to resolve this, please do post.
0
850
thread by: javawzl | last post Mar 2 '06 by: javawzl
We are in the process of moving to ASP.Net from classic ASP. I believe it makes sense that our web/graphics designers work in VS2005 when styling, formatting, etc.; but wanted to confirm that this was the norm - rather than using a non Microsoft tool (like Dreamweaver). Note, pure graphics work is not in question.
2
1,676
thread by: 6tc1 | last post Mar 2 '06 by: 6tc1
Hi all, I'm inquiring about the mechanism that is used to implement event handlers in .NET (not really relevant, but I'm using C#). Anyway, I've noticed that I can pass an object in an event argument and if the receiver (event handler) of that event changes any of the properties in that object, then the original object I passed is changed. ...
1
3,653
thread by: admspam | last post Mar 2 '06 by: admspam
Hi, I've spent quite a bit of time looking into this, but am having trouble finding a straighforward solution. What is the best/recommended way to return an ADO.NET data set to a PHP SOAP client? I've been using stuff like: Dim dsWhatever as Dataset
0
1,207
thread by: Kevin Burton | last post Mar 2 '06 by: Kevin Burton
I searched some of the documentation and this description of my problem came closest: The following original schema element definitions contain minOccurs or maxOccurs attributes: <xs:element minOccurs="5" maxOccurs="10" name="Users"> The following code shows the generated Web service code: public NumberOfUsers Users;
1
3,086
thread by: Ken Allen | last post Mar 2 '06 by: DWS
I have encountered a problem with remote debugging under VS 2005 and ..Net 2.0 -- it seems that the framework installation does not include the "Microsoft .Net Framework 2.0 Configuration" tool! My preferred method of debugging uses these steps: 1. Share the directory that contains the debug image; also share the folder that contains the...
1
260
thread by: NN | last post Mar 2 '06 by: DWS
Before that nothing I want to ask for excuses for my english level. The problem that I have is the following one: I have a file xml with "encoding=ISO-8859-1" and accents. When in VB.NET, in a Form I write: Dim objxml as new XmlDocument

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.