Answer Questions
James Mayer How do i get the namevaluecollection from the web.config?
Hi My web.config file hase the following information. I would like to reterive the "membership" section as a namevaluecollection . <membership defaultProvider="MyCustomMembershipProvider"> <providers> <add name="MyCustomMembershipProvider" type="MyCustomMembershipProvider" requiresQuestionAndAnswer="true" enablePasswordRetrieval="true" enablePasswordReset=&q ...Show All
BOBSONATOR DataSet.ReadXml Issue while loading from NodeReader
I have a interesting problem. here is the code nodeReturn = objWebService.GetDetails(strArgument, maxLevel); try { nodeReader = new XmlNodeReader(nodeReturn); dsReturn.ReadXml(nodeReader); } nodeReader.Close(); catch(Exception ex) { } Everytime i run this i get an exception stating: Cannot add a nested relation or an element column to a table containing a SimpleContent column. But i try ...Show All
Vampier one solution for IE memory increase problems with microsoft.XmlHttp object
Hi, I'm Francesco from Italy, and I want to post a technical help request: I use the script above to "callback" a remote .aspx page. My site make larger use of this because I'm trying to develope a RealTime Multiplayer D&D based game, and until now everything goes well. This morning I left IE open on my chat page. When I come back after some hours, a message about "increasing system virtual memory" was displayed by OS. I saw the Ta ...Show All
NACSUS How do I Install the .net framework 1.1 onto a removeable drive
Hi I have written an application on a standard desktop using Vb.net 2003 running under XP Pro SP2. I am trying to install the application onto an embedded Pc which uses a Compact Flash drive (4 GB Microdrive) as the boot C drive (running same XP Pro SP2). The problem I have is that when I start to install the dotnetfx redistributable .net framework 1.1, the installation fails half way through. (it asks for the CD .net framework 1.1) I ...Show All
Canito Unwanted promotion using TransactionScope
Hi, I wanted to test System.Transaction and using TransactionScope. So I wrote a little factory class which has very basic CRUD functionality. One of it's methods is CreateName: public static Name CreateName( string nameValue) { using ( SqlConnection connection = new SqlConnection( Properties. Settings .Default.TestDB)) { return Crea ...Show All
rpark68 databinding drop downs
I have multiple dropdowns with either "yes", "no", or "n/a" as list items. In the database I stored these as integers, 0 = no, 1 = yes, 2 = n/a. Anyway, I am trying to bind dropdowns on my form to these values. What I did so I could have display and value members was create a table with two columns: list_value int list_text varchar(50) I populated the table with: list_value list_text 0 &n ...Show All
tomtom73 copying files indicating the status of the copying
Hello, I'd like to know how can i get the actual status of copying a file using my.computer.filesystem.copyfile(sourcefile, dest.file). I mean i'd like to use a progressbar indicating the status of copying and get the current size of the newly created file during the copying. Could anyone plz tell me I mean something like Explorer's filecopying messagebox with the progressbar on it. thnx in advance; it is ok, but i want to copie files mixe ...Show All
dan_muller JIT Debugging VS2005 beta 2 on Windows Server 2003 X64
I installed the VS2005 Beta 2 on a fresh installation of Windows Server 2003 X64 and all is OK apart from JIT debugging. Even DebugBreak() just kills the application. Native JIT is enabled in VS 2005 debugger options. Any ideas Thanks Yes, that works for me as well. I can only assume that there is some kind of security setting that is preventing my app tripping the JIT Debugger. It is running as a child ...Show All
GordonBJ Client Side Proxy Class
I am a newbie to web services and I am using the Visual Web Studio Express edition. I have created a web service that interfaces with Navision and testing shows that it works. When I add a web reference to my client side app that points to this web service the code generated is in C#. How do I get it to generate VB Hi Todd, That worked a treat. I generated the vb, added it to the web app, deleted ...Show All
Shawn McDowell how do I handle the DBNull fields
1/ I have a checkBox that I want to fill with a value from a Bit field in SQL server. But when the field has a Null value, it gives me an error. How do I convert the DBNull value to a boolean and how do I handle the DBNull values of my table columns. 2/ One more question: I ve seen a technical document about handling Null values from the database in the MSDN articles, but I didn t keep the URL. Does any body know it pls. Thanks. ...Show All
Shak Is v2.0.50727 the final?
I installed Visual Studio RC and found that the Framework version is v2.0.50727. Will this be the final version On the system which has VS 2005 RC installed, I can see that the mscorlib in C:\WINNT\Microsoft.NET\Framework\v2.0.50727 is 2.0.50727.26. Is the .42 veresion officially available yet I cannot find links such as '.NET Framework 2.0 Final Release' on MSDN. Hello, As far as I know, the final version of of ...Show All
Kenneth Yang WS-I Profile - Duplicate Wire Signature
Hi, Perhaps this isn't the correct forum for this question but ...... I have a quick question regarding the WS-I Profile. I have a couple of web methods which take in the same parameter type. The methods return different types. This >>to me<< seems valid. When I try to validate my WSDL I get the following error "WSDL: Operation xxxxx with wsdl:part yyyyy has same wire signature as wsdl:operation aaaaa with wsdl:part bbbb ...Show All
Wes Shaddix How long is the Future of .Net Technology ?
Hello Friends , I m a s/w developer, currently working on .Net technology. i m a bit confused abt the technology to continue working with Java or .Net. also i want to know whether Microsoft is coming with some new technology in near future. There are only three possibilities… 1. There is possibility both .Net and Java Runs. (As both have strong architecture) 2. There is possibility that .Net go ahe ...Show All
Tapan Assign strong name to third part DLL
Hi, I am using third party dll like companentart.web.ui.dll which is not assigned as strong name. I can't have any code for modification so how can assign strong name to third party dll. So please help me by providing solution for third paty strong name. Solution of the assigning the strong name to the third part DLL by using following command on visual studio command prompt. E.g. Lets say the name of the third party DLL ...Show All
UltraMAX Versioning question
Hello, using Visual Studio.NET 2003 I've developed two custom controls (one in Managed C++ and one in C#) derived from existing classes. Will these components work on a PC which misses the .NET framework 1.1 and only has the .NET framework 2.0 (with Visual Studio.NET 2005) installed Do I need to recompile the controls with Visual Studio.NET 2005 also and have two different builds Thanks in advance and Kind Regards Severino ...Show All
