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

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

tecnocrata

Member List

ananda vardhana
Nicolas Del Grosso
Ariel Mon
Furious P
user32
cbtm
Bill_C
AndyL
RussP
TruePsion
Shadow Chaser
Ian Jorgensen
dn8
MuscleHead
ivarsv
Vic02
Terry Smith
AndersBank
Tim Preston
NP Rudra
Only Title

tecnocrata's Q&A profile

  • Visual Studio Express Editions Such a Greenhorn it Hurts

    Hey I am sure I have screwed up something simple, Let me first say I have no idea what I am doing and I am not a programmer. I did however get this book "Microsoft Visual C++ 2005 Express Edition Progeramming" and I follow the instructions in the book to the tee ensureing I do every little thing it says and this is the error I get; ------ Build started: Project: jokemachine, Configuration: Debug Win32 ------ Compiling... jokemachine.cpp c:\documents and settings\*\my documents\visual studio 2005\projects\jokemachine\jokemachine\Form1.h(124) : error C2065: 'textbox1' : undeclared identifier c:\documents and settings\*\my documents\visual studio 2005\projects\jokemachine\jokemachine\Form1.h(124) : error C2227: le ...Show All

  • Software Development for Windows Vista Help on Vista-RC2 with sector writting.

    Hi all, as this is my first post I hope Im posting in the right Place. I recently used the new Ms OS Vista-RC2 and encountered a problem with sector writing for files. Opening the physical volume of the drive (ex. "\\.\C:") and pointing to the sector that I want to alter by using SetFilePointer, works fine when I read the bytes from a certain sector point. But if I try to write to that sector I always get access denied (Error No 5). If on the other hand I open the file and write to it, works fine. Also the method I used worked ok in XP, but it seems in Vista-RC2 it fails with "Access Denied" Error. I have to say as well that Im executing the code as administrator so I believe I have all the priveleges ...Show All

  • Visual C# a question regarding c# current situation

    I am a newbie and was wondering, where does C# currently stands in I thought its popularity was on the rise specially in games, but I just saw the article in the front page saying that it has fallen down one slot in the popularity rankings compared to last year. do you guys think that it will be more popular in the future Also, as someone who is just entering this world, is there anything that you can do with c++ that you cant do with c# and vice versa I would like to know a little comparison. Thanks in advanced !! C# is always strong and will be. C# is an industry standard language and majority of employers on the MS Development platform look for C# developers. It's worth learning of course. C# is a "higher&quo ...Show All

  • Visual Studio 2008 (Pre-release) How to exit a WPF application

    Is there a way to force a WPF application to exit,.. something like application.Exit() in windows forms If not, how can I, for example force an application to exit on a button click Thanks in advance, Marko Vuksanovic. When you call Window.ShowDialog(), WPF will actually pump a new nested message loop, the problem is that during the initialization of Window1, there is some layout taking place, the problem here is that WPF will disable nested message loop when doing layout, that's why your application crashes when you call popUp.ShowDialog(), actually Nick Krammer has a blog article dedicated to nested message loop. Nested message loops are evil (if you're a platform) Sheva ...Show All

  • SharePoint Products and Technologies sometimes i can break through code in vs2005 to debug a site

    I build my debug version, install it in GAC, then I reset iisreset .When i place a breakpoint I get the message: breakpoint will not currently be hit. no symbols have been loaded for this document Have u had this before. MKeeper, thanks for your input. It makes sense, but it doesn't clear it up ... at least not yet. Maybe I'm doing something wrong, but like the original author, even when it's not a site provisioning assembly, the breakpoints don't work unless I do as I explained. Then they do. In other words, if I install the debug version of an assembly with breakpoints into the GAC without doing anything else, the breakpoints don't work, even after all relevant assemblies have been loaded AND run. The assemblies in question ...Show All

  • Smart Device Development Detect ActiveSync/Cradle Connection

    Hi all, I need to sync data with a web service runing in my network when connect my device to PC. How can i detect if ActiveSync is runing in my device I'm using .NET CF 2.0 with a PocketPC 2003 device. I try to use OpenNetCF 2.0, but this release not includes "Desktop.ActiveSync" namespace. Thanks. Jose Miguel. Warren LaFrance wrote: In my forms I call this class on the form when a NEW Instance is created.. I found this info at : http://www.devbuzz.com/content/zinc_network_connectivity_pg1.asp In the form class... ---------- Public Sub New () ' This call is required by the Windows Form Designer. InitializeComponent() ...Show All

  • SQL Server Virtual Labs - No Connection message

    A couple of us are trying to use the SQL Server 2005 Virtual labs at http://msdn.microsoft.com/sql/  .  We complete all the prelim steps successfully but when we click on "Start the Lab" we get a blank page with "No Connection" in the middle.  The clock ticks and the system thinks we are doing the lab.  How can we get a connection   or is the server down   or are there no available resources left Great news!! The next ActiveX control is coming out tonight. Please try Virtual Lab again and see if it fixes your problem. NOTE: When you login, it will seem as if you don't have the activeX control installed and will prompt you for a new installation. This is an expected proced ...Show All

  • .NET Development Threads and database connections

    I have an application that kicks off a long process on the database server with a separate thread and then forwards the user to another page which monitors the progress of this process by reading a table that is being updated by the long process. On my development machine it works fine but when I try to deploy the app to a server the long process is blocked from database access. Apparently when the new thread is created it either does not get or loses its credentials. On my dev machine it is not a problem because it simply reverts back to my credentials but on the server it reverts back to the default IIS user. How can I work around this ...Show All

  • .NET Development How can I detect available SQL server instances in the neighboring network?

    I'll include this in my installation program so that it's easier for users. Any idea Thanks Hello, You actually need to call EnumAvailableSQLServers not just once, but multiple times. I actually saw this recommended by microsoft, however I can't find the link, sorry. The reason for this is that some instances out there may timeout before they're able to respond to the broadcast on UDP 1434. So, if you create a list/array etc and store the results of EnumAvailableSQLServers, then call EnumAvailableSQLServers again and append any newly-found instances from the second call - you'll find that there will be more instances discovered. You can see this in action when you execute osql -L from the command-line (which again j ...Show All

  • SQL Server Use of transaction log

    Hi all, As I know that transaction log will record all transactions and database modifications made by each transaction, I want to know that what is actual use of transaction log Thankfully, Cbe. You already said that, every modification (depending on the logging level) is recorder in the transaction log top provide data concistency across the database. HTH, jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • SQL Server Management Studio and Enterprise Manager on Same Machine?

    Greetings! Do any of you know whether or not it's possible to install Enterprise Manager onto a box with SQL Server 2005 installed I've come across a couple of problems when trying to admin some SQL 2000 servers, so I need EM somewhere. Also, it's incompatable with SQL Server 7.0, of course, and I've got two of them to admin as well. Thanks! MESSA wrote: Hi; I've been facing the same problem since last week, this morning I got it done. Here what I experienced. ... 11- My system admin suggested to install SQL Server 2000 Service Pack 4 , that was a great Idea, I installed Service pack 4 and the problem is solved now. Muhammad Essa Mughal Toronto, Canada The workarou ...Show All

  • SQL Server Using Xcopy to get the .mdf file of pubs database to the App_Data folder of a website of VWD Express project

    Hi all, I have a stand-alone Windows XP Pro PC that has SQL Server Express (SSE) and Visual Web Developer Express (VWDE) programs. The Microsoft "pubs" Database is installed in the SQL Server Management Studio Express (SSMSE). I created a website in my VWDE program. I need the .mdf file of the pubs Database in the App_Data folder of website of my VWDE project. I think that User Instance in my SSE is established. I have studied Xcopy Deployment (SQL Server Express) and User Instance for a quite a while and I still do not know where and how to use Xcopy to get the mdf file of the pubs database into the App_Data folder of the website of my VWDE project. Please help and give me the detailed key steps/instructions about where and h ...Show All

  • Visual Studio Tools for Office How do I get access to ribbon controls at runtime (C++)

    I need to be able to programmatically disable and enable certain ribbon controls (ex: Save, Print) at runtime in an C++ (ATL) addin. I've figured out how to disable them with the ribbon XML at application startup but I need to be able to turn them on and off in response to runtime actions / events. Can anyone point me to the correct COM interface(s) to manipulate these objects at runtime. I can't believe it's this hard to find but I've been searching for several days now. Thanks in advance. Hi Jim You can't manipulate Ribbon controls at run-time, except through the callbacks defined in the Ribbon XML. The office.developer newsgroups are the best place I know to discuss how to get to grips with R ...Show All

  • Visual Studio Problem printing local report without preview

    I am having trouble printing a report without preview. The report designer works and I can print from it, but the process would be too slow for the final application. I have tried the walkthough provided by Microsoft for printing a report without preview and keep getting an inner exception (the program seems to read the dataset, first query (view), but can't find data for the second query(view) and throws the exception. Here is the walkthough code, with data modifications for my data The inner exception is thrown in the sub: Public Sub Export(ByVal report As LocalReport) The message says: a data source instance has not been supplied for the data source "SDBDataSet1_Tm1Pos2"."} "SDBDataSet1_Tm1Pos2".&quo ...Show All

  • .NET Development New to Web Services

    I have been developing applications for about 5 years and I have never used web services. Right now I work for a state agency that is wanting to move to a ASP.NET application within the next 2 years. I would like to present them with an option for a smart client application, but I am not familiar with web services or SOA. Can someone please help me out with this What are the differences between web services and SOA Would it be better to create a windows form application or a ASP.NET application using web services or SOA. Please keep in mind that we do not have any web developers in the agency. I am a VB.NET guy and we have a VBA guy who knows SQL Server. Thanks For pointers to technologies that are involved in the implemen ...Show All

©2008 Software Development Network