473,811 Members | 3,021 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).
4
1,224
thread by: Prince | last post Mar 13 '06 by: amaca
Hai all, I want to create a office projects in Visual Sudio. I am having VS .NET 2003 and VS .NET 2005, but in both I cant find "Office project" under project types. What is the problem? Please help me... Urgent.. Looking for the response... Thanx in advance..
0
841
thread by: Infospy | last post Mar 13 '06 by: Infospy
I have a list that is rendered on screen with n lines, in each line i render a control (this case a button) that is created under CreateChildControls() routine and it is correctly displayed. The control routine i use is the following: while(reader.Read()) { Button _button = new Button(); _button.ID = "AprovCheck" + index.ToString();
0
795
thread by: wayne | last post Mar 13 '06 by: wayne
High i am a new developer. I am trying to understand Webservices and i am trying to add a reference to a project which i run on my localhost. I at this time can find the webservice but can not attach it as key to attach are not highlighted. I have tried to do it through code but with no seccess. could anyone help. Also when i try to access it...
0
1,036
thread by: Mattehw | last post Mar 13 '06 by: Mattehw
Hi all, I wrote simple FTP client class (using MSDN "template"). It works ok on my computer, but connection to one server raises this error: The server returned an address in response to the PASV command that is different than the address to which the FTP connection was made. When I set UsePassive to false, another exception throws, but...
0
1,045
thread by: lluismf | last post Mar 13 '06 by: lluismf
Hello, Does the Xerces parser have a localized version in spanish ? I'm using it to validate XML files, and the error messages appear in english. I assume that creating a spanish properties file, recompiling Xerces and setting the locale at run-time would be enough, but I prefer to have this already done :-) Thanx in advance, Lluís
6
3,518
thread by: Mark A. Sam | last post Mar 13 '06 by: Mark A. Sam
Hello, I am using Visual Web Developer 2005 Express. I want to declare a varible, using Visual Basic as the language and can't get anywhere. For example Public Test1 as String I'll get en error saying to change Public to Dim. When I do, it will say that Test1 is an unused local variable.
0
3,233
thread by: steveallocca | last post Mar 13 '06 by: steveallocca
What replaces the functionality of itemdatabound in Gridview and how do I implement it? Sample of code used with Datagrid: Private Sub DataGrid1_ItemDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DataGridItemEventArgs) Handles DataGrid1.ItemDataBound Dim cb As CheckBox
2
1,243
thread by: Johnny Ruin | last post Mar 13 '06 by: Johnny Ruin
I ran the wizard to generate default Windows Forms Application. I wanted to make it invisible, so I added the line "this->Visible = false;" to the InitializeComponent function. I rebuilt it and dang ... it wasn't invisible. What else should I try? void InitializeComponent(void) { this->components = new...
14
4,222
thread by: _iycrd | last post Mar 13 '06 by: Willy Denoyette [MVP]
After several frustrating attempts to wrap a native DLL w a C++/CLI DLL, I finally got an assembly to compile, only to find a *runtime* error. The app comes up fine. Test dialog displays. Clicking on the button that creates the wrapper class causes an exception, not in the button's event handler, but in Application.Run() within Main(). The...
10
2,356
thread by: Simon Brooke | last post Mar 13 '06 by: Simon Brooke
Here's my problem: <xsl:template match="/category"> .... <script type="text/javascript"> &lt;!]&gt; </script> .... </xsl:template>
0
908
thread by: Geir Aamodt | last post Mar 13 '06 by: Geir Aamodt
I have C# objects/entities (like person or customer) which contains the usual amount properties/attributes like name, address and so on.. I would like to "tag" some of these properties, so that when I'm generating and XML Schema (via Wsdl for instance) the tags are displayed in the Schema portion of the Wsdl. Something like the following...
0
393
thread by: David Steele | last post Mar 13 '06 by: David Steele
I have developed a smart client that talks to a webservice. I have used the free test certificates supplied with the WSE SDK to secure the system using the WSE 3.0 username over certificate turnkey solution. I have spoken to both Verisign and Thawte about buying a Real Certificate for this but they havent convinced me that they know what...
6
1,112
thread by: Eric | last post Mar 13 '06 by: C-Services Holland b.v.
I have been trying to post help regarding getting text lines. It was not answered correctly by pvdg42. So I repost it with more detail. And either pvdg42 or pvdg42 friend who is a admin keeps deleting by repost for some reason and will not tell state the reason. -- Eric Miller
12
1,565
thread by: Christian Roth | last post Mar 13 '06 by: Richard Tobin
Hello, I am merely asking this for my own understanding: Processing instruction's data part is not entity-aware, i.e. character and numercial entities are not resolved at parsing time. E.g., <?mypi &lt;par/&gt; ?> delivers as data part the String(!) "&lt;par/&gt;".
5
1,748
thread by: ma | last post Mar 13 '06 by: Bruno van Dooren
Hello, I am new in .NET and I am writing my first program in c++/CLI on MSVC 2005. I add a PictureBox to my form and then using its properties I change its image property to one image from my hard disk. it generate the following code for me:
8
2,706
thread by: pradeepsarathy | last post Mar 13 '06 by: pradeepsarathy
Hi all, Does the SAX parser has eventhandlers for parsing xml schema. Can we parse the xml schema the same way as we parse the xml document using SAX Parser. Thanks in advance. -pradeep
4
2,811
thread by: siddharthkhare | last post Mar 13 '06 by: Frans Bouma [C# MVP]
Hi All, I need to parse certain text from a paragraph (like 20 lines). I know the exact tags that I am looking for. my approach is to define a xml (config) file that defines what tag I am looking for and corresponding regular expression to search for the pattern. Xml file will also have a way to say what should be the pervious tag
20
1,771
thread by: jht | last post Mar 13 '06 by: jht via DotNetMonster.com
I Have a workstation with AMD64 CPU’s and 6 Giga Byte RAM ,OS Windows XP 64. I have 2 problems with it: 1.I want my .NET application(VS.NET 2003 VC++7.0) to use more then 3 GByte of memory,how to do? VirtualAlloc can do it? 2.I use VS .NET 2003,it can not use more than 3GByte of memory,so I want to install VS2005 to do it ,but VS2005 can...
0
814
thread by: TulasiKumar | last post Mar 13 '06 by: TulasiKumar
Hi I am a vb.net developer.i have one requirement of my project. pleasae go through this below image, since i'm going to talk about that only. only in that pic there is user tasks which is a table name and the columns names here are taken from the user tasks table's data (these data is taken from single field in the users tasks table)
0
1,405
thread by: profdotnet | last post Mar 13 '06 by: profdotnet
The Error is "The product key used to install MS Windows may not be valid" I've pirated WinXP but I wanna install WinXP SP2 through Microsoft site. I downloaded "Windows XP Service Pack 2 Network Installation Package for IT Professionals and Developers" from Microsoft Site.
7
6,173
thread by: Abubakar | last post Mar 13 '06 by: Abubakar
Hi. I got the following error while running an exe made in visual studio 2k5c++ (all native unmanaged) --------------------------- Microsoft Visual C++ Debug Library --------------------------- Debug Error!
7
3,243
thread by: Roemer | last post Mar 13 '06 by: Wei-Dong XU [MSFT]
Hi all I stumbled over a new problem: I have a programm with just a class that is asynchronous listening for network connections. As soon as someone connected, a new form needs to be created. The Form gets created but hangs after creation. I'ts logical that that happens because the new Form doesn't get a Message Loop. The Message Loop is...
1
1,248
thread by: mr_foo | last post Mar 13 '06 by: Luke Zhang [MSFT]
I'm having trouble constructing the XmlSerializer without getting a Configuration Exception(Only elements allowed: Line 3) in Dev Studio 2003. When I remove the <system.diagnostics> node from my app.config I don't have any issues but I wanted to keep the node. Please let me know if anyone has any ideas. app.config: <?xml version="1.0"...
2
1,274
thread by: MrFredBloggs | last post Mar 13 '06 by: MrFredBloggs
Hi All, I'm new to XML. My DTD: <?xml version='1.0' encoding='utf-8'?> <!DOCTYPE database > isn't accepted by an XML parser, it complians about the line:
7
1,529
thread by: John | last post Mar 13 '06 by: Chimesy
I have VS.NET 2003, and it uses .NET framework 1.1. Can we install the latest .NET framework 2.0, so that VS.NET 2003 can use framework 2.0, instead of 1.1? Well maybe VS.NET 2003 doesn't support new features in ..NET framework 2.0 but not in 1.1. Also, is should be ok to run .NET 1.1 application on .NET 2.0 framework, but not ok to run...

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.