Well, I just upgraded to a new work laptop. It came with vista business and so far I'm duly impressed with Vista. All development at work is done inside virtual machines, using VMWare workstation 6. So far so good. I connected vista to our domain, loaded workstation 6, and connected my external drive.
No probs so far. I load up my VMs, and I'm back in business! I spend the rest of the day working, and head home.
And home is where the troubles began. I have a wireless network at home. No prob. I get vista connected, and can surf like normal. However, when I go to start up my VMs to check on work stuff, I can't connect to the VPN inside the VM (which is Windows XP). Hmmm. So I connect to the VPN through Vista. No problem. So I startup the VM again, and try to connect to the network. No can do. It will get an IP from my dhcp server, but not make it anywhere over the VPN.
So I turn on the Microsoft Firewall client in Vista. Still can't get anywhere in the Virtual Machine.
I eventually was able to have the VPN connected in Vista, and the vpn connecting in the Virtual machine, but it wouldn't authenticate that "nested" vpn connection.
Trying just about every combination, I finally gave up and went upstairs. It was there I happened to notice my lone network port in the wall of my bedroom. Hmmmm. It couldn't be that simple. I grabbed a network cable, plugged it in the laptop, and now I'm connected to the VPN, inside the Virtual Machine, working once again.
Bummer that I can't use wireless for it, but someone else may have the answer to that.
Mike
Tuesday, June 12, 2007
Monday, June 4, 2007
Could not find resource assembly
I'm currently working on PDA app for our inventory program. I'm tweaking the program to point to a different webservice.
After deploying the app to the PDA, it started the connection to the webservice, when the following error popped up:
Hmmm. . . After some researching I found an msdn blog that mentioned that this error isn't an error that occurs in the apps resource assembly, but because the PDA does't have the resource assembly that contains the error codes that are used for display.
The blog contained a link to msdn to read through the issue, but alas, that pointed to a File Not Found error on the msdn. Oh well.
After searching, you need to copy the System_SR_enu.cab file to your PDA and install it.
Once I did that, the correct error message appeared and I moved on to debugging it. yeah!
After deploying the app to the PDA, it started the connection to the webservice, when the following error popped up:
Could not find resource assembly
Hmmm. . . After some researching I found an msdn blog that mentioned that this error isn't an error that occurs in the apps resource assembly, but because the PDA does't have the resource assembly that contains the error codes that are used for display.
The blog contained a link to msdn to read through the issue, but alas, that pointed to a File Not Found error on the msdn. Oh well.
After searching, you need to copy the System_SR_enu.cab file to your PDA and install it.
Once I did that, the correct error message appeared and I moved on to debugging it. yeah!
Labels:
.NET,
.NET Compact Framework,
Microsoft,
PDA,
Programming
Wednesday, May 30, 2007
Microsoft "Surface"
http://today.msnbc.msn.com/id/18928656
MSNBC is reporting today the latest and sounds like last major project for Bill Gates. Think of a touch screen that is super-sized combined with a watcom tablet. At least that's what I think of it. It looks pretty cool!
Hmmm, of course, as a coffee table you'd have to be careful when you put your feet up, or put a cup of hot coffee on it... then again, maybe it'll tell you the temperature of the coffee or when it is low (by weight maybe) and trigger the pot to start brewing some more hot coffee... oh the possibilities.
MSNBC is reporting today the latest and sounds like last major project for Bill Gates. Think of a touch screen that is super-sized combined with a watcom tablet. At least that's what I think of it. It looks pretty cool!
Hmmm, of course, as a coffee table you'd have to be careful when you put your feet up, or put a cup of hot coffee on it... then again, maybe it'll tell you the temperature of the coffee or when it is low (by weight maybe) and trigger the pot to start brewing some more hot coffee... oh the possibilities.
Thursday, May 24, 2007
Open Source Softdrinks
Now food is getting into the open source arena:
How to make Open Cola
Yes, now you too can expand and improve upon the Open Source Cola. Hmmm.... I just hope I don't find any bugs in it.
How to make Open Cola
Yes, now you too can expand and improve upon the Open Source Cola. Hmmm.... I just hope I don't find any bugs in it.

Tuesday, May 22, 2007
Don't forget about User encryption with SSIS
So when you finally get your package done, and you want to run it scheduled, be sure to read over this http://support.microsoft.com/kb/918760 to make sure everything is hooked up. I hit this issue a couple weeks ago and forgot about it again today. At least now it's in my blog, so I can find it without having to google it.
Here is another good link regarding importing a package and getting the permissions right: http://www.cubido.at/Blog/tabid/176/EntryID/71/Default.aspx
Here is another good link regarding importing a package and getting the permissions right: http://www.cubido.at/Blog/tabid/176/EntryID/71/Default.aspx
More SSIS woes...
When using a Datareader with ADO.NET, a 5 character string coming from our AS/400 returns to me trimmed (everything I get from the 400 is fixed length). Where as when i pull the data from our sql servers, it's not coming back trimmed. It must be something to do with IBM's ADO.NET connection
SSIS: Flat File Connection Manager gotchyas
So my latest issue with SSIS: The Flat File Connection Manager.
Everything works fine, unless you want to add or remove a column from the source that the manager is connected to. Normally, with the other managers, etc. They pick up the change, or let you "fix" the change. Not with the Flat File Connection manager.
From what I've been able to find, you have to delete the manager, recreate it, and re-assign it to your flat file destination in order to "pick up" that extra column that you wanted. I use the flat file only for debugging the output of my package, before actually updating the database itself. Handy, except for that pesky issue. If I click the reset columns, I would expect to have the columns reset to the input. Nope, everything goes blank and you have to either delete the manager or hand enter the columns. Yikes!
Oh yeah, one more gotcha: if you run it without column headings check for the first row, then decide that you really want them, be sure to delete the files first, or you'll get really hosed.
Pretty much you'll be forced to delete the manager and recreate it.
Everything works fine, unless you want to add or remove a column from the source that the manager is connected to. Normally, with the other managers, etc. They pick up the change, or let you "fix" the change. Not with the Flat File Connection manager.
From what I've been able to find, you have to delete the manager, recreate it, and re-assign it to your flat file destination in order to "pick up" that extra column that you wanted. I use the flat file only for debugging the output of my package, before actually updating the database itself. Handy, except for that pesky issue. If I click the reset columns, I would expect to have the columns reset to the input. Nope, everything goes blank and you have to either delete the manager or hand enter the columns. Yikes!
Oh yeah, one more gotcha: if you run it without column headings check for the first row, then decide that you really want them, be sure to delete the files first, or you'll get really hosed.
Pretty much you'll be forced to delete the manager and recreate it.
Subscribe to:
Posts (Atom)