Answer Questions
iits Stefan questions on printing of XSL transformed data that includes graphics.
I must create a web service that accepts XML data (easy part), injects more xml data and possibly graphics, and then sends this transformed (somehow) data to the default printer. I started out using the Webbrowser object as it seemed to be a simple task to do xml-xsl-html transforms (I've done it in MFC and other technologies) and invoke the webbrowser.print. Sadly, if the app exits before the browser object succesfully completes its print actio ...Show All
nx797rd error: oledbexception nust declare the variable '@Eff_Date'
Here is the code in my Load event after declaring cn, da and cm cn.ConnectionString = "Provider=SQLOLEDB;Data Source=localhost;Initial Catalog=matrix;Integrated Security=SSPI;" cm = New OleDbCommand("select * from lk_Feat", cn) cm.Connection = cn da.SelectCommand = cm cm = New OleDbCommand("UPDATE Lk_Feat SET Eff_Date=@Eff_Date , Exp_Date = @Exp_Date ......etc. .., cn) cm.Parameters ...Show All
Justanyname How can I make VS 2005 use .net 1.1 Framework?
How can I force VS 2005 to use the older .net frameworks I'm trying to write an application and make it as compatible as possible. Being stuck with using the .net 2.0 framework is going to force me to scrap my project. There is currently a workaround using msbuild to target the 1.1 Framework from within VS2005: http://blogs.msdn.com/jomo_fisher/archive/2005/04/22/410903.aspx and http://www.longhor ...Show All
Spyros AccessViolationException with C# Ping class
I have a "watchdog" program, c# console application, coded with VS 2005. Program runs every 3 minutes. And one part of program checks pings to ~20 ip's. I'll give that function code: static private bool ping ( ref String ip) { bool success = false ; Ping pingSender = new Ping (); if (pingSender.Send(ip).Status.Equals( IPStatus .Success)) { success = true ; } else { success = false ; } ...Show All
jazzyb Unable to establish connection.
My problem is that I can't even open a connection to my database. I stored my connection string in the web.config file under the <connectionStrings>. Data Source contains the name of a server and Initial Catalog has the name of the database(sqlServer 2003). < add name = " cts " connectionString = " Data Source=*******;Initial Catalog=******;user id=*****;pwd=******;Trusted_Connection=false " providerName = ...Show All
Lai.jet How Can I syschronize disconnected multiple Databases with their same Main Database?
I am not sure how can one syschronize Multiple DataBases I see there must be PK data collission if data was updated on disconnected Data Location. Is there a way that Pk are changed with automated machanism during syschronization of multiple Data Sources with Main Data Source I think I was not that clear so I should repeat the scenario :) For Example, there a ...Show All
vladb drill-down reports
Greetings, In using the .Net 2.0 controls, can someone help me figure out what the best method is to output a web report that is outputing multi-level roll-up data We have reports that output data for campuses, buildings, and floors, and would like to see all this information in one report that looks something like this: CAMPUS HEADER campus1 info BUILDING HEADER building1 ...Show All
BradleyT Call to TransparentProxy of remote object hangs forever
Hi all. I'm facing a problem. I have a singelton object is published on a server side through TCP channel. Client activates it via Activator.GetObject (...) Everything works fine. Client calls methods of this object. On a server side it takes time to process before the remote call returns an execution to a client. If I disconnect a network cable while the client is in remote call - this call hangs up forever. It doesn't return after any tim ...Show All
infoworx security for files on the web
Hi everybody i have some training files (video files in my folder), i want just they only view by the user in browser , that should not be downloaded , by giving direct path of the training files thank you This forum is dedicated to questions about programming using the System.Net namespace in the .Net Framework. Please repost this to a more appropriate forum. Please see: http://www.microso ...Show All
Arun-MS Email Proxy Error with MailMessage
Hi, I'm using VB .Net 2005 and am experiencing intermittent email proxy errors using the System.Net.Mail.MailMessage class. Shortly after sending the email I receive the following error message from the Symantec email proxy: “Your email message to (recipient) with the subject (subject line) was unable to be sent because the connection to your mail server was interrupted. Please open your email client and re-send the mess ...Show All
wxt XslCompiledTransform Caching
On a project i'm working, we use lots of XSLT for XML tranformation. Because XsltCompiledTransform has a very slow load, we are trying to reach the best "caching" method, in a way that all xsl files be loaded in a object we can use once the web application starts. The idea we're trying to implement is to have an outsider application(or not) which will browse all xsl files, load them using XslCompile ...Show All
Nash Alexx Bluetooth support
hi, i'm searching for information on bluetooth support on the pocket pc for the .NET CF 2.0 , searching the MSDN library i haven't found almost anything, is the only way to handle a bluetooth communication with a PPC using P-Invoke , or are there classes in the CF for handling this communication could anyone point me to the right information Simon Garcia http://32feet.net/ This suite of library provides a .NE ...Show All
Regg MS-RFID forum
Hi, Currently I am working on MS-RFID project. Can anybody let me the details about discussion forum for MS-RFID Thanks in advance Bhaskar It seems that there is not forum for Microsoft RFID Forum. I am also looking for some fresh news (looking to google I only find old news (years 2005, 2004). Do you have some good links ...Show All
Devra J Help with .Net Runtime libraries msvcr71.dll
Hi! I have an application developed using VC++.NET 2003. Up until now, it's worked fine for my users. However, I just got a tech support request yesterday from someone who can't get the program to start. The error was this: Fault, The File MSVCR71.DLL was not found! I did some searching, and found that on MSDN, it states NOT to assume that file is on the user's computer, but to redistribute the file with your application. I did not d ...Show All
Tim Noonan MSFT Finding the display name of assemblies
Now that LoadWithPartialName is obsolete in 2.0, what's an easy way to find the display name (with version, culture, etc.) of a .NET assembly corresponding to the version of the .NET framework an application is running on e.g., A user is running our app on some version of the framework (could be 1.1, could be 2.0, etc.). If I need to load the assembly System.Data corresponding to the version that is being used for the current app. Obviousl ...Show All
