473,799 Members | 3,006 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).
6
1,637
thread by: Abdullah Kauchali | last post Mar 7 '06 by: Abdullah Kauchali
How does one define additional attributes for elements in an XSD? So, I'd like something like this: .... <xs:element name="ClaimNumber" type="xs:string" mycustomproperty="xs:string"/> .... Ideally, I'd like Visual Studio (2005) to allow the entry of these
2
1,164
thread by: Ryan Liu | last post Mar 7 '06 by: Ryan Liu
private void dt_RowDeleted(object sender, DataRowChangeEventArgs e) { int id= (int)e.Row; if(id >5) { e.Row.RejectChanges(); MessageBox.Show(this, "Can not delete!" + id); }
3
3,760
thread by: Florin | last post Mar 7 '06 by: Chris Mullins
Hi all, I have a problem related to memory grow on a server application which is basically stateless (I have some static info loaded). The client accesses this server using remoting and it has worked for about 2 years without problems. The problem I have encountered lately is that the memory on server side started to grow and not to be...
5
1,986
thread by: Steve Le Monnier | last post Mar 7 '06 by: pvdg42
I've just noticed that the menu items available in Visual Studio 2005 for the Debug and Build menus differ significantly when compared to the menu items in Visual Studio 2003. On my C# installation I don't have build solution, rebuild solution, Step into, Step out, or the Exceptions options on my menu Does anybody know why these important...
1
1,014
thread by: JackieB | last post Mar 7 '06 by: Martin Honnen
Hello, Can anyone point me a documentation that show what kind of XML-tags are existing when you whan to modify your wsdl file? I understood that the only way to modify .NET Webservice's wsdl is to embed XML tags into code, I'm I rigth? So, any help appraised.
0
1,457
thread by: bluter | last post Mar 7 '06 by: bluter
I have a problem with some VC++ (v5 sp3 compiled in debug mode) server component which perfrom Data Acces. These have been in production on NT4.0 and w2k. However when we try to use them on Server 2003 we only get partial functionality. So far we have noticed that when the components are returning large set of data that they fail. The...
3
6,768
thread by: scottl | last post Mar 7 '06 by: Martin Honnen
I'm trying to programmatically create a document type using the CreateDocumentType method of XmlDocument. The document type declaration is: <!DOCTYPE procedure PUBLIC "-//LMSSC//DTD XML//CAEWriter Minimal Revisable Units 2.0.2//Vulcan//EN" "vulcan-cae.dtd"> Using the method generates an error with the second parameter....
2
1,400
thread by: MegaC | last post Mar 7 '06 by: MegaC
Greetings, I am getting rather famiilar with RSS., but I still have a few questions. I set up my RSS link at http://www.ottawa-theologyontap.com/rss/latest_resources.xml, but when I use a reader (eg. I am using yahoo.ca), the items titles show up, but there is no header information..at first. It seems that it only after a few hours?? ...
1
1,386
thread by: Ishan Bhalla | last post Mar 7 '06 by: Taras
Hello all, Am not sure if this is the right newgroup. I want to open and excel worksheet from VB.Net, populate data and save it. Any idea how it can be done? Thanks in advance Regards
0
392
thread by: MegaC | last post Mar 7 '06 by: MegaC
Greetings, I am getting rather famiilar with RSS., but I still have a few questions. I set up my RSS link at http://www.ottawa-theologyontap.com/rss/latest_resources.xml, but when I use a reader (eg. I am using yahoo.ca), the items titles show up, but there is no header information..at first. It seems that it only after a few hours?? ...
5
1,312
thread by: Martin | last post Mar 7 '06 by: Martin
HI, I have some data like: <x> <y Position='Top'/> <y/> <x/> and a template like: <xsl:template match="/x/y">
2
3,711
thread by: johnnyG | last post Mar 7 '06 by: johnnyG
Greetings, I'm studying for the 70-330 Exam using the MS Press book by Tony Northrup and there are 2 side-by-side examples of using the SHA1CryptoServiceProvider to create a hash value from a string. The vb example outputs "A94A8FE5CCB19BA61C4C0873D391E987982FBBD3" The cs example outputs "5BAA61E4C9B93F3F0682250B6CF8331B7EE68FD8" for the...
1
2,175
thread by: Sidharth | last post Mar 7 '06 by: Sidharth
Hello all, We use reporting services via our website to display some reports to our users. We had some problems with this in that we get occasional web connection closed error. We were able to limit the number of times this error came up by modifying the references.cs file and overriding the GetWebRequest() method and setting the KeepAlive...
2
2,818
thread by: Daniel Lidström | last post Mar 7 '06 by: William DePalo [MVP VC++]
I'm using a library called fyba. This library reads and writes files in a format called sosi. fyba uses the following code to determine if the calling process has own methods to handle errors, messages, etc: // If this parameter is NULL, // GetModuleHandle returns a handle of the file used // to create the calling process. hInstExe =...
1
1,597
thread by: kennyknecht | last post Mar 7 '06 by: prob
Hi all, I have made a C++ project with _HAS_ITERATOR_DEBUGGING set to 0 and _DEBUG 1 but then I get a link error error LNK2001: unresolved external symbol "public: void __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::`copy constructor closure'(class std::basic_string<char,struct...
0
928
thread by: aurelienm | last post Mar 7 '06 by: aurelienm
Hi everyone, I'm experiencing some problems with System.DirectoryServices on a server running Windows 2003 Server (SP1). I've made a really simple console program using .net 2.0 : it connects to our Active Directory, made some queries, and disconnects. On my up-to-date Win XP Pro box, the average time used to do these queries is under...
6
1,192
thread by: rpseguin | last post Mar 7 '06 by: Karl Waclawek
Ok. I've looked at expat, libxml, ... Too much baggage! I would like to find a small XML walker/"parser"/reader that simply gives me callbacks (C++ or C). No validation needed or wanted. I would prefer some open sourced, portable thing (Linux, OS/X, Windows, POSIX), with at most a couple of files and with no external dependencies. ...
0
845
thread by: Johnny Ruin | last post Mar 7 '06 by: Johnny Ruin
I'd like to host two or more instances of my webservice on one machine. When I try to install multiple copies my websetup (pretty much the default walk through for a websetup) it doesn't allow the second webservice to be installed. Is this just a limitation of the setup program, or is there something more fundemental at work here? Seems...
0
910
thread by: DOT_NET_Rookie | last post Mar 7 '06 by: DOT_NET_Rookie
Hello, I have been trying to understand how microsoft takes code written in the 1.x framework and migrates it to 2.0. I ran into a problem where I have an aspx page with a datagrid and some client side javascript I wrote accessing some of the child controls in the datagrid all written in 1.1 framework. I converted this project to 2.0...
0
311
thread by: billa | last post Mar 7 '06 by: billa
Hello, I am creating a web service with .NET 2.0 and Visual Studio 2005. I want to enable the following class as a web service: public class Service : System.Web.Services.WebService {
4
1,964
thread by: Military Smurf | last post Mar 7 '06 by: Dawn
I'm interested in writing a web service that will return more than one value. What's the best way to accomplish this? I was wondering if an array would be best, but I'd like to know if there is a better way.
0
1,537
thread by: BigJohn | last post Mar 7 '06 by: BigJohn
I have created a new Crystal Report file in my project (CR.rpt). I previously added references to Crystal...Engine, ReportSource, Shared, Web. When I save the .rpt file using the "designer", I get two error messages which I cannot seem to get rid of: 'MassRegister.CachedCRRegulationFiling' must implement 'Overridable Function...
0
1,338
thread by: billa | last post Mar 7 '06 by: billa
Hello, I am creating a web service with .NET 2.0 and Visual Studio 2005. I want to enable the following class as a web service: public class Service : System.Web.Services.WebService {
0
937
thread by: Mitkip | last post Mar 7 '06 by: Mitkip
Hi ! I'll try to be as clear as possible : I would like to deploy a .NET application on a server, and use it from another server. This other server could for example, call by a batch file this application and send it parameters, then the .NET application will use this parameters to write databases. Does someone have an idea about how to do...
0
966
thread by: Filippo Bettinaglio | last post Mar 7 '06 by: Filippo Bettinaglio
Hi, C# 2005 I load a 24bit BMP image in a picture box, what i need to do is save a 8bits(256 color) of that image. How can i do it? Many Thanks, Filippo

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.