Florian_TT's Q&A profile
SQL Server An incorrect or unsupported HTTP function call was made error
Hi All, I've got this error " An incorrect or unsupported HTTP function call was made " I can't browse SQL CE Agent using IE also. How to solve this error TQ thankss Darren, I tried so many time to generate new snapshot but I still got that 2 error. Finally, I've re-install my SQL Server 2000, SQL Server SP3a and SQL Server CE Tools.. n my replication success.. :D ...Show All
Visual Studio Table/Matrix cell spacing
Is there anyway to setup a table or matrix report items so that there is some spacing between columns I like to use a border to separate column headings from the data. But it doesn't look as good when you just have one big line going across instead of multiple lines, one under each heading. Hello, The top level items for a matrix heading is always in 100% mode - so its style acts like a style of col ...Show All
Visual Studio 2008 (Pre-release) Line Join - looking for suggestions
What's the optimal way for creating 'Round' line joins with the arbitrary radius I have a polygon, which corners need to be rounded - wonder is there a native support for that type of scenario BTW - LineJoin.Round doesn't work with the thin lines (neither allows for specyfing arbitrary radius), thus inheriting behavior from GDI+. Thanks Hi Dmitry, I pinged around the group, and Anthony Hodsdon ...Show All
Visual Basic How to give arguments to a shell command with cmd.exe
I need to open up an executable (grin.exe) from a dos window that is sitting on a certain directory and then sendkey some keyboard movements. For example, I want to run the grin.exe command from the c:\program files\grin directory and then tell it to hit ALT-G-T. The following will open up the grin.exe without dos, but for grin.exe to work, it must be opened from a directory that has certain files in it: Dim proc As Integ ...Show All
Smart Device Development Switch between Portrait and Landscape mode from within app
I expected this to be an FAQ, but couldn't find anything. I want to allow the user of my WM2005 application to switch, using a button, between portrait and landscape orientation. This must be possible: how is it done Thanks! Julian See if this information helps http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/screen_orientation_awareness.as ...Show All
Game Technologies: DirectX, XNA, XACT, etc. mdx hang on texture.dispose()
hi, i've got a couple of textures i've created (pool.default, usage.rendertarget) that hang my app when disposing. glowtexture = new Texture(device, (int)glowwidth, (int)glowheight, 1, Usage.RenderTarget, Format.X8R8G8B8, Pool.Default); glowtexture2 = new Texture(device, (int)glowwidth, (int)glowheight, 1, Usage.RenderTarget, Format.X8R8G8B8, Pool.Default); they are used as rendertargets for a gaussian blur shader. if i call glowtextur ...Show All
Visual Studio Express Editions help of setting up the enviroment
i've a book called C# insider 2nd edition, in the begiing of the book, i couldnt run the HelloWorld.cs because it says cant find the commmand csc. (the book says to run CSC HelloWorld.cs in cmd, and it appeared this message.). the book says i need to set up something in "Environment Variables" i know that book was talking about C#2.0 and in .net Framework 1.1, C#.net 2006 is c#3.0 and .net framework 2. so im not sure how to set it up i ...Show All
Visual Studio Express Editions sql express CPT beta 2 fails to install with error 1603
Have attempted to clean up registery a few times & reinstall, but always get the 1603 error. Any suggestions short of reformating the disk error log says [10/29/05,23:42:23] Microsoft SQL Server 2005 Express Edition April CTP: [2] Error code 1603 for this component means "Fatal error during installation. " [10/29/05,23:42:30] Microsoft SQL Server 2005 Express Edition April CTP: [2] Setup Failed on component Microsoft SQL Server 2005 Express ...Show All
Visual Studio Team System Update documents on process guidance.
On the process guidance you have many files but I want to use my word templates, how can I change them and upload for the incoming new project You can use the Process Template Editor for this task: http://www.imaginets.com/Default.aspx tabid=133 Beto ... ...Show All
Smart Device Development How can use the frildll.dll?
Hello, everyone! I want to use the frildll.dll to simulate receiving short message but when the application runs, a MissingMethodException always appears. The following is the code: [ DllImport ("FRilDLL.dll", EntryPoint = "ReceiveSMS", SetLastError = true, CharSet = CharSet.Unicode)] private extern static void ReceiveMsg(string Message, string PhoneNumber); when button is clicked, I call the function: ReceivedMsg("fffffffffff ...Show All
Visual Studio Running visual basic 2005
Hello, I installed visual basic 2005 express edition on computer. How to run it Thanks ...Show All
Software Development for Windows Vista Beta 2-Lab 1: EventDeliveryFailedException
Not withstanding the Labs are possible not full-proof, can anyone explain what is going on when I try to say 'Reject' a previously 'Approved' report I'm getting this: An exception of type 'System.Workflow.Activities.EventDeliveryFailedException' occurred in System.Workflow.Activities.dll but was not handled in user code Additional information: Event "Expens ...Show All
Visual Studio 2008 (Pre-release) Using Session in wsHttpBinding with secure = none doesn't work
Hi Why can't I use in wsHttpbinding the [ ServiceContract (Session= true)] with the secure disabled I try it but InvalidOperationException is throwed. My app config is very simple: < system.serviceModel > < bindings > < wsHttpBinding > < binding name = " NoSecure " > < security mode = " None " /> </ binding > </ wsHttpBinding > & ...Show All
Visual C++ My First Line....
Hello, I have this code and I am very confused with it, The online resources say that this code should work but it does NOT on Visual Basic C++ Express Beta 2 My .ccp is named DEDLOC.cpp and so are other project names... This is the Code: for stdafx.cpp: _______________________________________________________________________ // stdafx.cpp : source file that includes just the standard includes // DEDLOC.pch will the the pre-compiled head ...Show All
Windows Forms How to insert a row between two rows in a Datagridview
Hi there!. Im trying to insert a row between two rows in an attemp to get some expanded datasheet style. The datagrid view is data bound and a message is displayed "data bound grids doesnt allow rows.add command" Is there any way to do this Oh Oh. Please dont tell me that i have to populate the grid to make it data unbound. I would like the grid to be able to modify the database and this could be very complicated if i do an unbound ...Show All
