Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Loradan

    Errors when calling C++ dll from C#

    I did have the right calling convention set. I'm almost 100% positive I discovered the problem. While I was working on the issue I got a BSOD with a memory error. That made me start thinking. Whenever I ran the process in VC++ 6 I only had Visual Studio 6 running. When I would test it from C# I...
  2. Loradan

    Errors when calling C++ dll from C#

    I don't have a managed interface. I just used a DllImport Attribute and set up the call with a static extern.
  3. Loradan

    Errors when calling C++ dll from C#

    Hello, I'm working with a C++ dll that processes files on the hard drive. When I call the dll from within a C++ console app, everything works beautifully. I tried to execute it from a C# application and I can't figure out what's wrong. I worked through all of the MarshalAs attributes and...
  4. Loradan

    Hidden folders within IIS FTP

    Hello, I'm converting a WS FTP site over to IIS and I need to find out how to hide folders from the FTP ls command. I would prefer to not use the hidden attrib on the directory itself because the employees use these folders to drop information into. Using WSFTP all I had to do was put a $ at...
  5. Loradan

    Import data from backup files

    Jodonnel, I rebuilt the entire domain. I did discover that the data was tied to the AD SSID's.
  6. Loradan

    Confused about getting documents into the site

    Did you have any custom Host Headers, that required " Thank you very much. I had previously noticed that SBS added a host header of companyweb to the old site, but did not know that it was required. I added that to the website, removed the newly created content database and added the old and...
  7. Loradan

    What am I worth?

    I took my comp-tia tests in 1999. At that point I had been working with Novell/Microsoft and Unix servers/networks for the better part of 10 years. I agree with you 100%...your work experience will truly determine how much you have to study and what subjects to concentrate on.
  8. Loradan

    Import data from backup files

    OK...I got this to work. If anyone else is in the same problem, here's what you have to do. With your installation done, restore the database to another database. Then, on the CRM CD, there's a data migration tool (don't use the one thats on Microsoft's website). Use that tool to bring...
  9. Loradan

    Confused about getting documents into the site

    Yes. I went through three variations of installation attempts trying to get it to work. I did the following: 1. I created a default config and content database, then overwrote the data...killed the site. 2. I created a default config and attempted to connect to the database, killed the...
  10. Loradan

    Confused about getting documents into the site

    OK...here's where I stand. What happened: Our SBS 2003 server took a dump. Wasn't pretty. We had been planning on moving to a Windows Server 2003 based domain, so this became the moment of execution. I installed the new servers with no issues. I now have a seperate server for SQL so I...
  11. Loradan

    What am I worth?

    Personally, I found the comptia certs to be very simple. They were just basic networking/hardware questions. They weren't very vendor specific. Another good thing about getting the comptia first is that when you get your A+ & Network+ it will apply towards your MCSA. Also, it will give you a...
  12. Loradan

    Import data from backup files

    Hello, Let me start by saying I am no where NEAR a CRM expert. :) Here's my current scenario. We had a server crash that forced us to reinstall our domain controller. We were running SBS 2k3 and decided to move everything over to a full blown network in order to prevent this single server...
  13. Loradan

    Restore Public Folders from Tape (Veritas)

    OK...here's the scenerio. I recently converted our company from SBS 2003 to a Windows 2003 server based domain. Prior to the conversion, I did a full backup using Veritas' Exchange Agent. I used exmerge to pull all of the mailboxes out of the store and put them into .pst files. I brought up...
  14. Loradan

    My Salary

    Salary is a touchy subject. If you want to know what you "could" make, do some searching on local job boards. If you find out that the average rate for someone with your qualifications is indeed 60k...then sit down with your boss and express your concern (calmly...getting mad will do you no...
  15. Loradan

    MCP validation email how long?

    If Pearson's site is showing it, then I'd give it about 48 hours. If you don't get one by then, go out to the MCP website and there's a point where it gives you a link to the Regional Office. Send them an e-mail and they will help you.
  16. Loradan

    Career path for software tester

    I think a career path is whatever you make of it. If you show good coding skills, then the company is going gently push (or throw) you into development. If you show strong leadership skills and firm knowledge of business process they will guide you into business analysis. I wouldnt' worry...
  17. Loradan

    MCP validation email how long?

    It really depends on how long before the testing facility takes to upload the results. I've seen it as quickly as 2 days and as long as a week. If it goes more than a week, send an e-mail to your local regional office (see the contact info on the MCP Site). I had to do that with one of mine...
  18. Loradan

    Basic Combo box functionality

    What code do you have so far? Have you tried finding out how to return a dataset before you try to do data binding? The peeps here are great to help, but you typically should try to get through the code as much as possible before asking for help. If you need search terms for google, use...
  19. Loradan

    Populating a drop down list with data returned from a stored procedure

    Put a break point at the start of your submitbutton.click event. Then use F8 to walk through the code. If I had to guess, I'd say there's something refreshing the dataset that's attached to the list. If you can't figure it otu that way, post the code you're using in the submit button so we...
  20. Loradan

    suggestions for finding work as .net developer

    Good addition Leslie. The non-profit secter is so often forgotten. Not only can you get a good reference, but you get a good feeling for helping the community.

Part and Inventory Search

Back
Top