473,811 Members | 1,881 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).
1
4,764
thread by: Daniel | last post Feb 20 '06 by: Adam Wiener
ADO.NET Failed to load msxmlsql.dll How to fix this error? System.Data.SqlClient.SqlException: Failed to load msxmlsql.dll. at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() am i missing something that needs...
5
1,301
thread by: Guiding5 | last post Feb 20 '06 by: Martin Honnen
Hi group! Basic question about counting specific nodes in the range, here the example: XSL: <xsl:stylesheet version="1.0"> <xsl:template match="/">
6
2,366
thread by: SandySears | last post Feb 20 '06 by: SandySears
I am trying to use a stored procedure to insert a record using VS 2005, VB and SQL Server Express. The code runs without errors or exceptions, and returns the new identifer in the output parameters. It returns my error text message in another output parameter as "ok", which is the value that is set in the stored procedure prior to doing the...
5
1,608
thread by: Tran Hong Quang | last post Feb 20 '06 by: Ahti Legonkov
Hi, I am new to C++. Could someone explain the meaning of below code: # pragma warning(disable : 4786) # define for if(0){}else for Thanks Tran Hong Quang
2
1,405
thread by: maflatoun | last post Feb 20 '06 by: jgrant
Hi everyone, I have the following web user control. I like to set the properties dynamically without using page.databind. <uc1:partnerdownloads id="Partnerdownloads1" PropDomain="<%= Domain %>" PropPartnerUserGroupID="<%= PartnerUserGroupID %>" runat="server"></uc1:partnerdownloads> However, and <%= Domain %>
3
1,604
thread by: Przemek Celej | last post Feb 20 '06 by: Ram
Hello, How can I import *class with functions* (wrote in C++) to my .NET program. -- Pozdrawiam Przemysław Celej
1
1,117
thread by: afshar | last post Feb 20 '06 by: Glenn
Hi all, Can I pass an XML document through Web Services instead of a simple string? afshar
5
1,118
thread by: Terrance | last post Feb 20 '06 by: Terrance
I was wondering if someone could help me with my problem. I have some code that gets document names from a directory; I'm trying to make each document name into a linklabel. I got the name of the first document to show but each additional document is not showing. Dim strDirectory = ConfigurationSettings.AppSettings("cad_directory") Dim...
3
1,274
thread by: dickster | last post Feb 20 '06 by: dickster
I have a query surrounding about elementFormDefault I have abbreviated the schemas - and hopefully have included all the relevant information I get the following error message (AltovaXmlSpy-when I click validate) in Schema1.xsd: "The content model of complex type '{no name}' is not a valid restriction of the content model of complex type...
1
883
thread by: MORE POWER | last post Feb 20 '06 by: pvdg42
I basically like I.E 7 but after being left unable to veiw images on one of my most visited favorites I have had to go back to I.E 6. Non of the images would open... Video clips would but not the images.... If this is not sorted I would not use I.E 7 as it is at the moment. I like the tabs but not the other problems. Is this problem going...
2
3,259
thread by: jose.mendez22 | last post Feb 20 '06 by: jose.mendez22
In my code I create a sqlDataAdapter that which contains a simple select command using the Northwind DB (SELECT top 15 customerID, companyName, contactName, contactTitle From Customers). I populate the dataSet using the fill and bind the dataset to a datagrid. I then bind a text box control to a field on my dataset. When I move around the...
0
1,261
thread by: sweetpotatop | last post Feb 20 '06 by: sweetpotatop
Hello, I have a locked Word document (save as XML) in which I need to fill out the bookmark through ASP.NET And part of the xml is shown below: <aml:annotation aml:id="0" w:type="Word.Bookmark.Start" w:name="ContactName" /> <w:r> <w:rPr>
1
1,770
thread by: Daniel Poetzinger | last post Feb 20 '06 by: Martin Honnen
Hello List Sorry if this question is too simple or unreleated, but I didn't found an answer yet: How is it possible to handle an element: <test>1 2 3 4</test> as sequence of atomic types (xs:integer) in an XQuery? A cast to xs:integer* is not possible I think...
2
1,228
thread by: goHawkeyes | last post Feb 20 '06 by: goHawkeyes
I have created a visual studio.net 2005 add-in following the instructions from: http://support.microsoft.com/default.aspx?scid=kb;en-us;816167 The visual studio add-in worked fine in vs 2003 and does install in 2005 but does not ever show up under the "Tools" menu in the ide. I can find the add-in under program files and run it from...
7
1,639
thread by: Pieter | last post Feb 20 '06 by: Pieter
Hi, Something strange is happing with my Windowf Forms application (VB.NET 2005): The users had all local Administrator-rights on there pc. We changed it to the 'normal' users, and now they can't run our V.NET application anymore! The application starts (you can see the screen and caption etc), and than they get the well known error...
1
955
thread by: Ken Carter | last post Feb 20 '06 by: Kimba
Framework 2.0 Web/Intranet... What I would like to accomplish is to use windows authentication as the store for membership services. IE: User is logged into AD they are logged into the web site. On the otherhand if the user enters the site without authentication to AD I would want them to either present their login and password for AD or...
0
1,163
thread by: Dubravko Gorupic | last post Feb 20 '06 by: Dubravko Gorupic
Hi there. I'm using linux with xsltproc/docbook2html/xmleditor(xmlmind) to generate html/javahelp from docbook xml. If I put <refentry> inside of <chapter> tag, all 3 mentioned above generate .html or javahelp with table of contents of refentries which are listed in it. But, if I put <refentry> inside of <section> tag, only docbook2html...
2
1,385
thread by: Karine Bosch | last post Feb 20 '06 by: Karine Bosch
Hi, I'm trying to read binary information from an XMLTextReader and to save it to a .jpg file, using a FileStream. I don't want to use an XmlDocument because of performance reasons. But the only example code I could find is: byte binhex = new byte; do { binhexlen = reader.ReadBinHex(binhex, 0, 50);
5
4,191
thread by: Nick | last post Feb 20 '06 by: Yuan Ren[MSFT]
I am creating an application with a static menu. Is there an easy way to get the menu control included with 2.0 to have shadows under the sub menus as well as a border similar to the navigation menu that appears on Microsoft's web site?
0
711
thread by: Eric | last post Feb 20 '06 by: Eric
Hi In appSettings it is possible to set a file-attribute to another config-file containing just appSettings. If that file exists it's configuration will be used instead. Now I wonder if it is possible to do the same with for example connectionStrings-section? The reason is that it is an easy way to let each developer run against a database...
1
1,255
thread by: mail_amity | last post Feb 20 '06 by: Bruno van Dooren
I am trying to compile a project , created in VC++, using gcc to create a dll file. The modifications that I hav to make are the options/flags which I should supply during compilation. Currently , following options are supplied to VC compiler " -nologo -MTd -W2 -Gm -GX -Zi -Od -D "WIN32" -D "_DEBUG" -D "_WINDOWS" -D "MBCS" -D "USRDLL"...
1
6,849
thread by: Joël | last post Feb 20 '06 by: Eran
I'm trying to communicate with a webservice using kerberos authentication (WSE3). Servers are under Windows 2003. Unfortunatly I allways get this error: Message: "WSE910: An error happened during the processing of a response message, and you can find the error in the inner exception. You can also find the response message in the Response...
6
1,613
thread by: Pieter | last post Feb 20 '06 by: Pieter
Hi, I'm trying to use the Edanmo Shell Extension Library (http://www.mvps.org/emorcillo/en/code/shell/shellextensions.shtml) to make a Context Menu in the Windows Explorer with VB.NET 2005. It seems realy easy to use this library: - I inherited from ContextMenuHandlerBase - I made the assembly COM-visible - Registered for COM interop
1
1,415
thread by: Jon Okie | last post Feb 20 '06 by: Gary Chang[MSFT]
I have a class inherited from component with a specialized designer. I would like to know how I can customize the icon that appears next to my class name in the solution explorer. Right now, the only icon that will appear is the Component icon which is the same for any class inherited from Component. For example, I would like to know how...
2
1,234
thread by: Gomathi | last post Feb 20 '06 by: Cor Ligthert [MVP]
Hi All, In my web application, i use this following code to open a pop up window. Its working in my machine. Response.Write("var win = window.open('ResponseCountReport.aspx',null,'height =300 width=420 scrollbars=yes');"); But when i hosted my application in my ISP server, its not working.

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.