kata.'s Q&A profile
.NET Development Web Services - can only be used by other ASP.NET apps?
Can web services made with VS 2005 and published to an IIS web server (with .NET 2.0) be used by web servers not running ASP code Rob. The reason I qualified the yes is that there are a few odd interop problems between .net and various different possible callers things like nullableDateTimes and arrays of complex objects can trip up certian callers. Most of them have work arounds though and with .net 2.0 a lot of these problems have gone away. As for SSL this is not a problem. Here is a good article about it: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetsec/html/SecNetHT14.asp Also, here is an example of how to interop with java (as an example of a possilbe non . ...Show All
SQL Server 404 Error On http://localhost/Reports/Pages/Folder.aspx
Setup: Sql Server 2000 Reporting service installed on separate IIS server on windows 2000 server Current issue is when going to the report manager we currently get the following error: The request failed with HTTP status 404: Not Found. I looked into the threads and check settings that said to check properties of the virtual directory and the coinfiguration and all is looking good. This was working without issue, and then it just stared to act up and not allow anyone to go to the manager. We can go to the //localhost/Reportserver and browse and get the reports to run, but the main report manager does not work. Home.aspx is there in the directory and it appears everything is go ...Show All
Visual C# Help me.....i have an array of integers......and want to..have four integer at one position in array
hi... plz help me .... i have an array of integer....... eg int [] array ="23,35,521,615" in the above array at every position an integer is stored.......as u see..... now i want another array......of integers....and want to have like this int[] array2[0] = "2335" ,,array[1] = "521615" means two integers at same position in an new array..... why don't you just create a new array and store it down like below: int[] array2=new int[array.length/2]; for (int a=0;a<array2.length;a++) array2 =Convert.toInt32(array[a*2].toString()+array[(a*2)+1].toString()); ...Show All
SQL Server SSRS can't log in using Management Studio
Hi, I have serious trouble trying to log in to SSRS using Management Studio. I have installed SSRS to existing named instance of SQL 2005 than I have configured it using Reporting Services Configuration tool. At this point some thing was not OK as initialization button is grayed out (although it indicates that initialization went OK). At this point everything seems to be OK the reporting site is available through web browser. Alas when I’m trying to log in into reporting services using Management Studio I get error “Unable to connect to remote server. No connection could be made because the target machine actively refused it (System)” I was trying different authentication methods and different configuration. I was trying to set up permi ...Show All
Windows Forms help needed in showing the pop-up window
hi, i like to show the pop-window in my application while the main window is minimized. If the main application window or dorm is in minimized state, how can i show the pop-up or child window ...Show All
Internet Explorer Development need help
hi.. when i was trying to open up my file in ie some strange text was in it and i could fix it so i tried to just put this in and open it up in ie: <html><head><title>mmm</title></head><body>1</body><html> and this text keeps coming up :S {\rtf1\ansi\ansicpg1252\deff0\deflang1053{\fonttbl{\f0\fswiss\fcharset0 Arial;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs20 1\par } anyknow know whats wrong :S i tried to open it up in internet explorer.. but i dled visual web developer 2005 express edition now and can open it up normal now lol ...Show All
SQL Server Reporting Service vs UDM
I am new to both technologies and would has been reading UDM on how to create a cube. My orginal intention is to create cubes for efficient retrieval of data which ends up in reports managment in an application. Can anyone elaborates on how the reporting service differs from UDM ( or what reporting services are )I thought they are mutually exclusive Thanks. Regards Alu UDM is actually the cube. You can design MDX/Cube-queries in Reporting Services and Report Builder. There is a graphical design tool in RS 2005. It also possible to query a data warehouse, data mart or OLTP-system with TSQL queries. Reporting Services is not limited to SQL Server for SQL-queries. It will also work with Oracle and DB2. The only OLAP-engine t ...Show All
Visual Studio Tools for Office How to use the Microsoft web spreadsheet componet in Visual C++
Is there someone can help me out I am new in VC++. I can get sample Code how to create an OLE application of Excel spreadsheet in VC++, but can not find out the sample code about how to use the ActiveX spreadsheet component in VC++ - the way how to read and write data to "Cells". Thanks. Hi This forum isnt really for VC++ programmers and is for Visual Studio Tools for Office. Automation in VC++ is complex if you are new, can you use C# VB.NET or C++ your only programming language. There are many samples on Search engines Google www.Live.com etc etc Regards ...Show All
SQL Server soft delete in table, why merge agent report hards delete on table ?
Hi seniors there are two tables involve in replication let say table1 and replicated table is also rep.table1. we are not deleting records physically in table1 so only a bit in table1 has true when u want to delete a record but the strange thing is that replication agaent report that this is hard delete operation on table1 so download and report hard delete operation and delete the record in replicated table which is very crucial. plz let me know where am i wrong and how i put it into right way. there is no triggers on published tables and noother trigger is created on published table. regards Ahmad Drshen I am a bit unsure what is happening in your scenario and what the expected functionality should be. I think you ...Show All
Visual C# Generics C# Matrix
I was about to design a Generics C# Matrix in this way: public class Matrix < T > { List < List < T >> _data; .... } Many issues made desirable in this case, constraint the type T to be a numeric base type. Let's say, int, long, byte, float, double... But I really couldn't find the legal way to add such a constraint. The question is precisely that: How do I constrain the generic type to a numeric base type You just have to think why you want to constrain the type parameter and see if the BCL has an interface for that. -- Paulo Morgado MCSD.NET - MVP .NET https://mvp.support.microsoft.com/de ...Show All
Visual FoxPro Error Installing VFP VS_SETUP.MSI
ReInstalling VFP9 en mi W2k3 Standard SP1 the error message: "The windows installer: z:\vs_setup.msi could not be opened. Setup will not continue. This is a default response to an error. If you see this please save log files and RAID a bug." What happend Thanks Answer by Sergey Berezniker in another forum: You can remove Visual FoxPro installation info using one of following utilites http://www.nirsoft.net/utils/myuninst.html http://wistinga.online.fr/safarp/ http://support.microsoft.com/default.aspx kbid=290301 After that you should be able to re-install VFP9. You may have to unistall and re-install it again just to be safe. Answer from the user - third ...Show All
SQL Server ASP Update Method not working after a MSDE to MSSQL 2005 Expess Update
The Folowing code is not working anymore. (500 error) Set objRS = strSQL1.Execute strSQL1 = "SELECT * FROM BannerRotor where BannerID=" & cstr(BannerID) objRS.Open strSQL1, objConn , 2 , 3 , adCmdText If not (objRS.BOF and objRS.EOF) Then objRS.Fields("Exposures").Value =objRS.Fields("Exposures").Value + 1 objRS.update End If objRS.Close The .execute Method works fine strSQL1 = "UPDATE BannerRotor SET Exposures=Exposures+1 WHERE BannerID=" & cstr(BannerID) objConn.Execute strSQL1 W2003 + IIS6.0 Pls advice Hi, do you get an error back Which one The normal update should work like in the old server. HTH, Jens K. Suessmeyer. -- ...Show All
Visual Studio Express Editions C# and file doc rtf
Goodmorning j'm new here and j don't speak very well english, excuse me. j don't know if c# can read inside file .doc and .rtf. very very thanks. you cant unfortunately. you would need to use the PIA's (com interop) for MS Word and read it through that and save it back to the document. I am not sure how to do this, since I have never done it but im sure there are plenty resources on your favourite search engine :-) ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Level Design, Animation, Artwork??
I know XNA is primarily focused on the coding aspect of things, and since i'm at work I can't play with it yet, but how friendly is it with other engines and modeling programs and things like that. Say I want to make a game where a guy kicks a soccer ball against a wall in an empty room. Could I design the guy in poser/maya/studiomax whatever and the "room" in a similar fashion and then use XNA to provide the control elements. I guess i'm just confused on how the actual level/character/artwork things happen in XNA since those are the things I enjoy doing most. thanks, rob Thats how it works with most games. The characters, objects, and levels are just simply 3D models. To do it with X ...Show All
Software Development for Windows Vista MS Office with vista rc1
I got windows vista rc1 (build 5600) that I downloaded freely from microsoft website.. now the question is: "What version of Office - and how can I get it - that works with this copy of windows " I downloaded Office Technical Refresh but it didn't work. It gave a message which didn't look like an error one, but after then nothing else happend, but anyway it didn't install the programs of office suite is there a beta release that is available in the present time and compatible I can't tell you how much I need to install the Office applications.. please help Hello Mr Shanks, and thanks for your intention to help me.. No, I did not download it from there, as I told you before I downloaded 'M ...Show All
