473,699 Members | 2,271 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,351
thread by: Trent USTA | last post Feb 16 '06 by: Trent USTA
I'm having a problem with line feeds in an xslcompiledtransform in .net 2.0. I'm trying to use xsl to transform xml to a text file that can be read on a Unix box. The problem is that when I insert a line feed, it always results in a carriage-return/linefeed - the Unix box does not like this. I've tried different encoding settings and using...
5
2,871
thread by: Greg | last post Feb 16 '06 by: minorguy
After questioning, reading, and posting back and forth, I have finally determined that as far as desktop .NET development is concerned, C# is simply a subset of C++, period. There is nothing you can do in C# that you can't do in C++ but there are things you can do with C++ that you can't do with C#. C# may be easier and may be a bit more RAD...
1
1,123
thread by: JoNaS | last post Feb 16 '06 by: JoNaS
I'm developing a server control that in turns contains another server control (i.e. Label). I instantiate the label and expose the entire Label through a property. Imports System Imports System.Web Imports System.Web.UI Public Class Class1
0
940
thread by: GAUTAM KASHYAP | last post Feb 16 '06 by: GAUTAM KASHYAP
I am implementing a logic in which in a method (in a class library accessed by an ASP .Net page) I have to call a web serivce first that inserts a record in one database and then I have to make a call to my application's database and insert few records in it. Now I want to do this in one transaction so that if any insert statement in my...
4
4,147
thread by: XML newbie: Urgent pls help! | last post Feb 16 '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. Namespace Manager or XsltContext needed. This query has a...
1
7,992
thread by: Scott Kay | last post Feb 16 '06 by: nbb
I would please like some help solving an annoying problem with the use Win32 API WNetAddConnection2 from VB.Net 2003, a Windows XP client, and Windows 2003 Web Server server. The client is on domain A and the server and user account is on domain B. Domain A does not trust domain B and vice versa. I am trying to establish a connection to a...
2
3,164
thread by: WB | last post Feb 16 '06 by: WB
Hi, I have the following nested RadioButtonList in my web page that displays a list of cities (categorized in states) for the user to select. There's a RequiredFieldValidator to ensure user has selected one state. <asp:RequiredFieldValidator ID="VrqCity" runat="server" CssClass="error" ErrorMessage="Please select a city"...
0
828
thread by: marboti | last post Feb 16 '06 by: marboti
http://www.testyourabilities.com/it/ IT tests. XML, ASP.NET, HTML, C, C++, C#, VB.NET, SQL...
0
961
thread by: marboti | last post Feb 16 '06 by: marboti
http://www.testyourabilities.com/it/ IT tests. XML, ASP.NET, HTML, C, C++, C#, VB.NET, SQL...
0
1,599
thread by: XML newbie: Urgent pls help! | last post Feb 16 '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...
6
1,371
thread by: WideBoy | last post Feb 16 '06 by: steve_marjoribanks
Hi I am wondering if someone has any ideas on how I might resolve the following problem. I have a large namespace file (1.5 MB) generated from a UML logical data model, which needless to say, is very large. My worry is that instance documents based on this namespace will take significant resources in terms of time, memory and CPU to...
1
1,100
thread by: Rick | last post Feb 16 '06 by: Rick
Hi guys!! im triying to open a new window using this myform^ formX = gcnew myform(); formX->show(); but compiler says Error 2 error C2065: 'myform' : undeclared identifier myform is a windows form i added after create the project, im using VS2005 vc++.net
5
1,568
thread by: guy | last post Feb 16 '06 by: ThunderMusic
I have a number of classes, none of which use non CLS Compliant data types. These classes are compiled into an assembly. however when using this assembly a function (for example) that returns one of these classes gives a compiler warning "Return type of MyFunction is not CLS compliant" this occurs with every class in the assembly. why is...
0
3,346
thread by: fiona | last post Feb 16 '06 by: fiona
Innovasys Ltd., a leader in help authoring and documentation tools, today announced the inclusion of a tailored version of the Innovasys HelpStudio help authoring product, HelpStudio Lite, in the Microsoft Visual Studio 2005 Software Development Kit. By providing a full help authoring environment within the Visual Studio 2005 SDK, Innovasys...
1
6,329
thread by: Stu | last post Feb 16 '06 by: Richard
Hi, Im using vis studio 2003 and I think wse is out of the question as clients could be using java which doesnt support it. So I managed to find some code which allows you to develop a custom soap header called by using a http module. The problem Im having is I cannot seem to get the event to raise to fire off my authenticate method in the...
2
2,370
thread by: duck | last post Feb 16 '06 by: duck
Hi, I am new to web service development. I am wondering if there is a way to prevent a user browising to the WSDL file but still allow them to view the sample soap request and responses messages.
0
864
thread by: Steve | last post Feb 16 '06 by: Steve
C# Is it possible to fill 2 different DataTables with one DataAdapter? I have a dataset comprising 2 tables, one is the child table of the other. Then my dataAdapter is configured something like this: CommandText = "SELECT * FROM Schedule LEFT OUTER JOIN Job WHERE Job.Schedule = Schedule.Schedule"
0
1,262
thread by: Jesper Rou | last post Feb 16 '06 by: Jesper Rou
Hi all, I'm working on a windows application, thats essentially a drawing program. I'm not the original developer on it and have a few problems with the MetaDraw component. Upon creation of a new drawing, the user can specify a background image for the drawing. This background picture is inserted by adding it as an MDPicture object to...
0
5,974
thread by: XML newbie: Urgent pls help! | last post Feb 16 '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. Namespace Manager or XsltContext needed. This query has a...
5
1,911
thread by: benjamin_kohler | last post Feb 16 '06 by: bkohler
hi, if have the following scenario: I have a winform client which communicates with a web service method that supports session (EnableSession=true), so a cookie is created for this client after the first call of this method. Then the web service session should be migrated to a different machine (running the same web service). The next...
0
1,426
thread by: suranasaurabh | last post Feb 16 '06 by: suranasaurabh
How to create a synchronous Socket in C#.Net? In VC++ we have AsynchSocket class to do that... but in C# is there anything???? Socket from System.net is not useful since its a blocking call.... I need somthing which will tell me whenever something happens .... like it fires a method (event) when a data arrives...its called asynch...
0
897
thread by: nishu_shr | last post Feb 16 '06 by: nishu_shr
Hi, I have been trying to convert a j2ee application using Bean Managed Persistence (BMP) to a .net application. I have an entity bean, a client application that uses the bean to save data in a database. I tried to convert my j2ee application using Visual Studio 2003. It did some conversion but there is still some manual conversion which...
0
860
thread by: Shawn | last post Feb 16 '06 by: Shawn
Hi. I'm creating a small application that connects to a couple of web services developed by one of our clients. They are implementing WSE 2.0 security on their server. What do I have to do to connect to a web service that implements WSE 2.0? Thanks, Shawn
3
2,900
thread by: InK_ | last post Feb 16 '06 by: InK_
Hi There are two parts: web service and test app that called a method of the web service. Diagnostics trace is enabled but I can't find trace files on webserver:( I'm using WSE 2.0. any ideas? Thanks Inna Stetsyak aka InK_
3
1,217
thread by: Mark | last post Feb 16 '06 by: Mark
I have a bug with combobox which is reproduced by the following steps: Create a form with a Tabcontrol and two tabs. On one tab place a combo box and give it the entries one, two and three. Change the anchor property of the combo to anything other than the default. Leave all other properties alone. Run the app. fill the combo with 't'...

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.