TheBlackShadow's Q&A profile
Visual Basic Accessing registry using VB2005
Hi, I want to search for the installed software via registry. I don't know what should be exact path where i can locate the installed software in registry or what will be the keys which will help me to search all the installed software on the specific system. Please help me out. Sorry, I thought you mentioned the explorer path like C:\... . This doesn 't contain all the applications on my pc. I have a lot of applications that are not mentioned on the AppPath but are mentioned in the Uninstall. NOTE: You will never be able to install that don't use an installer. Greetz, Geert Geert Verhoeven Consultant @ Ausy Belgium My Personal Blog ...Show All
SQL Server parameter boxes are empty
Hi, I am have a reporting server which connects to a analysis server which connects to a sql server and a db2 server. I am using windows integrated security all the time except for the DB2 connection. That is a fixed username/password. Reporting server (RS), analysis server (AS) and sql server are all on the same machine. I created a local group and added the correct users to it. I gave that group browse rights on the reports so that works correctly. I created a role in AS and added that group to that role. Gave all read rights to that role. I created a login for that group on the SQL server and gave that group db_datareader role. When I connect as an administrator every reports runs fine. When the test user connects t ...Show All
Visual Studio Team System HOW: Authoring a Web Test project on a site with a masked URL
Newbie question. How do I write/record a Web Test on a site that has an implementation of a masked URL I am recording on a QUAT environment in which I will also need to implement a Load Test project on so removing the mask is not an option at this environment. Masked URL = The full path of the pages are not exposed only a default page at all times. Example: http:\\somewhere.com\default.aspx Is this even possible If it is how Your help will be greatly appreciated...thanks. You're not going to be able to get client side scripts to run within your test. I guess I'm confused though. If the client side script ONLY validates your response and doesn't add anything to the session state, why can't yo ...Show All
SQL Server How do you hide items in the Report Explorer Web Part?
Does anyone know if it is possible to hide a report in the report explorer web part in sharepoint. I have a report that can't be run by itself. It can only be run when you click on a detail line from another report. Thanks. Yes that option hides items in the list view but not in the detail view. But it only does this in the report manager page. We are using the Report Explorer Web Part. Users run reports from a wss site not from the report manager page. ...Show All
.NET Development App.Path in .NET
this is what i have: Dim path As String path = System.IO.Path.GetDirectoryName(Reflection.Assembly.GetExecutingAssembly.GetName.CodeBase) WriteToINI("Audio", "Song", WMPfile, path) i get invalid cast exception - i dont know why, everthing is declared String path = System.IO.Path.GetDirectoryName(Reflection.Assembly.GetExecutingAssembly.GetName.CodeBase) Should be: path = System.IO.Path.GetDirectoryName(Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase) But why don't you use the following code I mean do you need the path to be a url string path = System.IO.Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location); And what is the method signature of WriteToIni ...Show All
SQL Server OLEDB Destination Error in SSIS Package not returning error column/desc
I have a SSIS package that reads data from a dump table, runs a custom script that takes date data and converts it to the correct format or nulls and formats amt fields to currency, then inserts it to a new table. The new table redirects insert errors. This process worked fine until about 3 weeks ago. I am processing just under 6 million rows, with 460,000 or so insert errors that did give error column and code. Now, I am getting 1.5 million errors. and nothing has changed, to my knowledge. I receive the following information. Error Code -1071607685 Error Column 0 Error Desc No status is available. The only thing I can find for the above error code is DTS_E_OLEDBDESTINATIONADAPTERSTATIC_UNAVAILABLE To add to the confus ...Show All
Visual Studio Team System TSD301: The multi-part identifier could not be bound
I have this error: Error 188 TSD301: The multi-part identifier ".BO.BOID" could not be bound. D:\Work\Database1\Database1\Schema Objects\Stored Procedures\dbo.RFB_OrganizationReportReceiver_Sel.proc.sql 30 1 Database1 in this code CREATE PROCEDURE RFB_OrganizationReportReceiver_Sel AS declare @ActorRoleReportReceiver int, @ActorRoleGCJS int, @ActorRoleDelegat int, @ActorRoleProvider int, @ActorRoleServiceSupplier int, @ActorRoleEIRC int, @ActorRoleDez int, @ActorRoleMilitaryOffice int, @ActorRoleOVD int, @ActorRolePassportOffice int set @ActorRoleReportReceiver = dbo._GetEnumID('ReportReceiver', 'ActorRole') set @ActorRoleGCJS = dbo._GetEnumID('GCJS', 'ActorRole') set @ActorRoleDelegat = dbo._GetEnumID('Delegat', 'ActorR ...Show All
Visual Studio Express Editions NET Framework and Windows MCE
Hi Does Windows MCE support .NET Framework 2.0 an can i so uninstall my Version 1.1 Thanks for reply Nathan You do not have to uninstall the 1.1 system as the run side by side with out any problems. You might also find that some programs that use the 1.1 framwork will no longer work if you uninstall, even if you do have the 2.0 framework installed. ...Show All
SQL Server Data Flow Task empty after check in
On my office PC I have a strange problem with Data Flow Tasks. When I check-in a package into Source Control (Team Foundation) I usually have some empty Data Flow Tasks in the packages...even if I haven't changed that Flow Task. This is really frustrating cause when running the package all goes well, but after a whil you notice that some tables are empty. Does anyone know what the problem is Same here. It happens to me periodically. I haven't yet bothered to take a look at the package XML to try and work out what the problem is. note to self - do that next time. I can't belive that it just removes components from the DFT. I find it easier to believe that it loses the binding between them. Point i ...Show All
SQL Server Running MDX with multiple levels in one hierarchy
When I run a mdx that selects multiple levels in one hierarchy in management studio, the resulting table shows all the members in one column for that hierarchy. Is it possible to break down the hierarchy into two columns One for each level Similar to how when you browse a cube, you can drag expand a level and have two columns I am trying to display a cellset as a html table but when multiple levels are selected, it's hard to see the level breakdowns. If you are generating the html table from code using an adomd cellset you should be able to access the row members level.ordinal property to figure out how far down the hierarchy the current member is. From there you could either put the members in differen ...Show All
Visual Studio Sharing Project Templates - relative paths
Hi, I'm having a problem with a custom template. In our repository we have a template directory and Visual Studio is then setup to search for user templates in that directory for each user. The problem is that the template uses code that may change all the time, so we have a reference to an external file that is located in, say: ..\..\Library\SharedFile.cs This works fine if we try to open the template-project as a normal project. But when it is converted to a template project and used to create a new project based on that project, Visual Studio decides that the current directory should not be that of the location of the UserTemplate1.zip file, but instead the location it decided to extract it into ie. c:\documents and settings\USER\Local ...Show All
Visual C++ "Expand All" Out of control??
I have a pretty large solution, with something like 75 projects, containing hundreds (maybe thousands of folders), which collectively contain thousands of source files. Lately, I have become INCREDIBLY annoyed at what appears to be a rogue "feature" of VS2005. Sometimes it happens when I just close a document, sometimes it happens if I click on the output window... but it just arbitrarily decides to expand everything in the solution explorer, which locks up the IDE for several seconds while it performs the operation. Right this second, I have an unresolved external symbol linker error in my output window. If I click on that line, it does this. Beyond that, I haven't been able to pin down exactly what causes it. It always happens ...Show All
Visual Basic How to access the 'table description' data using VBA in MS Access.
I want to be able to use VBA to access the 'table description' data that I have entered in the properties form for each table I have created in my Access database. I can access the table names via the AllTables collection but this does not allow me to access the data I have entered as a 'description' for each table. Can someone help me with the code as to how I can extract and use the 'Table Description' data which I have entered via the Properties form for each table Many thanks... Michael Daly (31 Jan 2007) MichaelDaly, According to your VBA question, I just searched the related objects and method. I suggest you to read some of the information on CurrentData/CodeData Object on Access 2003 VB ...Show All
SQL Server RDL generation problem
Hi, I am working with SQL Server 2005 Reporting Service from few days, though I am not expert, for some reason I have to run on field without having sound knowledge of RDL, but need your help, gys. I am using SQL Server Business Intelligence Development Studio to design report. Here is the procedure of my work to populate a RDL report I used a stored procedure for the DataSet of my RDL Then I drag and drop necessary field to my report layout. Put required parameters to preview tab and then run report. This is quite simple, I didn't face any problem with this process, even though the process may not correct, but working perfect. My problem is when the stored procedure returns multiple result set. The data tab only ...Show All
Windows Live Developer Forums Exception while sending QueryString
Hello, i am facing a problem while passing queryString as coordinates to MapCrunch page. i am getting an exception about object null in my xml. whereas if i don't pass querystring it works perfect. function LoadPage() { var x=getQueryVariable( "x" ); var y=getQueryVariable( "y" ); var zoom = getQueryVariable( "zoom" ); SetMapSize(); window.onresize = SetMapSize; map = new VEMap( 'Map' ); map.LoadMap(); map.SetMapStyle( 'h' ); layerList = MSR.CVE.ImportLayersFromAnchorHRef( "CrunchedLayers" ); ////////////////////////////// ERROR ///////////////////////// MSR.CVE.StartAutomaticLegends(map, layerList); var permalinkProv ...Show All
