Jesper Arent DK's Q&A profile
SQL Server Forcing Reporting Services to update with new query?
Take a look and see how long the old version of the report is cached for. Andrew Watt MVP - InfoPath wrote in message news:cf32036e-8c31-4697-b1aa-a45e1bf9089c@discussions.microsoft.com... >I had a minor error in my query that i corrected, but RS for some reason > is still using the 'old' query rather than the new 1. > > I have redeployed the report, rebooted the machine and restarted IIS, > but to no avail, it is still using the ...Show All
Visual C# How to change the color of the app's title bar?
Hello, How do I change the color of the app's title bar (where you have the Close, Minimize and Maximize buttons) in C# Mateusz I believe that only if you run the application in Classic Window mode, can you even attempt to change the color of your form title bar. I dont have the time right now, but I dont really think that there is a method or class to do this in .net, i could be mistaken t ...Show All
Visual C++ declare/initialize int?
Hello, I wish to have an integer inumber to use as the index in myArray[inumber] How do I declare/initialize this value Also can I have something similar to the C# code of private string[] results; results = new string[myArray.Length]; Thanks Geoff Jonathan, I got there just before your message - largely by trying anything I could think of! Thanks Geoff ...Show All
Windows Forms TaskVision server 1.1 install fails on Windows Server 2003 Enterprise
After RTFMing the TV Server install doc at http://microsoft.com/downloads/details.aspx FamilyId=53C3B52C-0544-4A03-A79B-ECE6D500B8A7&displaylang=en and making sure that everything is as prescribed there (at least I think so) I'm still getting the error "The parameter is incorrect." in&nb ...Show All
Visual Studio Express Editions Application goes blanc
Hi when I'm using the graphics system to draw out points on my form in a loop ( finite) , the application sometimes goes blanc. It also doesn't update some labels even when these are in a different function. Anyone had the same problem I use this sub as a delay Sub Delay() Lvoltooid.Text = CStr ((i / 100000) * 100) & "% is voltooid" PgbVoltooid.Value = PgbVoltooid.Value + 1 System.Threading.Thread.Sleep(TBTijd.Value) ...Show All
Visual Studio Express Editions MenuStrip Images...
Hello, I to am trying to find the icons that make up the menustrip but am having no such luck locating this directory and zip file. I can't find: C:\program files\Microsoft Visual Studio 8\Common7\VS2005ImageLibrary\ on my computer Any additional help would be greatly appreciated. I am planning on making a menustrip using visual c++ 2005 express edition. Thanks, Joe I took the above recommendation from a prior posting... "....If ...Show All
.NET Development Return a Datatable using .NET2.0 Webservice
How can i use .NET2.0 to return a datatable. Any pointers to code can help. When you reference a WebService returning a datatable, VS creates a Reference.map and creating a “ GenericObjectDataSource ” . I know well that my “getMyDataTable()” web method is a datatable, why does VS create this custom generic data object that I cannot convert or cast to a DataTable The DataType name that is created is called getMyDataTableRespons ...Show All
Windows Live Developer Forums Does Anyone want to work together?
I need someone with msn messenger who I can chat with to test my applications. I will be happy to give you feedback on your applications in exchange. It is either that, or buy a second computer for my office. Much better to be sociable. Chris Ofcourse, i can help aswell frenor@broadpark.no ...Show All
Visual Basic About RTC API example.
Hi. This is my question: Could I use the example for the RTC API (VB), for playing a file (wav, for example) during a PC-PC call How can I do it Thanks! Hi, Do you mean VB6 or vb.net Thank you, Bhanu. ...Show All
.NET Development Creating a Web Service
According to several examples on how to create a web service using WSE 2.0 when you enable WSE 2.0 for a project by selecting the two checkboxes on the General Tab references are automatically added to your project and in the Reference.cs (or Reference.vb) file of the project you will see two instances of the Service class created. Example: MyService and MyServiceWSE In my projects the references are being added to the project ...Show All
Visual Studio Team System Problem to connect to AD while doing automated tests
Hello All, I have a very strange behavior while running the tests on my development machines and on the production server. I have posted this thread in the CLR part but you may already have encountered this problem while doing tests. Thanks to have a look ! http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=391203&SiteID=1 Jarod A new element : so I have created a brand new virtual machine with "Team Suite Tr ...Show All
SQL Server Database create error due to folder access right.
I have an application which will create a SQL database(using CREATE DATABASE) and the database files are supposed to be placed in c:\program files\myApp\data\myDatabase.mdf However, when I try to do so, I get the following error: System.ApplicationException: System.Data.SqlClient.SqlException: CREATE DATABASE failed. Some file names listed could not be created. Check related errors.CREATE FILE encountered operating system error 5(Access Den ...Show All
Windows Forms Dynamically loading MDIchild forms at runtime
Hi all, I would like to create an application where i can easily add / update components (e.g. inventory component, customers component) to the application without modifying the main project. I tried to design the architecture based on a MDI-application where I define the components in MDIchilds. The MDI-parent is then the main project. Each MDI-child has to be registered in a database and subsequently based on a user's credentials, this MDI ...Show All
Windows Forms removing inherited properties
I have a control that inherits from control, so it has a dock property. I want to remove this property or make it readonly so that it always docks to the top left of a form like a main menu. I've played around with the&nbs ...Show All
.NET Development DataSet object expression
Hi all, Any one could help me a way of incorporating additional function (eg Log) in the DataSet expression. Thanks, Khan. Hi Khan, Currently dataset expressions do not support complex mathematical operators. We will consider this for the next release. Thanks very much for bringing this up. If you have any further ADO.NET related questions, you can post to ".NET Framework Data Access a ...Show All
