Wolex's Q&A profile
SQL Server Reporting services website
Hi all, Quick Question- Is it possible to have two websites on the same report server for reporting services Example: I have one website, lets say for internal reports (employee time, job info etc.) and another one for customer info (how a customer product is coming along, how many product support cases we have out there). http://cmbsssmsrs/personaltime/reports and http://cmbsssmsrs/vantive/reports I hope someone can help or point me in the righ ...Show All
Visual Studio Registering Event-Handlers in IDTExtensibility2.OnStartupComplete does not work!
Hi! I am writing an VS addin which tracks all code changes. Therefore I subscribed the event "TextEditorEvents.LineChanged" in the method "OnStartupComplete". My addin is configured to load at the VS startup. After a solution with a C# project is loaded and a file is changed no line changed event is fired. I verified with the debugger that the "OnStartupComplete" method was executed and that my event handler was registered. I can reproduce the ...Show All
.NET Development PLease Help me in Updating My DataBase .....!
Can Any ONe OF You Please Tell Me Why My DATA BASE is not able to save the records which i add through my application .I can have new records added only still my apllication runs .Once i close and start i lose my new records . I give code here :(1 table called folder with 2 columns folderID increments automatically and FolderName takes from user for new records ) using System; using System.Collections.Generic; ...Show All
SQL Server Changing login permissions
I am trying to set up a secure system and would like some advice on how to do it as it is a bit tricky. The underlying security is Windows Authentication but I need to set various permission levels in the application. What I want to do is to allow users read-only access to a users table. Once they are validated and their permission level is determined, then I want them to be assigned to the role that is set for their permission level. I hav ...Show All
Windows Forms ZOrder of dropped control incorrect?
I'm using VS 2005 Beta 2, and I've built a usercontrol that consists of 2 other user controls as the 'default base'. The problem is when a user drops a control in my container control, it goes BEHIND the background image control! I can manually correct this by doing a "Bring to Front" to the newly placed control, but I need it to automatically be on top, and not allow the user to move it behind the main graphic control. Any ideas or ...Show All
Visual Basic Visual Basic.net, I need help, data source and dataset updating using a data grid with a standard .exe
I am new to vb.net. can someone please tell me how I can update a data set with changes I make to a dataGrid. or if I need to code each individual change. I am writing a standard windows application. and I need to change the MS Access database using my program. I have been able to read it fine... it is just the writing that is the problem. the MSDN help on the subject has sent me in circles. and I just w ...Show All
Visual Studio Express Editions API calls
hi guyz, i have been learning calling api functions from dll's recently, but i get problems because i have to write the whole function statement alongwith appropriate arguements. i want to ask if intellisense works with dll calls also. like it works with other namespaces.. if u guyz can tell any links or helpful sites it would be great.. ashish it really worked out.. thanx daniel.. ashish ...Show All
Visual FoxPro Zip Folder
Dear Experts, How I zip the folder using FoxPro Thanks a lots. Dear Expert, Can I know are you have any example to run the zip libraries That all need to pay the money... Can I know have any free libraries file Thanks a lots. ...Show All
Visual Studio Team System Project 2003 Integration Problem
I have a problem with the integration with Project 2003. 1) I created a project using the Agile method. This by default contains a number of tasks. 2) Using Project, I connected to the server and imported the tasks. All tasks were shown as having the same start date. 3) All tasks were assigned to resources and levelling was performed. This moved the tasks to the right so that any one resource only had one task assignement at any one time. 4) I ...Show All
Windows Forms Focus
Create a new form and add a button... then add a Textbox. The tab order for the button should be 0 and the textbox should be 1. Then in the Form.OnLoad event add the following code: Textbox1.Focus() and run the project... The textbox do ...Show All
Visual Basic Making a program perform tray icon + com tasks in background without service
I am interested in porting my KeyStater ( http://keystater.berlios.de ) program to .NET (Originaly written in VB4). The main problem I will be getting is not getting the COM object to work but rather making the programs tray icon update even if the program is not in the foreground. The only viable way I could think about doing this is to make the program a service however VB.NET Express doesn't support making a service and since I am writing the ...Show All
Windows Forms update dataset row by row i want efficient code
i want to update the dataset row by row not all the table i write da.update(ds.tables(0).rows(i) and each time the i changed in a loop from the bindingsource it didn't update the dataset and don't give any errors!!!!! can any one help me in this thanks., I haven' t understood your question fully but well, It's not always more efficient to update row by row as you might think. It would actually take more time to update ...Show All
Visual C++ C++ CLI and Assembly signing
Hi, we are using a pfx file for signing our c# assemblies. Now we have also some C++/CLI (managed c++) assemblies. When I try to sign the assembly with our pfx file with the /keyfile linker switch - I get the following error: Error 1 fatal error LNK1256: ALINK operation failed (80090007) : Ungultige Anbieterversion TestDll when I use a snk file instead - everthing is ok. With our C# p ...Show All
SQL Server Meta Data Services SQL 2000 "msdb database could not be opened"
Hello anyone / everyone, If you are having trouble accessing Meta Data Services on W2k3 and SQL 2000 and get the error that the "msdb database could not be opened" I found that hot fix 912812 on the operating system is the culprit. Remove it and Meta Data goes back to working, although I am being asked to approve the ActiveX control every time the page refreshes. Hope this helps somebody, to took me long enough to track it do ...Show All
Smart Device Development File transfer between pda and desktop server.
hi, guys We are going to use .net CF to develop a product on PDA, and we need to transfer some data between PDA and our sync server. On PDA, we are going to use SQL CE, and there is a SQL Server 2000 on our sync server. We need to exchange some data including the data in SQL CE and some data files, like images taken by users. We are trying to find our a good solution for that. For the data in SQL CE, I think we can just use RDA. We don't have ...Show All
