Jason David's Q&A profile
SQL Server 64-bit SQL Server 2005 Installation (Reporting Services)
Hi, Trying to install 64-bit SQL Server 2005 RTM on Windows 2003 x64 Server. The Reporting services is not getting installed or the option is disabled. The server does have IIS installed, the .NET framework 2.0 is installed by SQL Server 2005 RTM itself. The server also has SQL Server 2000 (32bit). Is the 32-bit SQL Server 2000 (32 bit) a problem But, it was working fine with the SQL Server 2005 CTP. Can anyone help/suggest Thanks in advance. ...Show All
.NET Development How to set the web controls disabled by JavaScript embed in HTML?
I use a panel to contain some buttons,now I want to set all the buttons disabled.How should I do Can you offer some code sample Thank you! Rok Yu. I got it in javascript like control.disabled = true. ...Show All
Software Development for Windows Vista Security Pattern Suggestions Needed.
I need a way for to securely centralize administration of Connection strings. I envision a service 'ConnMgmt' ConnMgmt runs under a Domain user account and uses the 'cryptographic block' to read/write connection key/value pairs to a config file encrypted by the user account. ConnMgmt services a set of client activated remotable objects Admin - lists keys and allows reading and writing individual key/value pairs User - lists keys and allows reading of a key/value pair permission on these objects is managed by StrongNameIdentityPermission Admin has a demand on the public key o ...Show All
Smart Device Development Hide File
hi, could any body tell me please how to set the hidden property of a file to true using c# thanks If you mean file attributes including "Hidden", please look into FileInfo class. ...Show All
SQL Server SQL 2005 Express - Full-Text Search?
I have conflicting info about whether SQL 2005 Express contains full-text search and catalogueing functionality. I have read several places online where it is stated that "SQL Server 2005 Express Edition with Advanced Services" contains full-text search, but that seems to conflict with the info presented here: http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx\ ...for clarification, see my screenshot: http://www.builderdash.com/SQL2005.png What's the real deal, and why the conficting info SQL Server with Advanced Services is as far as I recall a CTP, that is a preview ...Show All
Visual Studio Team System Is FxCop minbar available?
In Naming convention chat, Brad mentioned about the subset of FxCop rules (FxCop minbar) which is going to be released in near future. Is it available now for public. Is it ok to use your coding standard as it is, i find something is missing, you are not specifying whether it is must rule or optional Is it something needs to be defined based on my project and company needs Thanks Charles I'll talk to Brad about this but I'm not sure the min-bar he's referring to would be entirely appropriate for your usage. This subset excludes some checks that are important but were less so internally when we formalized the grouping, due to havin ...Show All
.NET Development Failed to create an IPC Port: Access is denied.
I have a service that registers a remoting IPC channel on startup and quite often I will get this error when the service is stopped and then restarted. It doesn't do it all the time but enough to be an annoyance and when the service is stopped I do unregister the channel. Anyone else experience this Thanks!! The message is: Failed to create an IPC Port: Access is denied. I originally received this for insufficient rights, where I corrected this by using a hashtable and adding a property with the 'users' group to it (unsecure). However, after finally determining that the Pipe was not being freed (us ...Show All
Visual Studio Team System Problem configuring TFS for SSL access (have already followed advice in other posts)
Hello, I have partially succeeded in configuring access to TFS through SSL. The final problem I have is that the "Documents" node of Team Explorer does not work (it has the dreaded red cross next to it). I have searched the forums and followed the instructions here: http://forums.microsoft.com/msdn/showpost.aspx postid=103796&siteid=1 However, my problem is not resolved. I have a single tier installation of TFS, access to this is over HTTPS via an ISA Server. The TFS install has three websites that get set-up during the initial installation process, the "Default Web Site", "SharePoint Central Admin ...Show All
Software Development for Windows Vista Code from the webcast.
Does anybody know where I can get a code discussed in Windows Workflow Foundation Hosting and Services Webcast Dmitriy, I think you are referring to the Hosting and Communications Options in Workflow Scenarios webcast. If so, the code is available here: http://home.members.winisp.net/blog/WebCast_Code_Israel_Hilerio_HelpDeskProcess.zip Hope this helps! ...Show All
Visual Studio Tools for Office Problems with deployment at end user
Why doesnt this code work when the msi.file is installed on the enduser machine. Nothing happens, while when run as 'Debug' in VS development environment everything works. All this code does is displaying a messagebox when Outlook is started. The project is made with VSTO and nothing in the setup project is tampered with, ie keys and such are intact. Help please! in ThisApplication.cs: private void ThisApplication_Startup(object sender, System.EventArgs e) { MessageBox.Show("Frustration"); } in Installer.cs: public class Installer : System.Configuration.Install.Installer { public In ...Show All
Visual Studio Class Designer in VS2005 Beta2
How do I create one I just can't find the Class Diagram template under the New Item.. menu in solution explorer for a Project Howe do I go about adding this in . Thanks in advance Balram Can`t find class designer in VS 8.0.50727.42. How can i install it ...Show All
SQL Server Getting error working with Transfer SQL Server Objects Task
I was trying to transfer a SQL Server 2000 database to SQL Server 2005 using SQL Server Objects Task. However, The following error message was encountered: "[Transfer SQL Server Objects Task] Error: Execution failed with the following error: "Cannot apply value null to property Login: Value cannot be null..".“ can anyone suggest me what is the error here Is there any other way possible to achieve this(transfer of database). The objects to be transferred are tables, views, stored procedures, user data types, and user-defined functions. The logins need not to be transferred. The output we are Ge ...Show All
SQL Server Joins with XQuery
Hello, I have a very simple data table: CREATE TABLE [ALMPayloads]([ID] [int] NOT NULL,[OutputPayload] [xml] NOT NULL) with the following content: ID = 1 OutputPayload: <ReportDocument> <ALMSimulationResult> <selectedModelAssets> <modelAsset ID="8bc798ae-cc15-4807-8805-61ecfc8f3c01" description="Global Bond" internationalCode=" " minimumLimit="0" maximumLimit="1" annualManagementFee="0" annualPerformanceFee="0" initialCostUpFront="0.02" regularCostUpFront="0.015" withdrawingCommission="0" swi ...Show All
SQL Server Keyset does not exist
I get this error when trying to deploy a report from VS2005, when trying to get to the report manager page, when trying to do anything in SSMS with the report server. Keyset does not exist (Exception from HRESULT: 0x80090016) (rsRPCError) (Microsoft.ReportingServices.Diagnostics) Can anyone give me a clue what to do Hi GraemeH. Have you had any luck resolving this I am getting the same error while attempting to deploy a report from VS 2005. Report Manager is running. The Report project folders deployed from VS fine, just not the report. I am running XP Pro SP2. Thanks. ...Show All
Visual Basic Is it possible to generate a solution with a class library in it using codeDom?
Hi, I am writing some sort of codeGenerator and it would be perfect if i could also generate a class library project or solution rather than generating only the classes. Is this possible Cannot find an example anywhere. I have seen code generator that they do this .How do they do it Just for clarity i am NOT refering to generating a dll or executable I am refering to generating a class library project or solution . NOT ONLY THE CLASS. Could you please help thanks a lot a usual . VBJUNKIE Thanks a lot for your help and link I have seen that book and i will get it . Thanks again vbjunkie ...Show All
