Answer Questions
Chamitha Need help in saving my Console program..
I made a Console Program .. But I dont know how to save it... I mean .. How can I save it , and that other people can use it too Thanks, Dor Dadush If you select the Project | Properties and the select the Publish tab. VS2005 will create a published project which will do an automatic installation project which you can distribute. The user clicks on the installation file and if the Framework ...Show All
Brain_Dead_Mind Extend Webservice with Plugins
Hi is it possible to extend a webservice with plugins so that it provides new methods. These methods should be consumed by a client where also a plugin is needed. Anyone got some tipps how to implement something like this ...Show All
JonJon asp remoting
I have been unsuccessful in connecting an aspx page to a remote dll because the format for web.config commands have changed and all the examples are for vs 2003. I am using vs2005 andMS does not have any samples of how to config aspx 2 remoting (at least that I can find) The questions a little vagues in terms of what you're all handling, but I've included a code snippet that might help you out. <httpRuntime useFullyQualifiedRedire ...Show All
SHASHIVRAT Reinstall .net for MCE 2005
I would like to uninstall and reinstall .net 1.1 and .net 2.0 for MS media center 2005. Since MCE and .net are tightly intergrated can I uninstall .net Are there any percausions Thanks firstly why would you want to uninstall then reinstall the framework :) I dont remember .NET 1.1 being shipped within MCE 2005 its actually been a while since I booted into my MCE 2005 machine so I cant remember. You should be able t ...Show All
iGattreX Avoid Repetition of primary tables's record
hi all, can you tell me how to avoid repetition of main records when one main(Primary table) record have more than one child(secondry table) records. I am using DataList to show records. For example I want to show the following Tools & Equipment http://www.mobmasti.com MobMasti Mobile Portal Manufactures http://www.manu.com Manufacturer desc manufactur Rental Companies http://www.rentit.com ...Show All
A Java Coder 12345 Pinvoke hangs when using .net remoting. Works otherwise.
I'm attempting to use remoting to call into an umanaged DLL we have written to interface with an existing C++ program my company has written. However I have a problem I can't figure out. When this method is invoked directly on the server it works without any problem. Public Function remote_vb_sys_check() As Integer Dim intResult As Integer 'MsgBox("I'm here!") Console.WriteLine("vb_sys_check() executing ...Show All
Robert Feutl Adding a reference to a .NET 1.1 assembly in a VS 2005 (.NET 2.0) project
I am trying to use the Microsoft POS (Point-of-Service) for .NET SDK in a VS 2005 project. There is only a version for .NET 1.1 that's been released so far for the POS SDK. I have created some samples in VS 2003 that are working w/o problems. It's just a simple console application that prints "Hello World!" on the receipt printer. If I take that very simple piece of code and put it into a VS 2005 C# stand-alone console application p ...Show All
GolanHaba Windows service and Microsoft Word
Hi all, I have a windows service which creates an object of MS Word, this service i have installed on my local machine which is a Windows 2000 Professional. This service , creates a word object , opens a document using it and executes all the following code. Now i am trying to install the same on another machine (Windows 200O Server). This machine is newly formatted and i have installed the required software; namely MS.NET and MS Word. The is ...Show All
Lorenzo Castelli How to get workgroup of the computer?
hello i want to get workgroup of the computer without using unmanaged code i try this System.Environment.UserDomainName but its giving me the COMPUTER NAME not the workgroup ... is there any way to find out using System.NET or WMI thanx any way .. If that doesn't work, you should be able to use the WMI tools in the System.Management namespace (located in system.management. ...Show All
Big Smile Configure URL of web service for different environments
I'm working with a team to convert a classic ASP web application's middle tier over to .NET 1.1. We are only converting the VB6 middle tier code right now. The setup is as follows: ASP page calls VB6 component which calls a .NET component using COM interop. The .NET component acts as a wrapper for the .NET web service (which contains the new business logic). The issue that I have is how do I set the URL of the web service for each environment (d ...Show All
Stephan Meier Uri Bug??
Some URLs cannot be processed correctly by the Uri class. The double slash "//" will be considered as a typo and replaced by "/". However, I may really need the double slash sometime, e.g. http://hostname/proxy/http://www.microsoft.com . In this case, the stupid "feature" will prevent me from using HttpWebRequest, which is based on Uri, to fetch web pages. Is there any solution to this issue Now, my current solution is to use& ...Show All
Feret SQL MOBILE - Cannot find data source
Hey everyone, Just wondering if anyone could answer a simple question for me. Here is a brief background on what I'm trying to do and my setup. I'm working with .net studio 2005 and Windows Mobile 2005. I'm just doing some testing with SQLCE for future projects that I plan to implement with it. I'm somewhat new to .net, however I have experience in VS6.0. I wrote a simple app that contains Data Binding and was attempting at Datasets on a Mobi ...Show All
FLY_Z66 AxInterop.SHDocVw.dll and Interop.SHDocVw.dll
Hi, I am coding a system to fill out some informations about taxes and somethink similar. So the program reads the data out of a file, fills out a web page with the data and submits the data. Now my question: is it possible, that I don't need to include the two dll-files ( AxInterop.SHDocVw.dll and Interop.SHDocVw.dll ) or do I have to give the two dll-files with my program My boss wants me to reduces the count of files of the program to the mi ...Show All
Michael Baarz Walkthrough to build a web service does not work! Please help!
Using: MS VStudio 2005 C++ I just went through the walktrough for "Creating an XML Web Service using C++ and CLR". Compilation and linking are successful, however, I get an error during deployment. vcdeploy : error VCD0019: Virtual Directory Path was empty. This information is required. I simply need to deploy to localhost as the web server is installed on the dev. machine. Looked at Buildlog.htm < xml version="1 ...Show All
Peter Poirier SqlDateTime Overflow Error
I'm getting SqlDateTime Overflow Error when I try to INSERT a DateTimepicker.Value.ToShortTimeString (e.g. "10:57 PM") into my Sql 2005 database column (type nvarchar50). It used to be a Date/Time type column but I changed it. I changed it in the db, I changed it in the dataset designer but still the same error. How can I make Visual studio forget it was a Date/Time column and allow me to store 10:57 PM as a string Where else do I n ...Show All
