473,750 Members | 2,182 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
1,066
thread by: Bruno | last post Feb 17 '06 by: Bruno
I am writeing a .Net program that uses a ComTI Transaction to the mainframe with Host Integration Server. The program will send the information to the mainframe it accepts it and when it tries to return the data i get "The specified record cannot be mapped to a managed value class." This only happens if i use arrays in comm area section of the...
0
1,270
thread by: SSunnergren | last post Feb 17 '06 by: SSunnergren
I hope someone can assist me. I am trying to implement the ReportViewer Control using VB.NET in VS2005. I am using server reports on a Reporting Services server on a domain server. Everything works fine in visual studio and I can bring up any report that I need. When published to another server in my domain, NOT the Reporting Services
0
1,314
thread by: mlafarlett | last post Feb 17 '06 by: mlafarlett
Geez...seems like i've compared every friggin character...works n this programA but not n programB. I have a config file with multiple sections and when trying to read each section, it works great in one program and not in another. I basically copied and pasted the config file as well as the section handlers , changed references from...
0
1,009
thread by: Metal2You | last post Feb 17 '06 by: Metal2You
I have a base class form called ODBrowseForm that I've created which inherits from System.Windows.Forms.Form with no problems. The problem is that I have a DataGridView control in ODBrowseForm that I can't access the properties of in my child forms. For example I create a form called BrowseForm1 in a different project that inherits from...
0
1,045
thread by: Stylus Studio | last post Feb 17 '06 by: Stylus Studio
Hey Everyone, A new podcast entitled: Business-to-Business Data Integration in a SOA World was just released by ZapThink. The key speakers in the podcast are the following: ZapThink analysts Jason Bloomberg and Ron Schmelzer Jerry King, the leader of DataDirect's XML Products group. Patrick Smith, the director of product management...
3
2,721
thread by: jack | last post Feb 17 '06 by: Stuart Carnie
Trying to make a utility that - Reads a VB.Net source file - Parses it into it's constuent parts - Evaluates and modifies as required - Saves the source I thought that the CodeDom and the VBCodeProvider would be the way to go.
2
1,025
thread by: a | last post Feb 17 '06 by: a
I need to create an instance of a custom object 'School.Teacher' and use it in a Profile object. I'm developing a bad case of "Pretzel Logic" thinking about this. Filling the custom object 'School.Teacher' as an ArrayList creates the proper information (see aspx code below), but I'm unable to use this ArrayList in the Profile object....
0
862
thread by: info | last post Feb 17 '06 by: info
Hi All, Here is the question: If you have a class with a property Foo like the following: class A { float foo = new float {5,7,8}
1
955
thread by: Peter Widmer | last post Feb 17 '06 by: DKode
Hi all, we have a customer who has a person that fills up data in a webform the whole day long... Unfortunatly the provider of this webpage has no possibility to give us direct-access (or webservices) to the data. Is there any possibility to fill up webforms with .Net? I know there's a possibility with perl, but I dislike it a bit (sorry...
0
1,120
thread by: AAOMTim | last post Feb 17 '06 by: AAOMTim
When running aspnet_regsql I get the following error: Setup failed. Exception: An error occurred during the execution of the SQL file 'InstallCommon.sql'. The SQL error number is 515 and the SqlException message is: Cannot insert the value NULL into column 'Column', table...
1
4,022
thread by: bonk | last post Feb 17 '06 by: Carl Daniel [VC++ MVP]
I have a native class that has a managed private member: private: gcroot<MyManagedRefType^> m_managed; Now at some point in time this member will eventually get initialized: m_managed = gcnew MyManagedRefType();
3
2,356
thread by: gerry | last post Feb 17 '06 by: Rob Diamant
Since the CrystalReport ReportDocument apparently lacks a PrintToFile option ( doh ! ), does anyone know of any way print a report to a disk file programmatically ? Gerry
0
1,418
thread by: XML newbie: Urgent pls help! | last post Feb 17 '06 by: XML newbie: Urgent pls help!
I am using VB.Net. My program is to connect to a remote IPAddress. Once, it verifies the login information it should display the SessionID and enable some button . I appreciate your help and thanku in advance When I run the pgm , I get the error: Can't parse login information. Object Reference not set to an instance of an object. I have...
1
5,226
thread by: Eeraj | last post Feb 17 '06 by: Ken Carter
I would like to restrict access to my ASP.NET web services so that they can be accessed only by clients from specific ASP.NET based sites. Example: I want to grant access to http://mycomputer/website1 but deny access to http://mycomputer/website2. In IIS, I see that restriction by IP and domain is possible, but was wondering if there...
2
1,758
thread by: bg | last post Feb 17 '06 by: bg
sorry this is way off topic. using _vb6_: i'm trying to add/replace nodes to an xml document via CreateTextNode: xml = "<item>floogle</item>" set newNode = oDom.createTextNode(xml) call dDom.replaceChild( newNode, bloogleNode) It works ok. But I can no longer find the new node in the document via an
3
11,428
thread by: WB | last post Feb 17 '06 by: vinu
Hi, I have a RadioButtonList that display a table of my products like so: <asp:RadioButtonList ID="RblProducts" runat="server" CssClass="text" RepeatColumns="4" RepeatDirection="Horizontal" /> My products are shown in thumbnails and since these thumbnails have different height, I'd like to be able to vertically align each cell of the...
4
1,626
thread by: herbert | last post Feb 17 '06 by: Christopher Reed
sendmail in .NET 2.0 is as useless as it was in .NET 1.x I can't find out how to make it work. Not to mention how to write a setup project that tests/installs its requirements correctly. the difference to previous version is that .NET 1.x gave no error message at all and .NET 2.0 gives useless error message when sendmail fails. why is...
1
1,980
thread by: Fred | last post Feb 17 '06 by: Stephan Leppin
Hi; I'm fan of .NEt visual studio (very useful). But in a new project, my client reclaim to be able to run SW under MS / LINUX or UNIX platform. Do you know if a possibility exists to run a J# .NET program under a LINUX / UNIX Platform ? If not possible, I must change change the environnement...
2
1,275
thread by: kpradeepkumar | last post Feb 17 '06 by: george
Hi all, We would like to purchase some good third party UI components that we could use for our Windows forms application development. From the research I did, I have narrowed down the products to NetAdvantage, Janu Winforms and Essential Studio (Syncfusion). >From your experience could you guys suggest which product is best in terms of...
2
1,166
thread by: Zip | last post Feb 17 '06 by: Zip
Hi, if my XML document has a root node <envelope> when i rune the following code i always get Found XPathNodeIterator it = nav.Select("envelope"); if(it.MoveNext()){ Console.WriteLine "Found"; }
3
1,466
thread by: Hennesey | last post Feb 17 '06 by: news.microsoft.com
Hello all, I am developing a Visual Studio .Net 2005 application. This application consumes a JAVA web service from Axis 1.3. When I call a method of the web service I get the following error message: {"Error in XML-Document (1,393)."} System.InvalidOperationException: {"Error in XML-Dokument (1,393)."} Data:...
0
1,232
thread by: serge calderara | last post Feb 17 '06 by: serge calderara
Dear all, Does anyone have a clear explaination with sample to describe the use applying the XMLinclude attribute to a WebMethod ?? I have check some samples and run them but its not so clear for me thnaks for your help regards serge
1
1,074
thread by: SIMON GARE | last post Feb 17 '06 by: vinu
Hi, I have developed a booking and despatch application in ASP VBScript and need to migrate it to ASP.NET. As a newcomer to .NET I need to know how easy it is going to be? although i dont really have a choice it needs to be done. I seem to have all the tools, Windows SMall Business Server 2003 which includes ASP.NET framework, SQL Server...
2
1,253
thread by: paumierj | last post Feb 17 '06 by: paumierj
Hi there Here's my question : I'd like to populate a dataset from an XML string, ie: Dim sXmlString As String sXmlString = "<root type='E-Form'><question label='This is my first question'></question><question label='This is my second question'></question></root>
1
10,748
thread by: splinter | last post Feb 17 '06 by: Bruno van Dooren
Hi, my first post.. How do i convert the C program to a .exe file where like any other programs, double click on a icon and the program is launch. I'm using MS Visual C++ .Net 2003. Thanks.

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.