Software Development Network Logo
  • Game Technologies
  • Audio and Video
  • Microsoft ISV
  • SharePoint Products
  • Visual FoxPro
  • IE Development
  • Visual C#
  • .NET Development
  • SQL Server
  • Visual C++
  • VS Team System
  • Visual Studio
  • Smart Devicet
  • Windows Vista
  • Windows Forms

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

C_TO

Member List

vidhyaprakash
quacka
Yorik
Tom Hallmark
Brandon Bloom
basedcp
iSpeakGeek
_Matt Smith _
Stéphane Beauchemin
furmangg
Christie Myburgh
Tryin2Bgood
SpamT
Bravechou
A fish
Gmorken
cdolor
Dany V
D119
Joannes Vermorel - MSP
Only Title

C_TO's Q&A profile

  • SQL Server "Certificate not yet valid"

    Hi guys, I'm having this really strange issue with mirroring. I've followed the instructions on http://msdn2.microsoft.com/en-us/library/ms191140.aspx to the letter, leaving out the witness server part, as I don't have one. All works OK, but when activating the mirroring on the principal server I get the usual error 1418 error. I fired up SQL Server Profiler to see what was happening, and the following error emerged. Connection handshake failed. The certificate used by the peer is invalid due to the following reason: Certificate not yet valid. State 104. Anyone have any ideas If you live in the eastern hemisphere the newly created certificate is not yet valid at creation for a ...Show All

  • Connected Services Framework Profile Integrator failure on subscription through ProfileSubscriber tool

    Hi, I was trying to set up subscription of ProfileIntegrator through Profile-Subscriber tool. The command ran successfully, and returned a subscription ID. However in event-log I could see Profile-Integrator getting failed. Following is the profile-subscriber tool command used: C:\Program Files\Microsoft CSF\V3.0\Connectors\Profile Integrator\bin>profilesub scriber -subscribe csfdomain\csfuser1 Csfuser@123 http://blrkec21593d/ProfileMa nager30/ProfileManager.ashx http://blrkec21593d/ProfileIntegrator30/profilein tegrator.ashx Subscription: Identifier = 7f58c937-d667-4d0f-bddf-d4a099a95521, SubscriptionMan ager = http://BLRKEC21593D/ProfileManager30/ProfileManager.ashx M ...Show All

  • Visual Studio Tools for Office OUTLOOK CONTACTS ??

    I need to know how work with selected contacts in outlook. Let Say that i have a selected 5 contacts orginaly from 20. then how to loop within those 5 only!!!   Hi for each (object a in ActiveExplorer.Selection) { // a = object that can be cast based on the selection collection. } This works fine, post a code snippet if you are still having problems Regards ...Show All

  • Visual Studio Reordering the disc?

    Hello, I lost the Installation Disc, and I would to place an order. Is it even possible Can I download the 90-day trial and user my license with it Any help would be greatly appreciated! Daniel. 90 day trial is a seperate license I believe and perhaps a time limit product, but don't quote me. It is better to have the original discs for many reasons. To place an order of another disc, I dont think this is possible. you maybe best asking MS Support: http://support.microsoft.com Usually you would go back to the place you purchased the product from and they will be able to assist you. ...Show All

  • SQL Server "Cannot retrieve code page info..."

    Hello again! I got a problem using an OLE-DB Source in my data flow task. It is an Informix-Server using the newest OLE DB-Driver provided by IBM. However, when I set up the OLE DB-Source with connection manager and SQl-Query, I get the following warning message: Warning at {2B334CA3-A792-4BC2-93AA-12FADCF1E696} [OLE DB Source [45]]: Cannot retrieve the column code page info from the OLE DB provider.  If the component supports the "DefaultCodePage" property, the code page from that property will be used.  Change the value of the property if the current string code page values are incorrect.  If the component does not support the property, the code page from the component's locale ID will be used. Later when I tr ...Show All

  • Visual C++ Help me to write a C++ program

    Hi, I am new to C++ program, Pls help me for following probelm. I have a text file as following, DYNAMIC ANALYSIS 次元 部加振 活荷重 3 1 0 0 KACC KDIS KSTS KSTN KSSR KJOT KNOD KRAT KSEC KMSS KWPR 7 7 14 14 0 14 1 0 0 1 0 FREQ GFREQ EXMAX 0.0 2.00 1.0D-6 VISCOUS BOUNDARY INFORMATION 3 2.00 77 60 11 66 0 0 加速度時刻 出力節 番 (KACC=0.OR.>NTJ 場合,削除) 1080 1254 1484 1549 1563 1592 1608 JOINT 動出力要素番 (KJOT=0.OR.>JOINT 場合,削除) 7 8 20 22 117 118 127 128 129 130 133 134 139 140 NODES 1 -101.582 -234.742 280.000 3 2 -76.838 -234.742 280.000 3 3 -54.479 -234.742 280.000 3 4 -34.276 -234.742 280.000 3 5 -16.020 -234.742 280.000 3 6 0.476 -234.742 280.000 3 7 19.06 ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Custom Vertex and Transformed vertices.

    Hello all, This is my first post so sorry if I did something wrong ;) I have a little problem with porting my "framework" that used mdx1.1 to xna (I am still using Windows.Forms). The problem is that i didn't do a lot shaders in a past and now things are more difficult to me. I had a lot of objects like gui parts and splashscreens which used my "quad" (2 triangles with texture in screenspace). And that is the problem. I used transformed vertex so i could give screen coords and now I can see only positioned. Is it possible to use screen coordinates somehow You can use Transformed vertices if you want to. You need to create your own vertex type with a VertexElement that has VertexEl ...Show All

  • SQL Server Wierd error while connecting to SQL 2000 in ASP.NET under VS2005

    Hi, When I try to run the asp.net application (C#) it is throwing the following exception. "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)" The problem is I don't have SQL Server 2005 installed in my system. And I am trying to connect a remote SQL 2000 server. Adding to my confusion, the same code is working fine in another system. Help please   Environment: Trying to develop a simple website which contacts a r ...Show All

  • Visual C++ Private deployment of runtime in mixed RTM and SP1 environment

    Not sure if this is possible, but I am guessing that it should be. Here is the scenario: I have an application compiled and linked using VS 2005 SP1 this application depends on dlls compiled/linked using VS 2005 RTM (from external vendors) if I install the runtime on the target machine with redist_x86.exe from SP1, everything is fine as the policy file tells the dlls to use the new SP1 runtime. Problems arise when trying to have a private install: if I copy the manifest & dlls in a folder Microsoft.VC80.CRT next to my exe, things don't work because the dlls can't load properly (they can't find the version of the runtime they were linked against). My question is: is it possible to install somehow the policy file in a p ...Show All

  • Visual Basic Problems with WebBrowser objects...

    Hi there! Could someone please explain why the following three functions return the same value WebBrowser_instance.Document.Body.GetAttribute( "scrollHeight" ) WebBrowser_instance.Document.Body.GetAttribute( "clientHeight" ) WebBrowser_instance.Document.Body.GetAttribute( "offsetHeight" ) I really need the object to return the right scrollHeight values. Regards, O That's exactly my point!! The numbers should be there... I just don't get it .... if there's an object that has (has got to have) an event handler that sets the scroll bars dynamically to some value (relative to it's contents), there MUST be some throwback for the scrollbars. !!!!! ...Show All

  • Software Development for Windows Vista How to load xoml dynamically

    I want do load xoml dynamically, what I need to do I have finished the follow code.But when I build this code Workflow1.xoml <SequentialWorkflowActivity x:Name="Workflow1" xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/workflow "> <CodeActivity x:Name="codeActivity1" ExecuteCode="{ActivityBind Name=Workflow1, Path=codeActivity1_ExecuteCode}" /> </SequentialWorkflowActivity> Workflow1.xoml.cs namespace WorkflowConsoleApplication5 { public partial class Workflow1 : SequentialWorkflowActivity { public void codeActivity1_ExecuteCode(object sender, EventArgs e) { Console.Wr ...Show All

  • Visual Studio Express Editions C# Inputbox

    I've seen this tool in Visual Basic and Visual For Pro. But is there an equavilancy of this function is C# .NET Express Straight forward question =] Thanks in advance Thanks for the information. But I still cannot implement it in VS2005. I am not sure what causes the problem. Does anyone tried it on VS2005 Please shared some thoughts with me on the C# InputBox. I would like to try not to use Visual Basic component for this propose. Thanks in advance. ...Show All

  • SQL Server SQL 2005 Reporting Service - "DTD is Prohibited in this XML Document" on ASPX page

    I have aspx page which uses Reportviewer object to execute/display reporting services report on the page based on the parameters passed by the aspx page. It works fine. I have a problem when I try to use import option on that page. It throws the following error. Can anybody help me to resolve this issue Advanct thanks for your help and support Thanks, Sundar Here is the error message when I export the report to any format (Excel, pdf, csv or text) For security reasons DTD is prohibited in this XML document. To enable DTD processing set the ProhibitDtd property on XmlReaderSettings to false and pass the settings into XmlReader.Create method. Description: An unhandled exception occurred during the execution of ...Show All

  • Internet Explorer Development How to get a SHDocVw.InternetExplorer through its HWND ?

    Hi How to get a SHDocVw.InternetExplorer through its HWND Thanks In what I'm really interested on is the SHDocVw.InternetExplorer.Document I just know the HWND of an InternetExplorer instance and I want to access and get its IHTLMDocument2 or IWebBrowser2 Thanks. ...Show All

  • Visual Studio 2008 (Pre-release) Bind To Method Topic is missing from downloaded SDK

    It is provided in the SDK online http://windowssdk.msdn.microsoft.com/en-us/library/aa348824.aspx Which one is the more accurate Thx NIK Hi NIK, I talked to our SDK team about this and they say that the offline and online versions of the SDK should match. If they don't, the SDK team would like to know more details so they can fix it. They are asking me the day when you saw this happen, the version of the SDK you had installed and the url you used to check on this online (which is in your first post). Let me know the missing details so they can investigate what went wrong. Thanks a lot! We really appreciate your help with this! Bea ...Show All

©2008 Software Development Network