Glj12's Q&A profile
Visual Basic ASP.Net Problem ! PLEASE PLEASE HELP
Hi , i have installed IIS server for ASP.net, i have created a new ASP.net project and put some controls in it but it generetes an error that it can't use this server and i should run setup of windows components. What should i do Please Help i need it i shall be thankful to you. Regards, Adee Did you install IIS AFTER .NET If so, you need to run aspnet_regiis, with the -i flag. It's in <windows>/microsoft.net/Framework/<vers ...Show All
.NET Development Failed to load viewstate
Hello: Ive got a UserControl (data Entry form). Within it ive got HTML Tables all of which have questions . I want to bring the questions that were missed up on top of the html table. Alls working fine if its an .aspx. The code to do the row manipulation is fione,But i get the above error message (in the subject) when its in a control .ascx which is being loaded in a page. Pls advise how to tackle this situation. Thank you Is your user c ...Show All
Game Technologies: DirectX, XNA, XACT, etc. A problem of the Sample "ProgressiveMesh " in DirectX SDK
When I use the sample "ProgressiveMesh", I find when the num of a model's faces is beyond 65535, the sample will fail, return D3DERR_INVALIDCALL. Then I find it's because ID3DXPMesh::ClonePMesh fails, but when I specify D3DXMESH_32BIT for the progressive mesh when calling ID3DXPMesh::ClonePMesh, ID3DXPMesh::TrimByVertices fails. The corresponding code is as follows, where pPMesh is the progressive mesh generated by D3DXGeneratePMesh ...Show All
Windows Forms How to setup ArrayList properties
When I set up the property of a user component, I use -> public ArrayList Source { get {return rsource;} set {rsource = value;} } But the source has two properties - Name and ID. How can I set this up such that the Source property&nbs ...Show All
SQL Server Basically, you simply call a method, pass in the SubscriptionID, and RS will do whate Create SSRS 2005 snapshot programically
I have a VB.NET console application. The requirement is to create a summary report of records processed from an incoming txt that I split up into several txts after the process is done. During my process, I insert each row into tables so I can perform reporting on this information easily. The issue is, how can I essentially "save" there report into a specific directory after the module is done running I want to use SSRS 2005 which i ...Show All
.NET Development R:Base - is there any place for .NET in it?
Hi, a few days ago I have had an interview with local company who is looking for a developer. It appeared that they are R:Base shop. Who knows, is there any place for .NET in R:Base Or this is just a closed environment Is it dead end in a career Any info will be greatly appreciated. Thanks. Victor Thanks. I have been there, didn't find anything. Trying to get info from somebody who has some experience or any kn ...Show All
SQL Server how to get driopdown for year
how can i display the dropdown for year values in sql reporting i want to accept the value for year as parameter & also want user to select the value from dropdown that will display only the year values. What product are you using Can you give more details about your situation. Edward. -- This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All
.NET Development Run .net application, another user
Hi you all, When for example a .net application runs, it runs as the network service, what I would like to know is, if in some way I can choose to run the application using other credential, and also using the machine user credential. I would be very much appretiated if someone could help me in this matter. Many Thanks, Marco Encarnacao I don’t know weather I am explain the things right, but let ...Show All
Visual Studio Express Editions MyMovieCollection Starter Kit
Gday All, I just downloaded the amazon enabled version of this starter kit and been looking over it but when i run it all is fine including the search online function but wen i try to add the highlighted result to my collection i get the follow prompt 'There was a problem adding this to the DVD collection' and in the debug window i get this. I'm rather new to VB and .net so any help would be great. " ID column is changing to proposed value 3 ...Show All
Visual C# Totally messed up IDE
This is truly unacceptable. Besides the problem in the OTHER thread regrading the IDE and C++, the IDE cannot COMPILE nor RUN any C# applications. This is unacceptable! What the hell is wrong with this product My system is clean - I have not installed Visual Studio on this machine before (I've installed on another machine, previous, though). Eretria-chan: Can you provide any more details to help us diagnose ...Show All
Smart Device Development What is the event in the Form when theForm.Show() gets Called?
hi, guys I have a tab control in my pda c# form. And there are three pages. What I did is, I put a panel in each tab, and then will put a other Form to that panel later in the code. In this way, I can keep the code separately in different three Forms. The question I have is, when we switch in these three tabs, I call the corresponding Form's Show(), in that Form, what is the event to tell right now, the form is being shown Coz everytime, when us ...Show All
Windows Forms Custom Data Provider
Hi I am trying to find information about developing a custom dataprovider for a product that we supply. We would like to make the proprietry data structures within the product available for reporting upon using report generators, or connecting to using a database, Excel etc. We aould want the data connection to emulate a database, I have looked at some msdn custom data adapter code and have been able to get that to work by filling a ...Show All
SQL Server Build a report snapshot from SSIS
Hello, On my current project we would like to create Report snapshots from SSIS. I'm fairly sure we can do this by calling the RS web service using the SSIS Web Service Task - but I don't know what method I should be calling nor what the URL may be for the service. Can anyone help Thanks Jamie If you are creating history snapshots, you want the soap method CreateReportHistorySnapshot. For execution snapshots, us ...Show All
Visual Studio Team System Errors details - Load testing using Unit test
Hi, i am testing one winform application. i have written unit test and i am calling this unit test in my load test to test the web services. i am getting the following errors pls let me know how to correct these errors. Error 1 00:04:37 <none> <none> <none> <none> Exception LoadTestCounterCategoryTimeoutException Timed out trying to read performanc ...Show All
Visual Studio VS2005 team system: SQL Server 2005 Express Edition install return code 28062
On my current machine I installed and also uninstalled the following releases: VS2005 beta2 VS2005 RTM(from PDC) I am now installing the MSDN VS2005 team system and it fails on the SQL Server Express edition as shown in the following log snippet. If someone could give me a workaround to this problem, or guidance, I would appreciate it. From the installation log: [12/07/05,09:38:33] Microsoft SQL Server 2005 Express Edition x86: CreatePro ...Show All
