Herru Perdana's Q&A profile
SQL Server Install SQL Server 2005 Exp with ToolKit
Hi, I would like to have SQL Server 2005 Express with the most features as possibles. It seems to be correct about 'AdvancedEdition' but, when I installed the "ToolkitEdition", in order to get "Business Intelligence Development Studio", I was not able to open this option. The file 'devenv.exe' is missed. Do you have some procedure and links to get best set up with theses features for SQL Server 2005 Express Thanks. Thanks for your help. It seems correct now. I installed "MS SQL Server 2005 Express With Advanced Options", and then, "MS SQL Server 2005 Express Toolkit". For Upgrade, the new files and assemblies were installed in directory "C:\P ...Show All
SQL Server Could not find database ID 25
My aspx application gets the following error: Could not find database ID 25. Database ID 25 no longer exists in sysdatabases. I am wondering if something needs to be flushed out somehow on our SQL Server. We had deleted some DBs earlier. ...Show All
Smart Device Development Sending objects/data across network?
Does compact framework have serialization I wish to send object accross the network. Anyone have any ideas Using desktop .net i would serialize a struct and send it via a socket. What are people using in compact framework Thanks. i tried using System.Runtime.Serialization.Formatters.Binary; but it says does not exist. I f you have an example that would be great. ...Show All
Visual Studio Team System Intercepting WorkItem Changes from Excel
hi all, i'm working on VSIP package in order to do some custom validation on workitem save and its working fine.. but still there are other ways people can by pass validation like from Excel etc. I'v never worked on excel customization etc.. so can somebody give any ideas how to approach it.. regards faraz Hi, Can you provide some more details on what kind of validations are you planning to add to Excel Excel Add-in in TFS V1 does not support any customization mechanism. You may have to implement your own COM Add-in and capture Excel events like SheetChangeEventHandler and implement your customizations in that Add-in Following MSDN article talks about how To Build an Office COM Add-in by Usin ...Show All
Visual C++ Adobe\Acrobat 7.0\ActiveX\pdfshell.dll appearing in my executable
During execution under the debugger of the debug configuration of MyOgm, I see the following in the output window. 'MyPgm.exe': Loaded 'C:\Program Files\Adobe\Acrobat 7.0\ActiveX\pdfshell.dll Since I am not using pdf or ActiveX in my program, where did this come from Is VC++ linking it into MyPgm How can I remove it, and all similar baggage pdfshell.dll does not appear as a linker input, either in the project or in my library which it uses. Dependency Walker does not show pdfshell.dll in its list of modules. A quick Google search doesn't turn up anything useful. Any other suggestions If I had to guess, I would suspect htmlhelp.lib, which is one of the additional linker inputs. ...Show All
Visual Studio 2008 (Pre-release) using ws-at in wcf, need to config it first use wsatConfig.exe ?
Hi all, I want to create a distributed transaction in wcf (and for further development, a 3rd party web service could be added). That's why I want to use ws-at. In order to do that, do I have to set the configuration to enable the ws-at using wsatconfig.exe so i could create a distributed transaction in wcf I've tried this, but at first it generated message that it requires DTC access to be enabled and allow the inbound/outbound in Transaction Manager Communication. I have enabled it. But when I try again to enable WS-AT network support, it always says SSL certificate could not be found. What should I do next Thank you, lingga Ok. I got the checkbox enabled. I've checked it, but when I ...Show All
SQL Server Error attempting to PREVIEW in OLE DB Source Editor - Could not load file or assembly
Please... any ideas Is this a footprint config issue TITLE: Microsoft Visual Studio There was an error displaying the preview. ADDITIONAL INFORMATION: Could not load file or assembly 'Microsoft.SqlServer.SQLTaskConnectionsWrap, Version=9.3.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified. (Microsoft.DataTransformationServices.Design) BUTTONS: OK =================================== There was an error displaying the preview. (Microsoft Visual Studio) =================================== Could not load file or assembly 'Microsoft.SqlServer.SQLTaskConnectionsWrap, Version=9.3.242.0, Culture=neutral, ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Torque X and C#
I was messing with Torque Game Builder and it seemed pretty cool, altough maybe a little TOO controled So here is my question, is it possible to take code from Torque X and edit it with C# You can find a wonderful TorqueScript IDE put out by "sickhead games" here... http://sickheadgames.com/torsion.php#download Many of us internally at GG use it. Syntax hightlighting etc, even break point script debugging. ...Show All
Architecture SOA - Autonomous/Coupling Question - Location of functionallity
Hi forum We have several applications that have services. These services are primaraly made for use from external developers. We are now creating a scheduler application. Here you setup tasks that call services in multiple applications. Some of the applications already contact each other. So there are peaces of integration between them. The primary purpose of the scheduler application is integration between the applications. The scheduler application should be able to run tasks just like windows scheduler. In time - many different tasks will be developed. A task can call multiple services in multiple applications - but also just one. Sometimes we would be able to re-use so ...Show All
Visual Studio 2008 (Pre-release) Getting an error for setting UserNamePassword Token setting for WCF Service on IIS usin basicHTTPBinding.
I am getting the following error when I browse the Service.SVC file: Could not find a base address that matches scheme https for the endpoint with binding BasicHttpBinding. Registered base address schemes are [http]. I have done following step, can you please tell me what am I missing 1. I created a seperate website on IIS with port 90. 2. I ran the following command to install the SSL certificate. C:\Program Files\Support Tools>httpcfg set ssl -I 0.0.0.0:90 -h a586fc83bd30d288 d2c08067c03ca51258c94e32 HttpSetServiceConfiguration completed with 0. C:\Program Files\Support Tools>httpcfg query ssl localhost:80 IP : 0.0.0.0:90 Hash : a586fc83bd30d288d2c08067c03ca51258c94e32 ...Show All
SQL Server SQL comparison
Hi there! can anyone help me out I need to compare a date from the database and the system date which will be coded in a store procedure in SQL... HELP!!!!! You may like to reconsider the answer given by Ali. DateTimes in NET are stored to a precision of 100 ns or 0.0000001 seconds whilst those stored by SQL Server in the SQL Server datatype DateTime are stored to the nearest 0.003333 seconds. Therefore you should not use a simple equality operator to compare them. Instead you should compare them based on the lowest precision argument, ie round the NET DateTime to the nearest 0.00333 seconds and then compare them. Regards, John Whattam. ...Show All
Visual C# Heap or Stack
Hi everyone, I have a doubt about some allocation region. object obj = 3; At the above, is the "3" struct object are stored in the heap or stack In my opinion, since it is a struct , it must be stored in the stack. However, while reading a tutorial about this, it claims that "3" is stored in the heap. So I would like to ask why Menawhile, the passage from the tutorial; <quote> Boxing and Unboxing Value types (int, struct, enum) are also compatible with object! Boxing The assignment object obj = 3; wraps up the value 3 into a heap object </quote> Firstly, thanks for your replies. So can we say that we can only determine the memory region of any object by looking its pointers or the variable which hol ...Show All
Visual Basic EMAIL
I am using this code in vb.net 2005 to sent an email but an error FAILURE SENDING MAIL is allways appearing. Can someone show me where I am duing wrong. Try Dim SmtpClient As New System.Net.Mail.SmtpClient SmtpClient.Host = "localhost" SmtpClient.Port = 25 SmtpClient.UseDefaultCredentials = True SmtpClient.Send("glennzarb@gmail.com", "glenn_zarb@hotmail.com", "Test", "hi") MsgBox("sent") Catch ex As Exception MsgBox("Send failure:" & ex.Message) End Try I haven't installed any other programs or smpt's it all depends if the email provider allows you to send emails through them progr ...Show All
Visual Studio Team System TFS and MOSS 2007
Can I use the new MOSS to host the project portals I would like to take advantage of the wiki, etc that is now available in moss. Thanks Sorry, excuse my niavity. But does that mean that current WSS 2003 sites aren't supported in 2007 I was hoping that TFS could just use 2003 functionality and I could work with the additions of 2007. Regards Darren ...Show All
SQL Server How to reference a dataset passed to script
Hi, I have a dataset created via the Execute SQL Statement control and wish to pass it into a script control that within the vb.net script I wish to perform different functions to it. The main goal is to take the dataset loop through it and record values into an array then take that array and loop through that so I can send an email containing the information within the array. Can anyone help I know that method and that won't work for what i'm trying to do, or at least i don't think so. All I want to know is how to reference a dataset from an execute sql statement within a script component. I wish to reference this dataset within the script component and loop through and create an array with specific infor ...Show All
