dukesta3's Q&A profile
SQL Server Problems of access to cube Olap Sql2005 from Excel 2003
Friends I have created a cube in my PC of development in SQL2005(Analysis Services) the access by means of the BI and I do not have problems, when I make the connection from excel I arrive to forming my connection using "Ole DB for Provider Analysis Services 9,0" profit to see my cube I give to accept and when I take the final step to show the data in the leaf of I calculate throws an error to me saying "Failure of Boot of the Ori ...Show All
Visual Studio Team System Load test for pre defined Number of Iterations
Is it possible to configure a load test to perform a particular number of iterations ACT used to have this functionality but I can't seem to see it in the load test configuration wizard. While not a load test solution, I thought one could use the "Number of run iterations" setting under the "Web Test" portion of the .testrunconfig files to manage the number of times a t ...Show All
Visual Studio SQL Server 2000 Reporting Services controls in Visual Studio 2005
Hi I am trying to work with visual studio 2005, but with SQL Server 2000 and Reporting Services on SQL Server 2000. However, I can't seem to find out how to install the reporting wizards into VS2005. I don't want to have to use VS2003 because I like using the .NET 2.0 stuff, which is great. Any help would be greatly appreciated Thanks Darrell VS2005 does not come with the Reporting Services ...Show All
.NET Development Data for tables
I need to make an input table for a windows application. First column needs to describe a part, and should be read only. 3 more columns are needed for X, Y, and Z coordinates that describe the position of the particular part. I need to be able to both save the data and open it from a file. XML I don't want the datafiles to be read by any other program, but all I can find is stuff about XMLs and databases, I need none of this. Also the table and ...Show All
.NET Development Using VB with the Common Language Runtime profilling API
I want to implement a profiler dll for Rotor using Visual Basic 6.0 dll. I am planning to simply implement ICorProfilerCallback and register the GUID of that class with Rotor. Can anybody think of a reason why this approach would not work Does anybody know where I can find a typelib (.tlb file) for the Profiling API COM interfaces --------------------------------- <angry comment>In a moment of hubris, somebody moved my previous ...Show All
Smart Device Development c# to develope pocketPC/SmartPhone apps?
Hi, I am going to develop an application which uses a lot of communication with a PDA's internal GSM/GPRS modem, but also with external units via an extension slot. Now I have heard that the .NET CF is not ultimate for this kind of work, but that Suns J2ME should be used. I have gotten the impression that communication with ports in for example C# is not very well developed. Anyone know where I can find more info on this subject, or h ...Show All
Visual Basic Most elegant way to check if a network connection is available
Hi, I'm looking for the most elegant way to check if a connection is available to an ftp site. For example, I would lie to check the status of the connection before running a routine. Regards HerbiNZ I want to Continues Ping a Host My system has 2 Network card When i use the If My.Computer.Network.IsAvailable Then if my.computer.network.ping("your.ftp.server") then ...Show All
SQL Server Debugging acting weird
Hi! I have VS2005 RC1 and SQL Server 2005 September CTP installed on the same machine. I'm writing some pretty simple C# stored procedures and I'd like to be able to debug them with with the VS2005 IDE. However, something's not working. When I set a breakpoint and I run the code (F5), it turns white with a red border informing me that "the breakpoint will not currently be hit. No symbols have been loaded for this document". ...Show All
Visual Studio Tools for Office Printing a Word ServerDocument?
I need to print a Word document at the server. I create a ServerDocument object based on a template and edit the cached data, which all works very nicely. My problem is that can't see how to print this document at the server. How would I do this TIA Roland Kamsika Hmm, the idea behind the ServerDocument thing is that you can do it without running Word on the server. For printing the document at ...Show All
Visual C# Moving a shape with mouse
i 'm new in C# but i have an old hope to make a program using shapes and figures and moving them with mouse. my problem is : is there a way to restor previous image or background after moving the figure, like a CAD software does !! Thanks X 10000. Howdy, This depends on the scenario you are in, but everything is possible. You need to override the OnPaintBackground method of your form or control and set comment out the base update st ...Show All
Windows Forms Filelist in listbox - How to open in default editor (for any extension type)
Hi, I was wondering if someone could point me in the right direction for opening a file in it's "default" editor when double clicked in a listbox. I know how to catch the event, but not sure how to know which application to launch. How can I determine (at runtime) which files are associated with which file extensions I know this is probably stored in the registry, but I have yet to do this Thanks for any suggestions. ...Show All
Visual C# Memory leak
Hello Guys, Recently, i had used a tools to detect memory leak for .net And, it's said that i had a memory leak on exiting program. The leak is mainly on hpz2ku10.dll and hpzpm310.dll but on different line/offset. My question : How to avoid this memory leak since i don't know which code causing this leak. also, it's said that the total bytes leak is 75.104 bytes (75Kb), is this leak bad Thanks guys for the answers. ...Show All
Windows Forms Difference between .exe and .dll security resctrictions?
I've wrote a visual component (dll) and embedded it in the html page. I just can't run it without Security Exception (it tries to connect to MSSQL using SqlClient ADO.NET objects). I have 1) strongnamed a dll 2) added AllowPartiallyTrustedCallers attribute ...Show All
Windows Forms mc++ icon/resource trouble
Hi, I am writing a program in MC++ and am having a problem getting my main form's Icon to display properly... My application is crashing, based on the following process: 1 - I made a custom icon for the form (myIcon.ico) 2 - Right Click on the form (in the [design]), click "Properties", then click the "..." button of the "Window Style"->Icon field... 3 - choose "myIcon.ico" from the file chooser 4 - VS .NET then produces the following relevan ...Show All
Visual J# Simple Echo Server
I am using Visual J# 2005 Express Beta 2 to create a simple echo server. I have created the form and design and able am able to launch the program. I have created a RichTextbox to display the connections and 'echo's. The problem is when after starting the echo server by clicking on a button, the program stops responding. But the echo server is running in the background because I am able to connect to the echo server (localhos ...Show All
