Software Development Network Logo
  • Microsoft ISV
  • Visual FoxPro
  • Architecture
  • Visual C#
  • Windows Vista
  • VS Express Editions
  • Visual Studio
  • Visual C++
  • SQL Server
  • Windows Live
  • Visual J#
  • VS Team System
  • Smart Device
  • Visual Basic
  • Game Technologies

Software Development Network >> cosmicstudio's Q&A profile

cosmicstudio

Member List

Peter T.
Imesh
Lars Athle Larsen
Rick Potts - MS
Barry Hagan
Yasin HINISLIO?LU
2Steps
dxfoo
74MGB
SoulSolutions
Test Me
fivefinger
Nathan Cole
Troy Jerkins
madura
Richard Judson
hanekhw
kkirtac
misterface
AbsoluteZero
Only Title

cosmicstudio's Q&A profile

  • SQL Server http protocol violation when webrequest in sqlfunction, thanks

    when I use webrequest to call a url, I got "The server committed a protocol violation", I found out this is because the url returns something 2.0 think is not standard, the solution is turn on useUnsafeHeaderParsing, so I add the below to my machine.config <system.net> <settings> <httpWebRequest useUnsafeHeaderParsing = "true" /> </settings> </system.net> but after I add that, I got different error when I call the function : The type initializer for 'System.Net.Configuration.SettingsSectionInternal' threw an exception. Any idea thanks! Which version of SQL Server / Visual Studio (.NET Framework) are you ...Show All

  • SQL Server Unable to create database from VS

    I'm getting a time out when I attempt to create a new database from within Visual Studio 2005 Beta 2. Here's what I did: 1) I installed VS2005 Beta 2 on a clean Windows 2003 Server w/SP 1 installation; 2) Went into VS, created a new project; 3) Clicked on the Database Explorer tab on the left side; 4) Right clicked on "Data Connects" and clicked on "Create New SQL Server Database..."; 5) Clicked on the drop-down button for the server name combo box and selected the local computer (my only choice); 6) Left "Log on to the server" as "Use Windows Authentication" and specified a database name; 7) Clicked Ok; 8) Received the error message "Time ...Show All

  • Software Development for Windows Vista trying to get external event sink to be invoked

    I have a StateMachine flow with one simple external activity. I’m having problems trying to get the event sink to be invoked   Calling code: private void InitiateWorkflow()     {              const string WorkflowRuntimeCacheKey = "WorkflowRuntime" ;               WorkflowRuntime workflowRuntime = ( WorkflowRuntime ) HttpContext .Current.Cache[WorkflowR ...Show All

  • SQL Server Does report support this parameters: ...&rs:Format=HTML4.0&rc:Parameters=false&ChainID:isNull=True...

    hi, I am working on some report page which will be access via URL. And I found some old reports URL look like this: ....&rs:Format=HTML4.0&rc:Parameters=false&UserID:isNull=True.... What does the UserID:IsNull=True means Is this right format for SSRS2005 Thanks The UserID:IsNull=True notation is special syntax that allows you to pass null values as report parameters. In this case, you're passing null to the UserID parameter. For more info, see Books Online here: http://msdn2.microsoft.com/en-us/library/ms155391.aspx Here's all the info about URL access with Reporting Services: ...Show All

  • .NET Development SqlAdapter in VB .net beta

    I am new to vb .net; I am trying to follow the msdn technical article "Building an N-Tier Application in .NET" http://msdn.microsoft.com/library/default.asp url=/library/en-us/dndotnet/html/buildntierapp.asp .. and when trying to .... 7. In the design view, click and drag a SqlDataAdapter control from the Data tab of the toolbox onto the design surface of this component. I am unable to locate any SqlDataAdapter component in the toolbox..... I suppose the article was written for VS 2003. .... any guidance about that, please thanks Hi, Well this is kind of unusual... Never happens with my machine which has a lower specs than yours ...Show All

  • SQL Server Get data from XML document into SQL SERVER

    Hi, In my project I want to insert data from an XML document into my SQL SERVER database. I dont know exactly how to do it. I want to extract information and stored the particular information under particular column name e.g. if the XML document has an element docid it should get stored into the database under the column name docid. The following two techonlogies provides this functionality: The bulkload component in SQLXML. It can also auto create the database for you and populate it with the Xml data. See more at: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnsql90/html/exchsql ...Show All

  • Visual C++ Beginner in C++ Need Help

    Hi everyBody I'm in my first year in faculty of engineering I love programming and I begin with VB 6 but after I've reach 2 APIs I hate it and at this moment I was in my way 2 game programming ,So I transfer 2 C++ and I'm learning it From Books and Internet forums ( OOP by Robert & How 2 program & Teach urself C++ in 21 days) I learned Looping & Descision making & Functions & Structures & Classes & Pointers & references and I'm still learning but no idea of a program came 2 my mind (just developing examples of books ) Is this Ordinary (if I was a stupid or can't be a programmer ) As i' ...Show All

  • Visual Studio Team System verify WSS permissions

    after making it through a couple of 32000 errors and reinstalling everything in the correct order, I now got VSTFS to install successfully. now when I try to connect to the TFS server using TFS client I get "You are not authorized" errors.   based on what I have seen in this forum I think the permissions in WSS are not correct - I am able to connect to http://localhost as well as the Reports and ReportServer sites. I would really like to verify that my WSS permissions are set properly - I tried to figure it out myself and ended up messing up the permissions.  Can someone tell me the "right" way to check the privs thanks ...Show All

  • Visual Studio Team System Bug Work Item Customization Error

    Hi, After the customization of the bug work item I'm getting the following error on each check in with an associated bug work item: “ Failed to update the following work item: ID 58: Reason: TF26201: This work item has unsupported fields, or user does not have permissions .” I added 3 new fields with Process Template Editor tool: Name: Steps to Reproduce; Type: Plain Text; Ref Name: Primavera.VSTS.SC.StepsReproduce; Name: Observed Behaviour; Type: Plain Text; Ref Name: Primavera.VSTS.SC.ObservedBehaviour; Name: Expected Behaviour; Type: Plain Text; Ref ...Show All

  • Windows Forms Request for the permission of type System.Security.Permissions.SecurityPermission, mscorlib

    Hi All.....   I'm getting a security Exception in a Winforms User Control embedded within a web page using the <OBJECT> tag. It reads as:-   Request for the permission of type System.Security.Permissions.SecurityPermission, mscorlib, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 failed.   This is not a beginners problem....  I'm fully aware of Code Access security and have  ...Show All

  • Visual C# Loading html into an object

    I need a way to convert a full web page I have in a string variable into an object like the IE Dom so I can get values out of cells in the tables on the web page. I am using VS 2005 for Software Testers (VSST). What I am testing is dynamic and I can't get away with direct record and playback. (As if anyone ever can) What I need to do is post information to the web server and then get out of the response some key information that needs to be used to create the next post . To post to the web server the test software uses the WebTestRequest object. To get data out of the response you use an Extraction Rule. The test developer (me) can cr ...Show All

  • Visual Basic How long a computer is on, and writing after some text

    Well this is a two Q topic. First i want to know if there is any code for getting the time for how long the computer has been on Comptime.. Second how can i input text after some text in textbox For instance button1.click inputs the text "you" into textbox1.text But if the textbox1.text already has some text like "how are" then when button1 is clicked text should be input after "how are" and the text should be "how are you"   If you want to do anything to or with a particular class the first thing you should be doing is reading help topic for that particular class and its member listing.  That would have brought y ...Show All

  • .NET Development "invalid SQL syntax- cannot use multiple columns in..."

    Hi, I’m using a MS Access 2003 databas ( mdb ) and want to create constraint for 2 columns (Firstname, Surname) in my tblMember. I want to create this constraint to prevent user from entering duplicate members by checking their Firstname AND Surname at the same time but I get the above error ("invalid SQL syntax- cannot use multiple columns in...") How can I do that So are you trying to create the constraint in Access If so, then what you can do is use a unique index: create table test(f1 int, f2 int) CREATE UNIQUE INDEX f1andf2mustbeunique ON test1 ( f1 ASC, f2 ASC ) Here is a go ...Show All

  • Software Development for Windows Vista Where is the WAIK?

    I keep reading that the WAIK is one of the updated things in the 5308 build. I have looked everywhere and I can't find an install for it. Does anyone know where I might find it Need to find WAIK to test out Vista deployment tools....I have searched connect.microsoft available programs but it's not there! Please help!!! ...Show All

  • Visual Studio Crystal Reports Deleloper > Into > VS 2005 Standard Ed.

    Hi, I was going to ask this in the " Visual Studio 2005 Standard vs Professional " post, but it is locked. Has anyone tryed to intergrate Crystal Reports into the Standard Edition. Instead of upgrading the the Pro Edition. Just wondering I might try it myself, and maybe answer my own question. Thanks for any help Steve Hello Steve, You will need to use Crystal Reports XI R2 as this is the updated version that will support Visual Studio 2005: http://www.businessobjects.com/products/reporting/crystalreports/compatibility_vs2005.asp Keith - Business Objects ...Show All

©2008 Software Development Network