Answer Questions
Marc de Vries Deploying a Web Service (VS 2005 Beta 2) Problem
Hello, I am having the most difficult time trying to deploy a web service created with Visual Studio 2005, Beta 2. I'm hoping that I'm just missing one small detail and that someone can point it out to me. I have stripped this down to the most basic "Hello World" web service. In fact, all I did for this was create a new web site, ASP.NET web service and left everything as is. Here are the steps to reproduce: 1) In Visual Studio ...Show All
YU_MSVB ODBC drivers in 64-bit.
I tried to port some code to 64-bit that uses ODBC to connect to the DBase driver but get the message "Data Source not found.". It appears that this driver went away in 64-bit as part of JET (Can anyone confirm this ). Anybody know if there are plans to provide a replacement or if there are any 3rd parties vendors currently providing a 64-bit driver for DBase What about ADO/ADO.NET providers Thanks! ...Show All
case123 uploading images onto an SQL database through ASP page
Laptop Spec: XP Pro Programming languages: ASP.NET, C#, SQL Server sorry again for consecutive posts, I'm new to all of this. I am trying to create an aspx page with a user interface that will allow me to insert an mp3 file onto my database. The code I have currently is: ------------------------------------------------------------------------------------------------------------------------------------------------- ...Show All
Kyle Miller Naming convention for partial class filenames?
I cannot find the naming conventions for the partial class filenames in the Guidelines for Names in Msdn2. For now, I am planning to use: Foo.cs for the "main" part of the Foo class (typically a hand written file that defines the inheritance if any). Foo.Bar.cs for the "Bar" part of Foo class (typically Bar = NameOfTheCodeGeneratingTool if there is no ambiguity). What would you suggest Joannes The guidel ...Show All
mluckham WebClient.OpenWrite()
hi, i'm learning network programming i use my localhost to do this, i got exception "(401) unauthorized ", is this a problem in my code or IIS , i had changed the access permission for this folder "ecommerce" to read and write but i still get this exceptin. is there any suggestion to avoid this here its my code private void WriteToServer_Click( object sender, EventArgs e) { try { //new client WebClient client ...Show All
DutchCoder Cryptography custom sink
Hello! For my thesis i would like to contruct a custom sink wich encryptes my data. I tried with tcp, binary formatter and Rijndael as crypto algorithm.. but it doesn’t work. Here ist my encrypting code: public Stream Encrypt(Stream source) { try { RijndaelManaged myRijndael = new RijndaelManaged(); byte [] toEncrypt = ne ...Show All
dragonfireking How to delete columns in Datagrid
Hi i am doing project in vb.net. I have placed data in datagrid with the use of DataGridtextcolumn. I don't know how to place datagridboolcolumn in datagrid. I need to place datagridboolcolumn for all the rows in the Datagrid. if i click the checkbox of datagridboolcolumn the concern row should be delete. I need this. if any one know this, kindly help me.I hope for ur helping. Thanks ahead. Regards S.P.Maheswaran mail to mah ...Show All
Inbar M How to encrypt a SOAP response
Hi, I wonder how we can encrypt the response using WSE2.0. Thanks, Justin Aaron Skonnard's MSDN Mag article gives you a good overview of using WS-Security in WSE 2.0 to encrypt your SOAP messages. http://msdn.microsoft.com/msdnmag/issues/04/10/ServiceStation/ Hi Justin, This will help you. http://www.theserverside.net/articles/showarticle.tss id=InteropWSE thanks, kedar ...Show All
Shafa Problem with Data access from different Forms in a multiple Forms project
Hi peers, can anyone help me with the problem with the problem that i am encountering and which is related to exchange of or retrieving data from different forms within one project. I am building a three-tier (data, business object, and user interface)Windows App with three child Forms embedded into the MDI Parent form. The three Forms are related to three distinct trading data inputs, whilst the Form1 performs calculations us ...Show All
FLIPKE Failed to access IIS metabase, VS2005 RC
I am developing a webservice in Visual Studio RC. I have just got a new pc and my problem is that I am not able to access this webservice. I have created a virtual directory in IIS, but if I try to browse there, I get a "Failed to acces IIS metabase" error message. Does anybody know how I can resolve this problem Yovav wrote: So annoying... I was trying to fix this on a Windows 2000, I think the Microsoft article did not do ...Show All
Daniel Marley Can 1.1 and 2.0 framework coexist on the same box?
I'm trying to get my legacy asp.net (1.1/C#) apps to play nice with future 2.0 development. I can get either the 1.1 stuff to run or the 2.0, but not at the same time. If the 1.1 apps are working the 2.0 work returns errors that tell me that the frameworks are trying to use the same process and that this can't work. If the 2.0 app works then the 1.1 error out. I suspect that this is an IIS configuration issue, but being weak in iis I can ...Show All
Yuri Kuleshov Communication Application server
Hi all, I need to develope a communication layer between a windows application and industry field device. The windows application will read and write values from the device. I want to ask how to develope an application server of the layer that servise the windows application. The windows application will be the client and the server read and write the values. Please help. Best regards... Tha ...Show All
GavH Trouble betweeen xp32 and xp64 within the same vs 2003 app
Hi there, We have an app here we are developing, using vs 2003 visual basic and asp.net. For the past months, we only used vs 2003 pro under xp32 machines. Recently, 2 new atlhon 64 machines, running xp64 joined the developing team, using too vs 2003 pro. For some kind of strange reason, i dont know if its possible, but it seen that the code that was handled on Xp 64 machines and returned to xp32 machines stopped to work correctly. F ...Show All
H3 Default value in dropdown list
I am looking to programatically add a value to a dropdown list that is populated using a DataReader and to position the cursor to the top value in the list. I can do this when working with a DataSet, but want to use a reader. Any suggestions on how to proceed DWC Thank you for the help. I understand about the binding. DWC While DataReader . Read Me . ComboBox1 . Items . Add ( DataReader ("FieldName"). ToStri ...Show All
allan k lindgren Problem with displaying dates
Hi ! I am new to VB .NET. I bound a textbox with a datetime type column of my sql server 2000 database. when I run the application the text box shows the date but it also adds time to the text box. I want to display the date only. Please help me. SHISHIR WAHI wrote: Thanks for reply, but as I told u I am new to VB .NET so please describe ur reply through an example so that i can understand it. Thanks. considerin ...Show All
