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

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

erdogancemevin1989

Member List

rEgEn
JerryW
prem_kumar_25
J Kramer
John Bevington
mothballd
Pacharrin
FedericoAX
Skip Floyd
Ahmad122
Sat007
Mark Raimondi
MPope
chrisbtoo
Humayun Shabbir
Sean Sexton
Shital
ohine
hawaiian dude
Zero_Cool
Only Title

erdogancemevin1989's Q&A profile

  • SQL Server Capturing and reporting execution errors

    We have a report subscription that emails an excel file every morning at 11am. For the past two mornings the subscription fails due to one of the parameters being null. This was caused by another programmer changing a stored procedure used in the report. What I'd like to know is how can I capture and report that the report failed to be produced. I have loaded the Execution Log sample reports and the relevant DTS package to load the logs is run every 5 mins. However, this error does not show up in the reports. The entries in the Report Server log file are as follows, ReportingServicesService!dbpolling!25a4!17/08/2005-11:00:12:: EventPol ...Show All

  • Visual Studio Team System Validation Rule Using Data Binding

    I have created a web test that uses data binding to an MSSQL database table for the input parameters. I have added a FindText Validation Rule to validate the output. How can I modify the Validation Rule so that the comparison text is also being pulled from the database The validation rule does not have the drop down data binding control but you can still manually enter the data binding value and and it will work. Enter "{{<DataSourceName.TableName.ColumnName}}" for the FindText property of the validation rule. Let me know if you need clarification. Thanks, Rick ...Show All

  • .NET Development Pointer in c#

    Hello Is it possible in C# to get a pointer of a objects property Like object mypointer = InvokeOrWhatElse(TESTClass.Text)   Thanks Tony_ If I'm reading this correctly, you want to get a pointer to the actual code behind the property. The most obvious solution would be to have a delegate, however you cannot have a delegate over a property -- only over methods. If you really need to get the address of a property, there's no way to do that in C#, safe or unsafe.  The concept is actually much more difficult then it would first seem.  A "property" actually is just a metadata conecpt -- i ...Show All

  • Visual C# copy datagrid to datatable

    is there a way to copy a datagrid into a datatable I could loop through it and copy each value but i'm looking for a cleaner way of doing it yes, I am checking for postback. If i didn't then an empty datatable would be bound each time. I think I will just go the session route. It is only a 3 column datable with at most 5rows. ...Show All

  • Visual Studio Express Editions Newbie question

    Hi guys & gals, I'm totally new to programming, and am in need of some guidance; hope someone here can put me on the right track... I've been using Usenet Newsreaders for some time now, and none of them can give me the necessary file-management tools I need, so I thought this would be an ideal time to start with programming. Went out to look for a Visual Basic compiler and found VB Express Beta 2... I've been browsing around all the info on .NET, and it is overwhelming. I've got no clue of the necessary skills needed to even start with the project, so I thought maybe someone here could give me some pointers, so that I might have an id ...Show All

  • SQL Server rsExecutionNotFound

    I can preview a report I've written in VS (BIDS) without error. However, when I've deployed it to the report server, I'm unable to execute the report. I receive the following error: Reporting Services Error What are you using to view the report The HTML viewer What happens if you close IE and try to render it again ...Show All

  • SQL Server sql server 2005 express edition installtion error

    Following is the error log the installtion gave. I have widows 2000 professional running on my machine. Please help...thanks The following properties have been set: Property: [AdminUser] = true {boolean} Property: [ProcessorArchitecture] = Intel {string} Property: [VersionNT] = 5.0.4 {version} Running checks for package '.NET Framework 2.0', phase BuildList Running external check with command line "C:\DOCUME~1\csk044\LOCALS~1\Temp\VSD6A.tmp\dotnetfx\dotnetchk.exe" Process exited with code 1 Setting value '1 {int}' for property 'DotNetInstalled' Reading value 'Version' of registry key 'HKLM\Software\Microsoft\Internet Explorer ...Show All

  • Visual Studio Express Editions Failed To generate a user instance of sql server

    Problem : i am using Microsoft Visual Basic 2005 Express Edition and SQL Server 2005 Express Edition. Now i connecting to sql Server via Visual Basic 2005. Once i create a new Connection (Use SQl Server Authentication) user Name sa and our password. But this connection generate "Failed to generate a user instance of SQL Server. Only an integrated connection can generate a user instance. the connection will be closed". How to solve this problem Hi there, On the screen where you define the database file to use and your user credentials (I believe the window has a title of "Add Connection") there will ...Show All

  • SQL Server How to Store System Variables in DB?

    Hi, I want to store the System::StartTime in my Integration Table Log. Please guide how can I use this in my Execute SQL Task Block. I write this SQL Statement: INSERT INTO CMN_tblIntegration VALUES ('HRM_tblParty', ) Which the is for the parameter. I go to parameter mapping tab and map the System::SatrTime to parameter0, but the package fails to run. I also changed the to @IntDate and also changed the parameter name but the error was the same. Please help how to write this System Variable value in to that table. Regards, Samy In this situation I recommend using expressions rather than parameter ...Show All

  • .NET Development XML boot sequence??

    Is xml a possible subject lingo for a boot sequence IE. is it possible to have xml boot an operating system well i definetly had no plans of editing my EPROM at this poin, but my MBR yes. i want to test a method of driver verifacation, and implementation. query hardware > save to hardwareprofile serch for nearest http, ftp, ssh, ect.. Ddb ( Driver database ) secure connect query Ddb verify drivers in Ddb match harwareprofile return load drivers colleted verify successful driver load start system. ofcource there are options for if the drivers ae most current or not, and if the download becomes corrupt the system can change Ddb. ...Show All

  • Windows Forms Closing Processes

    Do you guys know of a good way to close a process, such as an adobe acrobat process that has been started programmatically Here is some code I've found (for starting and printing a pdf file), and it works fine, but it leaves the acrobat reader running and I want to be able to close it out. I believe getting the process ID and closing&nbs ...Show All

  • .NET Development HOW TO ACCESS REGISTRY KEY FOR DLLS

    hi,    I ve a problem in my application its not able to access the dll used.The error says registry key not found.Can i solve the problem using regedit    I tried out regedit and didnt found the key HKEY_CLASSES_ROOT\Component Categories\{62C8FE65-4EBB-45e7-B440-6E39B2CDBF29}  so i created the above key and gave the required permissions and still it was unsuccessfull.   was i on the right path or is there any other way for the above problem   Hi, Are you using a COM based dll if so try executing a regsvr32 <dllname> -i . This will regi ...Show All

  • Visual Studio Team System Seperation of Team Foundation Server and Windows SharePoint Services

    Hi, We currently use Trial version of TFS. Is there any way to seperate Team Foundation Server and Windows SharePoint Services We have a companywide Sharepoint Server and we want TFS to create our Project Portals under that Sharepoint Server rather than Sharepoint Services on its Application Tier. Is there any way to make this seperation happen Or is it currently tightly integrated Ertobias. Ertobias, We are definitely looking into this now. We might release a whitepaper on this, but certainly we are looking into a solution for our next update. marc ...Show All

  • Windows Forms How to store datatable(s) so all forms can have access to it?

    Greetings, What would be the best approach to saving data tables in my vb.net application so that I can access them from any form at any time for the duration of the running application I want to store data from sql server in a datatable so i dont have to query the database over and over. Any suggestions will be appreciated. Thanks, Gregg ...Show All

  • Visual Studio Express Editions Compile to Native

    I am using VCEE and am trying to create a dll using /clr, can this be done I get an error... StationFormat.obj : fatal error LNK1306: DLL entry point "public: class System::String ^ __clrcall StationFormat::stnFrmt::toStnFrmt(double,int)" ( toStnFrmt@stnFrmt@StationFormat@@$$FQAMP$AAVString@System@@NH@Z) cannot be managed; compile to native Can I compile to native   Thanks, crescens2k, that did it, I had several mistakes: I waa tying to call the function rather that declaring with gcnew and all that. I'm still not sure what all my errors were, but I appreciate it. You, too, Osha. Final ...Show All

©2008 Software Development Network