mbaluyos's Q&A profile
.NET Development Webservice: "The ASP.NET process identity does not have read permissions to the global assembly cache."
I'm uncertain what the best forum is for this - I also posted this in the ASP forum. I am developing a distributed application with a client-side java calling a webservice serving a static binary database. The application works well with the VS2005 Development server on XP Pro SP2. However when I publish it to an IIS v5 environment, it fails with these errors. 3.) .aspnet_wp.exe (PID: 3988) stopped unexpectedly 2.) Failed to execute the request because the ASP.NET process identity does not have read permissions to the global assembly cache. Error: 0x80131902 1.) Failed to initialize the AppDoma ...Show All
Visual FoxPro Need solution for complex query
Hello, I am having trouble in getting the expected results. I have two tables as below. I need Idno,transdt,cd,cycdt,amt from joining two tables. The criteria is that if the transdt greater than same month of cycdt then we need get the next month cycdt and corresponding amount for that, if it is less than or equal to same months cycdt then get the same months cycdt and amt. Cd is dummy field which can be anything. I am using foxpro 6.0 idno,trandt,cd 12345,04/15/2005,cd1 12345,04/15/2005,cd2 12345,04/22/2005,cd3 12345,07/03/2005,cd4 12345,09/10/2005,cd5 3421,03/05/2005,cd6 3421,05/06/2005,cd7 3421,07/04/2005,cd8 3421,07/15/2005,cd9 34 ...Show All
Visual Studio Team System requirements management
hi, I'm trying to determine how VS 2005 handles Requirements Management. I've read that VS provides a means for managing requirement traceability, and will produce a REquirements Traceability matrix. Has anyone used this functionality in VS 2005 I've used Requisite Pro in the past and have been very happy with it, if anyone can compare VS 2005 to Req Pro in terms of Requirements Management, that would be great! thanks, Ryan As far as it has been explained to me, there is no 'out of the box' requirements solution. There are 3rd party tools that are working on integration with VSTS, Ca ...Show All
Software Development for Windows Vista Workflow & Business Logic and Data Access Layer Best Practices
I am currently developing an purchasing application that has an assembly exposing its data access layer. Objects in the data access layer implement standard C.R.U.D functionality via ORM. The objects also exposes datasets. 1. Can anyone tell me how best to implement WWF and DAL interaction. Do I need to create custom activities such as GetOrders, CreateOrders etc. (exactly what's exposed in the DAL already) 2. Do I create 4 custom activites, one for each CRUD function, and pass a BusinessObject or Dataset back and forth to the Workflow. Any information on what are the best practices here are very welcome. Thanks, Martin I guess it's ...Show All
Windows Forms Dataset or something - puilling each value out
I have a question. I have some data that I am pulling into a dataset that needs to have each row of data emailed out. I got the email funciton working great but its extracting that data that is becoming the problem. I assume it would be in a loop, and to do that I am guessing something like this: for each item in datase ...Show All
SQL Server OLE DB or ODBC error: Login failed for user 'NT AUTHORITY\LOCAL SERVICE'
Hi, I need help with a problem: When trying to process a analysis services project, I receive the following error message - OLE DB error: OLE DB or ODBC error: Login failed for user 'NT AUTHORITY\LOCAL SERVICE'.; 28000; Cannot open database "DocumentDB" requested by the login. The login failed.; 42000. I am using the service account for impersonation for the datasource. One suggestion I received from the data-access forum was to grant privileges to the local service for the database. I am not clear about the procedure to do that. Can someone please guide me through this I am posting this question in this f ...Show All
Windows Forms Linked Scrolling of 2 TextBoxes
I have 2 TextBoxes with content of the same height. How do you link the scrolling so that scrolling one also scrolls the other Best example use of this would the diff comparison feature of SourceSafe. Thank you very much...i was trying to solve the same issue here. ...Show All
Visual Studio Express Editions linking a timer and progress bar
hi i was wandering is it possible to link a timer with a progress bar thanks for your help Which Timer class are you using If it's the System.Windows.Forms.Timer, it has a .Tick event. You can put code there to update the progress bar. Mike ...Show All
SQL Server Integration Services
Hi all, Can someone explain to me why I am getting this kind of error though I am able to integrate all the data succeesfully to the next destination. I am trying to get the Prescription table from Access to SQL SERVER 2005 database Ronald SSIS package "Prescription.dtsx" starting. Information: 0x4004300A at Data Flow Task, DTS.Pipeline: Validation phase is beginning. Information: 0x4004300A at Data Flow Task, DTS.Pipeline: Validation phase is beginning. Information: 0x40043006 at Data Flow Task, DTS.Pipeline: Prepare for Execute phase is beginning. Information: 0x40043007 at Data Flow Tas ...Show All
Visual C# Where is vsvars32.bat ?
Hi, I have installed VC# express 2005 final on 2 computers. On one, I can find vsvars32.bat in the Common7\Tools folder. This folder also contains a lot of other things. On the second machine the same folder Tools only contains a subfolder VDT. There is no vsvars32.bat and all the other stuff. I tried to repair/uninstall/reinstall but still the same. Thank you for your help Nicolas Not really, no. I haven't used VC# Express but the various beta and final versions of Visual Studio 2005 that I had installed always properly created their Common7\Tools directory tree with a vsvars32.bat file inside. What you re ...Show All
Visual Studio MSDN Library - Empty Content Pane
Problem: Msdn library document explorer opens but the content pane is empty or the content pane don’t display anyting about VS 2005 documentation (other topics such SQL Server 2005 are displaied) if opened from within VS 2005. Context: I have installed MSDN Library for VS 2005 on a Network share in wich System and Me have Full Control permissions. Tanks for any help Jony Hi Jony, You will have to install MSDN library for VS 2005 on a local machine to work. "Run from source" feature is not supported in MSDN library for Visual Studio 2005. Please install MSDN library for VS 2005 on your ...Show All
Game Technologies: DirectX, XNA, XACT, etc. 2D Direct3D Sprite Rotation (such a basic problem :( )
Sup, ( sorry in advance for the poor written quality and the dumb n00bish question, I'm at work and not supposed to be onthe internet. There's a lot of quick alt-tabbing going down when the boss is about!! Gotta be quick) Right, I'm getting well annoyed with this; I have found various sites on the internet that describe how to succesfully use sprites in Managed D3D (and c#) and perform transforms on them... I just can't seem to get it to work. Does anyone know of a simple bit of code (not pseudo) that creates a sprite class, rotates it and then places it at coords x,y on the screen I keep getting wierd results and would be ...Show All
SQL Server New Query button -- always prompts for authentication
Every time I click the "New Query" button, or drag a file into the editor, the system prompts me for authentication. This time and time again leads to executing commands on the wrong database, and the only workaround is basically to accept the necessity to hit the enter key when prompted for auth, and to always double-check which database you're about to execute your query against. If the user account you are authenticating as has access to multiple databases, then you always have to change the database after creating a new window. I am sure I'm not the only one very frustrated with this tool. Has anyone found a real workaround ...Show All
SQL Server Page breaks after subreports
I have a main report with several sub reports. The short sub reports in the details section of the main report display properly. I have 4 wide subreports in the footer of the 2nd grouping. These look great when I do the regular preview, but when I switch to page layout or export to pdf, these reports have a page break after each that has data. I have no page breaks set in the report at all. I've looked at the other threads on pagination and page breaks but nothing solved my current problem. The closest one is related to the widths, but I've verified my widths are within the limits. Any suggestions Thanks! Sarah Widths Main re ...Show All
Visual Studio Express Editions Convert a VS.net 2005 csproj file so VS.net 2002 recognizes it?
I found a way to do this from VS 2003 to VS 2002; see below..... 1. Modify the Solution Files Change the first line of the solution files from Microsoft Visual Studio Solution File, Format Version 8.00 to Microsoft Visual Studio Solution File, Format Version 7.00 2. Modify the Project Files VS2003 has this format <VisualStudioProject> <CSHARP ProjectType = "Local" ProductVersion = "7.10.3707" SchemaVersion = "2.0" &nbs ...Show All
