cambomj's Q&A profile
Visual Studio Team System Build Succeeded, but no output.
Hi, I'm just trying to build my simple web application with Team Build. I was managed to create new build type. But when I'm running the build project, I'm getting only 3 files (BuildLog.txt, ErrorsWarningsLog.txt, Mixed PlatformsDebug.txt) in my drop location. My build log says, 1 Warning, 0 error. What can be the problem Here is my build log: Build started 6/15/2006 10:33:38 AM. ______________________________________________ ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DX SDK 9.0 cutted edition :)
Correct me if I wrong, but, as I understand, to compile DX VC project I only need DX proper version installed and contets of "Includes", "libs" directories. And if it is true, is there anyway to get the contents of this directories except illegaly from other users It's not likely we will separate the DirectX "native" code from the managed code, for a variety of reasons, but going primarily back to the "everything in the SDK" approach we t ...Show All
SQL Server Blank Error Messagebox Displayed at startup
When I start SQL Server Management Studio an error message box with no text is displayed with the Exclamation ICON. Everything seems to be working after clicking OK though. Anyone else experienced this. Also... Why is it that I can't repair the installation from Add and Uninstall Do I have to uninstall it to repair it The SQL 2005 is the Developer Addition with a new install... I haven't seen the empty erro ...Show All
Visual Basic Issue with code coversion from C# -> VB
I converted the code end when i run the program it gives me the following error: "Method 'System.Windows.Forms.Cursor.handle' not found." How can i correct the code Private Sub picPencil_MouseDown( ByVal sender As Object , ByVal e As System.Windows.Forms.MouseEventArgs) Handles picPencil.MouseDown Dim curCursor As Cursor = New Cursor( "PencilBW.cur" ) Dim ColorCursorHandle As IntPtr = LoadCursorFromFile( "PencilC ...Show All
Windows Forms Zooming in and out on picture boxes
I have a picture box on a form that is a satellite photo taken from space. Does anyone know of a way that I can take a section of that photo and zoom in on it and resize that section to the whole picture box Any help would be greatly appreciated, smtraber Hi NewbieDude, Sorry for the long response, I've been busy at work. Do you still need help regarding mousewheel capturing problem, or did you already solved it -chris ...Show All
SQL Server Cannot install 'SQL Server 2005 Express Edition with Advanced Services'
I tried to install 'SQL Server 2005 Express Edition with Advanced Services'. First, I uninstalled the old version thru Add/Delete Programs in the Control Panel. My first problem was I didn't have IIS installed on my computer, but, I could not find it in the downloads section. Then the installation aborted because old version databases were in C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data. But, it would not let me delete them, sa ...Show All
Game Technologies: DirectX, XNA, XACT, etc. weird sprite positioning behaviour
I am currently designing a simple 2D breakout game using Direct3D. I created a custom sprite class that allows easy drawing of 2d graphics. However, my problem started when I decided to scale some of my sprites. When i call Sprite.Draw2D (or even Sprite.Draw), and I specify a rectangle for the DestinationRectangle parameter that is larger than the size of the texture (thus, scaling the sprite). If i were to then draw this sprite on the scr ...Show All
SQL Server How to setup Sharepoint Portal Server 2003 with SQL Sever 2005
Hello, everyone I try to set up Sharepoint Portal Server 2003 in SQL Server 2005 database (on Windows 2003 Server R2). But It cannot create new portal site... the Error message told about "cannot access instance..." (in fact that I input the correct instance, user, and password)... I wanna know that How to setup it... Setapong Hi, Read the topic Deploying Re ...Show All
Windows Forms TreeView Double Click and canceling expansion
Does anyone know of a way to cancel the node expansion on double click in a treeview I can't seem to figure it out, it seems that the events happen in an order that does not allow me to do this, has anyone figured out a&nb ...Show All
.NET Development Going Left to Right
Guys I have a table like: Id name cgpa -- ---- ---- 01 I 4.0 02 U 1.0 03 He 2.0 04 She 3.0 I want to show this thing in DataGrid as: 1 2 3 4 Id 01 02 03 04 Name I&nbs ...Show All
.NET Development SignedXML (again) RSA keys and such
I am still trying to get signedxml to work. After 6 months of on and off it looks like it will be on come summer and I need to get this working. The first step is to just get a signedXML working with something other then generic RSA signature. That is what this post is about. Other questions will be to get ExclusiveCanonalization working with WSE2. You know the one you have to put the values in the machine config. After that it will b ...Show All
SQL Server Meaning of datacode in sysdtslog90?
The documentation says: "An integer value that identifies the event associated with the log entry. The value 0 indicates the event provided no identifier." When I look at the sysdtslog90 table and I filter for 'PackageEnd' events, I see a value of 0, 1 or 3 in the datacode column. Is there any information I can glean from these values, e.g. package success or failure ...Show All
Visual Studio Team System Why is the timeout attribute ignored in Visual Studio
Using the [ Timeout (1000)] in a testmethod does not have any affect in Visual Studio. However, if the test is run from the command promt using mstest.exe it works as expected. Hello, Are you using the RTM version of Visual Studio The timeout attribute should work inside Visual Studio, you can verify this by creating a test project and adding the following code: [ TestMethod ] [ Timeout (1000)] publi ...Show All
Windows Forms don't stick to win32!
Hi there, I understand this forum as a way to give a feedback to the winforms team at ms. that's cool! In this post I make a distinction between the presentation of a GUI and its technical representation I’d like to point out a few probl ...Show All
.NET Development Web Service triggering Event
Hi I am looking for a solution where my webservice could trigger an event in response of which client applications could perform certain tasks. In other words, I want to avoid clients going back to webservice for information about their next actions, instead i want webservice to direct clients, when needed. Is it possible If its not possible, I am thinking to use SIP somewhere in there to maintain sessions. Thanx in advance. Regards Junaid ...Show All
