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

Software Development Network >> Markus Schiller's Q&A profile

Markus Schiller

Member List

Hassaan Nasie
marco.ragogna
Chris Du
Michael Hansen
Magic PC
Kyle Leitch
xRuntime
Leon Mayne
auer
Rob Relyea
Al Christoph
c_shah
Mr_White
Rod Blackwood
ibrahimK
KitGreen
bio4ema
Yuvaraj
Tej62007
Can-Ann
Only Title

Markus Schiller's Q&A profile

  • SQL Server SQL Server Named Caches

    How can I check to see if there are any named caches configured on the SQL Server. If none are configured, how can I configure one Does SQL Server supports Named caches Im using 2KEE and 2K5EE Thanks Only though temporary tables. HTH, jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual C++ VS2005 linker error with typeid

    Hi, I have the following code: _pReturnValue = (typeid (*pDevice)).name (); This piece of code used to compile and run fine on VC2003 and VC 6.1, but in VS2005 it gives the following error: error LNK2019: unresolved external symbol "__declspec(dllimport) public: char const * __thiscall type_info::name(void)const " (__imp_ name@type_info@@QBEPBDXZ) referenced in function "protected: char const * __thiscall CNiDeviceSpyAutoLogger::_GetDerivedClassName(class C4882Device const *)" ( _GetDerivedClassName@CNiDeviceSpyAutoLogger@@IAEPBDPBVC4882Device@@@Z ) Can someone tell me what I need to do to get this code compiling and linking again Thank you, Anand Oops, ...Show All

  • Smart Device Development CeFindFirstFile using VB6

    Ok, my first Smart Device project and I've come to a bit of a standstill, trying to find out what files are on the device. Tried the CeFindAllFiles, but from what I have read I don't think it will function in VB6. So, on to CeFindFirstFile and and CeFindNextFile. It all looks so easy. I'm confused as to how you set up the returning information. I keep seeing references to 'CE_FIND_DATA', but what is that all about If anyone has an example or ideas it would be appreciated. Bert You need VS 2005 to develop smart device applications. You can use VB.NET, C# and C++ as your language of choice. Read this MSDN article http://msdn.microsoft.com/library/default.asp url=/library/en-us/guide_ppc/html/ppc_filemanagementf ...Show All

  • Visual Studio Unable to start debugging on the web server

    Hi I dont know if this error has been addressed already couldnt find it but here goes. When I try to debug my website on VS 2005 it is giving me the following popup error. Unable to start debugging on the web server .An authentication error occured while communicating with the web server. I have tried almost everything suggested on the net also verified my username addition in the Debugger Users group The site launches successfully on CTRL+F5 Interestingly I havent come across this particular error message in any of the forums I visited. Any help would be extremely appreciated. Regards Amrit I also had this error message, it was introduced when I disabled HT ...Show All

  • Windows Forms Read text file

    I have a vb script in a excel file which will read data from spreadsheet and generate a text file. Then I use vb.net (stream reader.readline) read this text file. The problem is the text file generated by excel script contains some special characters such as " c" , " R ". These special characters are ignored by the vb.net. Does anybody know why and how to work around the problem Further test, if I use streamwriter generated a second text file, and then cut & pasted all the content from the first text file to the second one. Then streamreader can read all text. Thanks Ying Hi, It probably has to do with the encoding of the file. Here's a link to more informati ...Show All

  • SQL Server Sql Server 2000 Desktop Engine Installation

    I have SQL Server 2000 installed on my laptop and am trying to install an instance of MSDE. I keep getting the error message: "The installation of SQL Server 2000 Desktop Engine has failed. Please see the Getting Started manual for further instructions." I have done this installation before on other machines. Something must be corrupt on my machine ( ). The error message is not very enlightening. Any ideas I tried kb 816499 and related 299351. Neither helped. One point: I previously tried to move applications from an older machine using PC Relocator which might have moved some files related to MSDE that I cannot see. There is no evidence of MSDE in Add/Remove Programs or Program Files or Enterprise Manager, but somethin ...Show All

  • Visual Studio Team System How to deploy individual files to Server from TFS Source Control Explorer?

    Hi ! I am working on a cms project and we are using XSL template and XML file to create web pages. we just moved from VSS to TFS and only one thing i couldn't find in TFS is web deploy option like VSS. We used to deploy files to the servers with Web Deploy option. Now we don't have any .NET dll in our project so far, how can i do the same task with TFS.I would really appricate your help. Thanks Saurabh Saurabh, You could set up a Team Build build type and override the "PackageBinaries" task to deploy your files to your web server. Have a look at the documentation for the MSBuild "Copy" task and for Team Build. Regards, William Bartholomew ...Show All

  • Smart Device Development random TypeLoadException

    I am having real issues with a TypeLoadException that occurs generally randomly. I've been working on a .NETCF 2.0 app all day, debugging and generally being productive. All of a sudden, with no changes to the assemblies, I get a TypeLoadException on one of the types in one of my referenced assemblies. It's one of my own assemblies, and I checked the manifest and didn't notice anything untoward. // Metadata version: v2.0.50727 .assembly extern mscorlib { .publickeytoken = (96 9D B8 05 3D 33 22 AC ) // ....=3". .ver 2:0:0:0 } .assembly extern retargetable System.Data { .publickeytoken = (96 9D B8 05 3D 33 22 AC ) // ....=3". .ver 2:0:0:0 } .assembly extern retargetable System.Xml { .publickeytoken = (96 9D B8 05 3D 33 22 AC ) ...Show All

  • Visual Studio SP1 Install on VS2005 Standard Academic

    Hello. I have the academic version of VS2005 standard. I am unable to install SP1. The installer bails with the message that the product to be upgraded could not be found. Is this SP not for the academic edition If not, when will the academic version be available Well as far as I know the Visual Studio 2005 Standard Academic Edition is basically a Visual Studio 2005 Standard Edition with a different EULA. As mentioned in the Visual Studio 2005 Service Pack 1 release notes  this product applies also to the Standard Edition of Visual Studio 2005. Make sure that you install the correct version of the SP1 that you can find here: MicrosoftR Visual StudioR 2005 Team Suite Service Pack 1 I have also seen reports by people h ...Show All

  • Software Development for Windows Vista Statemachine Design and NullReferenceExcetion

    Hi all, could anyone please tell me: - how can i create the edge between States by statemachine - why do i have a NullReferenceException for wf-instance Creation in the sequenzial Wf Thanks a lot in advance Regards EP Hi. no with workflow you can treated as type Dim workflowInstance As WorkflowInstance workflowInstance = workflowRuntime.CreateWorkflow( GetType (Workflow1)) workflowInstance.Start() the workflowRuntime object have CreateWorkflow Method that allowed you to set the Workflow as type by using GetType() that return the workflow as type. check your code and inform me whats happend. Best regard. ...Show All

  • Visual Studio 2008 (Pre-release) Overwriting trace logs

    Hi, I turn on logging for my wcf services and clients with some configuration like this: <configuration> <system.diagnostics> <sources> <source name="System.ServiceModel" switchValue="Information, ActivityTracing" propagateActivity="true"> <listeners> <add name="traceListener" type="System.Diagnostics.XmlWriterTraceListener" initializeData= "c:\log\Traces.svclog" /> </listeners> </source> </sources> </system.diagnostics> <configuration> That works fine, but the log file just keeps growing -- every time I restart the log gets appended to instead of overwritte ...Show All

  • SQL Server how to loop through several excel sheets in a file in integration services

    Hello, I'm new at Integration services and I have an excel file with information in several worksheets. I want to loop through some specific sheets to retrieve the data and save it in a database table. I know how to retrieve the data from one sheet, but I don't know how to do it for several sheets. Any ideas ...I would appreciate any help. The last bit of pre-processing I want to do in Excel, I know how to do in an Excel macro, but not in SSIS. Can anyone adapt this into an SSIS Script task Here is the macro code snippet: Sub ClearWorksheets() With Application .Calculation = xlManual .EnableEvents = False Worksheets("MyData").Range("A:H").Clear .EnableEvents = ...Show All

  • Visual Studio Express Editions problem with textbox

    I write a function in textbox text and I try to use this function my other calculations . for example ; when I write texbox1.text = x*x and texbox2.text =2 double x = Convert .ToDouble(textBox2.Text); double function= Convert . (textBox1.text); I don't find anything about that.maybe I use other controls not textbox help me please sorry, im slow! Still do not quite follow :-( you want a function that does a particular task Such as a calculation this can be done: private double DoCalc(string number1, string number2) { //do work here } sorry, if you don't mind, can you explain a bit more in depth/clearer on what you are trying to achieve I unders ...Show All

  • Visual Basic Is the IDE Tab control available as a component?

    The IDE Tab control has some features that I would like as a run-time component - mainly the auto-hide feature. Is the component MS uses in the IDE availalble as a usable component If not, is there a tab control component that behaves like the IDE version with auto-hide Thanks for your replies. I wonder why MS did not include the component in it's toolbox as it is used to build the development IDE If any MS Visual Studio people are reading this, can you make the tab control component you build the IDE with available Thanks.. ...Show All

  • .NET Development Business Logic Layer

    Hi all. I am developing one project. I am breaking it into UI Layer, Business Logic Layer and Data Access layer. My main concern is about Business Logic Layer and Data Access Layer. For example I am writing one Business Logic Class for Employee table and it has one function like:- Add_Employee(Byval EmpId,EmpName) as Integer This function accepts two parameters and prepares Insert Query for Employee table. Once insert query is prepared, it calls ExecuteNonQuery(Byval Query as String) as Integer function of Data Access Layer. This data access layer function is called internally inside Add_Employee function which is a business logic layer. Now my main concern is, "Is it good to prepare sql queries like Insert ...Show All

©2008 Software Development Network