Hello,
I've been creating a website in VS08 with .NET framework 3.5 on a 32-bit machine running Windows Vista.
Everything was working as expected. However, I've now gotten a new computer. This is 64-bit machine running Windows 7.
When running the site in debug mode, there are several things that do not seem to work anymore. Some examples are:
Form.DefaultFocus and Form.DefaultButton are not set.
DDL.SelectedIndexChanged is not firing.
I've already uninstalled all of the frameworks and reinstalled just 3.5.1, but that didn't help.
I tried running aspnet_regiis as was suggested by one of the few posts that seemed related, but it doesn't seem to even recognize the command.
Does anyone have any suggestions?
Kind regards,
Rofeu
I've been creating a website in VS08 with .NET framework 3.5 on a 32-bit machine running Windows Vista.
Everything was working as expected. However, I've now gotten a new computer. This is 64-bit machine running Windows 7.
When running the site in debug mode, there are several things that do not seem to work anymore. Some examples are:
Form.DefaultFocus and Form.DefaultButton are not set.
DDL.SelectedIndexChanged is not firing.
I've already uninstalled all of the frameworks and reinstalled just 3.5.1, but that didn't help.
I tried running aspnet_regiis as was suggested by one of the few posts that seemed related, but it doesn't seem to even recognize the command.
Does anyone have any suggestions?
Kind regards,
Rofeu